> Thanks. One further question regarding links and bookmarkable pages: When I
> add following PageLink, will the resulting href always be not bookmarkable?

Indeed. That is because you're using an inner class, and Wicket
wouldn't know how to interpret and can't do anything else than execute
it (for which it needs to be stored for a next request). When you just
provide a class argument otoh, Wicket knows enough to write this out
as a bookmarkable page link.

Eelco

-------------------------------------------------------------------------
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