Hi,

I have never worked with Wicket, but should migrating an application from 
1.4.x to 7.0. I am searching a replacement for 
org.apache.wicket.markup.html.link.PageLink. It no longer available and is 
not mentioned anywhere in the migration guides.

Following elements are added in the constructor of a derived WebPage:

================= %< ===============
 final DataDetachableModel DataDetachableModel = new 
DataDetachableModel(model);
 add(new FilterForm("filterForm", dataDetachableModel));
 add(new DataTable("data", dataDetachableModel));
 add(new PageLink("newData", DataCreatePage.class));
================= %< ===============

The PageLink class no longer exists ...

What can I use now?

Cheers,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to