And what about using a simple iframe? Wouldn't that work for many cases? Eelco
On 6/28/06, Ingram Chen <[EMAIL PROTECTED]> wrote: > Thanks your suggestion, sitemesh doesn't work for us... so we need to find > another solution. I had tried Include component, it includes "static" > content of the > resource. this is useful in another case. but what I looking for is > including "dynamic" > output of jsp (the jsp contains struts, acegi...etc custom tags). > > I think this seems require to send 2nd request to jsp and capture output of > it, then > merge into Wicket's response stream... or use javascript/ajax to update > partial content > of result page. err... Both are weird... > > > On 6/29/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > There is the Include component, which does stuff like that in a very > > basic way. There is an open issue for improving the Include component. > > It's been there for quite a while, but as I don't use the component > > myself (and neither is any of the core developers to my knowledge) I'd > > prefer for someone that actually uses it to pick it up. > > > > Maybe you can check out the component, see if it already does what you > > want, and if not, help us to improve it? > > > > Btw, some people suggested that sitemesh is a better way to go for > > things like this. It wouldn't be my approach, but I guess it could > > work for people, though not yet perfectly judging from your email > > earlier this week :) > > > > Cheers, > > > > Eelco > > > > > > On 6/28/06, Ingram Chen <[EMAIL PROTECTED]> wrote: > > > We want to merge wicket into exist struts project and there are some > > > parts > > > of system still requires jsp. Could I include jsp (output of jsp) in > wicket > > > page ? > > > > > > Any suggestion are welcome ! > > > > > > -- > > > Ingram Chen > > > Java [EMAIL PROTECTED] > > > Institue of BioMedical Sciences Academia Sinica Taiwan > > > blog: > http://www.javaworld.com.tw/roller/page/ingramchen > > > Using Tomcat but need to do more? Need to support web services, > security? > > > Get stuff done quickly with pre-integrated technology to make your job > > > easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > > > > > > > _______________________________________________ > > > Wicket-user mailing list > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > -- > > Ingram Chen > Java [EMAIL PROTECTED] > Institue of BioMedical Sciences Academia Sinica Taiwan > blog: http://www.javaworld.com.tw/roller/page/ingramchen > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
