True. But only for the redirect-after-post (which actually is redirect after post/get with Wicket), so it won't kill any application logic.
But igor is right, it might be 'more than you need' to configure your whole application like this. Eelco On 6/28/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > but doing that will affect all of the app, so if you have pages outside of > jsp they will be affected also > > -Igor > > > > On 6/28/06, Eelco Hillenius < [EMAIL PROTECTED]> wrote: > > Thanks a lot for the contributions. I haven't looked to deep into the > > details, but I noticed your way of turning off redirects. I think what > > you're actually looking for is: > > > > > getRequestCycleSettings().setRenderStrategy(IRequestCycleSettings.ONE_PASS_RENDER); > > > > which you should call in YourWebApplication.init > > > > Read more about it in IRequestCycleSettings's javadocs. Wouldn't that > > suit your purposes better? > > > > Eelco > > > > > > > > On 6/28/06, Ittay Dror < [EMAIL PROTECTED]> wrote: > > > ok, created > http://www.wicket-wiki.org.uk/wiki/index.php/Jsp_Integration > > > > > > Eelco Hillenius wrote: > > > > I think it might help a lot of users to write a WIKI page on this. > > > > Ittay and John, it would be welcome to share your experiences :) > > > > > > > > Eelco > > > > > > > > > > > > On 6/28/06, Ittay Dror < [EMAIL PROTECTED]> wrote: > > > >> i have done the reverse: embedding wicket in a jsp page. if that > interests you, i'll be glad to help > > > >> > > > >> Ingram Chen 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 > > > >>> < > 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 > > > >> > > > >> -- > > > >> =================================== > > > >> Ittay Dror, > > > >> Chief architect, openQRM TL, > > > >> R&D, Qlusters Inc. > > > >> [EMAIL PROTECTED] > > > >> +972-3-6081994 Fax: +972-3-6081841 > > > >> > > > >> http://www.openQRM.org > > > >> - Keeps your Data-Center Up and Running > > > >> > > > >> 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 > > > > > > > > > > > > > -- > > > =================================== > > > Ittay Dror, > > > Chief architect, openQRM TL, > > > R&D, Qlusters Inc. > > > [EMAIL PROTECTED] > > > +972-3-6081994 Fax: +972-3-6081841 > > > > > > http://www.openQRM.org > > > - Keeps your Data-Center Up and Running > > > > > > 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 > > > > > 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
