I want to create some link in wicket application. I found there is class: final
BookmarkablePageLink link = new
BookmarkablePageLink(“link”, Page.class);
to create it. Here is just problem. I need to send some object to this page when I am creating it. I know there is pageParamater but this can send just string. Is there other way how to create link which open new web page with my own object ?
I suggest you have a look at http://www.wicket-library.com/wicket-examples especially at the links example http://www.wicket-library.com/wicket-examples/linkomatic/.