you have to use a bookmarkable pagelink.
See the linkomatic example in wicket examples. Copied from there:
// Link to Page1 is a simple external page link
add(new BookmarkablePageLink("page1Link", Page1.class));
// Link to Page3 is an external link which takes a parameter
add(new BookmarkablePageLink("page3Link",Page3.class)
.setParameter("bookmarkparameter", "3++2 & 5 € >< space + á"));
Dirk
2006/6/6, Stefan Groschupf <[EMAIL PROTECTED]>:
Hi,
I'm very new to wicket and I have a webpage done with wicket.
I notice that the navigation is session dependent. :-(
foo.com/?wicket:interface=:1:: points to different pages any time.
Means it is not possible to exchange links between users or bookmark
links.
In general: is there a way to have session independent generated
links? May be just a configuration thing?
Where I have to look into?
Thanks for any pointers?
Stefan
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user
_______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
