Consider also the solution we implemented in house to allow arbitrary Wicket components in an external web page -- including of course a JSP.
http://www.nabble.com/Wicket-and-embeddable-Ajax-components-tf3604793.html#a10084198 On 5/25/07, Bruno Borges <[EMAIL PROTECTED]> wrote: > You can do it with a runtime include > > <jsp:include page="/site/MyBookmarkablePage" /> > > But watch out for conflicts between HTMLs and you will need to do some hacks > like substring code inside <body> tag only. Something like that. Possible it > is, but isn't out of the box. :D > > "Everything is possible." > > []'s > -- > Bruno Borges > Summa Technologies Inc. > www.summa-tech.com > (11) 8565-7739 > (11) 3055-2060 > (48) 8404-1300 > > > On 5/25/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> > wrote: > > Hi > > > > I wont expect the above to be possible, but sometimes you just dont > > know? Is it possible, currently we are including it via an iframe tag, > > some say thats a bad way todo it... > > > > Whats your 2 cents? > > > > regards Nino > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- Scott Swank reformed mathematician ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
