Hi,

i want to display a nother web-application (plain jsp) included in my
webpage.
actually i use iframes. but i have two problems with iframes:
1. how can i pass parameters to the subpages?
        RequestCycle.get().setResponsePage(new IFramePage(params));
        
2. how can i display an iframe in a panel?
   
exists an other possibility to display a non-wicket page included in a
wicketpanel, which i can control with urls?

getRequestCycle().setRequestTarget(new RedirectRequestTarget(
                "http://localhost:8080/appl?p1=12&ps=13";));

thanks a lot alex
-- 
View this message in context: 
http://www.nabble.com/IFrame-in-Panel--tp20911915p20911915.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to