Update to "Using frames" on the Wicket Wiki:

http://cwiki.apache.org/WICKET/using-frames.html
http://cwiki.apache.org/WICKET/using-frames.html 


I'm using 1.2.5 and I've found the syntax has changed slightly. Instead of:


<FRAME
src="myapp?pagemap=leftframe&bookmarkablePage=mypackage.MyNavigationPage">


The syntax that works is:


<FRAME
src="/myapp?wicket:bookmarkablePage=leftframe:mypackage.MyNavigationPage">


If this is correct (I'm pretty sure is is, since it works for me), can
someone update the wiki page?

Julian

-- 
View this message in context: 
http://www.nabble.com/Update-to-%22Using-frames%22-page-on-Wiki-tf3635164.html#a10150716
Sent from the Wicket - User mailing list archive at Nabble.com.
-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to