On 7/8/07, Robert . <[EMAIL PROTECTED]> wrote:


I have a problem migrating from Wicket 1.2.6 to 1.3

I have a custom LabelLink component that I used to generate links,
including labels, in a data table.
This worked fine in 1.2.6, but now I get the following error:
"unable to find component with path
forumBrowserForm:forums:rows:1:cells:1:cell:link on page"

When debugging I noticed the onLinkClicked was never called on my
LabelLink. Instead the page
constructor is called again.




I did some more testing and found out that it only fails if the page has
been mounted with
mountBookmarkablePage("/" + clazz.getSimpleName(), clazz);
-------------------------------------------------------------------------
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