Revision history [back]

click to hide/show revision 1
initial version

asked 2010-07-30 04:32:33 +0800

SHERKHAN gravatar image SHERKHAN

Passing param with Iframe

Hi all,

I would like passing params to the composer of the created zulFile... Is it possible?

For exemple:

Composer1:

public void onClick() {
   Iframe myIFrame = new Iframe();
   myIFrame.setSrc("http://anotherServer/test.zul");
   // How I can pass params? And is it possible to pass object as param?
}

Composer test.zul of another server:

@Override
    public void doAfterCompose(Component comp) throws Exception {
        super.doAfterCompose(comp);
       // How can I retrieve params?
}

Thanks for your help,

Regards,

SHERKHAN

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More