Sitemesh works well for using JSP within a Wicket page. Although it makes using REDIRECT_TO_RENDER and REDIRECT_TO_BUFFER a bit difficult. And by difficult, I mean that I've never been able to get them to work. ;)
-Phil On 7/28/05, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > It will be a fully seperate request. An earlier version worked by using > the servlet dispatcher, but this created infinite loops for some reason. > Choosing the path of the least resistance, I just converted all relative > calls to absolute calls. But in your case, you actually might want to > use the Dispatcher so that you can reuse the request attributes... > > Dunno, I guess you should play with it a bit, and ask for help/ suggest > changes when you get stuck. > > Eelco > > > Rick Duyckinck wrote: > > >Thanks for the quick response, > >Here is another question: Will wicket.markup.html.include.Include > >pass the HttpRequest through to the jsp? > > > >rick > > > >On 7/28/05, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > > > >>Yeah, you should be able to do this with the Include component. It is > >>based on JSTL's include tag. It doesn't handle external sites very well > >>(it misses the images and stuff - the Include component should probably > >>try to parse the javascript, css and image references and translate it > >>to absolute references), but it should be able to handle locale > >>resources like jsps well. > >> > >>Eelco > >> > >>Rick Duyckinck wrote: > >> > >> > >> > >>>I'm currently working on a mini application that will be embedded > >>>into an existing jsp site and saw it might be a good chance to learn > >>>wicket. However, since it will be integrated with all those nasty > >>>jsps, I'm going to need to utilize some of them for their content > >>>(namely headers and footer with dynamic content) Is there a way to > >>>integrate either jsps as includes or taglibs into a wicket > >>>application? > >>>Thanks in advance > >>>Rick Duyckinck > >>> > >>> > >>>------------------------------------------------------- > >>>SF.Net email is Sponsored by the Better Software Conference & EXPO > >>>September > >>>19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > >>>Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > >>>Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > >>>_______________________________________________ > >>>Wicket-user mailing list > >>>[email protected] > >>>https://lists.sourceforge.net/lists/listinfo/wicket-user > >>> > >>> > >>> > >>> > >> > >>------------------------------------------------------- > >>SF.Net email is Sponsored by the Better Software Conference & EXPO September > >>19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > >>Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > >>Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > >>_______________________________________________ > >>Wicket-user mailing list > >>[email protected] > >>https://lists.sourceforge.net/lists/listinfo/wicket-user > >> > >> > >> > > > > > >------------------------------------------------------- > >SF.Net email is Sponsored by the Better Software Conference & EXPO September > >19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > >_______________________________________________ > >Wicket-user mailing list > >[email protected] > >https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO September > 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
