Hallo I am new in this forum and have this Problem with Pagelink:
JAVA:
add(new PageLink("mainLinkSupport", new IPageLink() {
private static final long serialVersionUID = 1L;
public Page getPage() {
return new AcsSupportPage();
}
public Class<? extends Page> getPageIdentity() {
return AcsSupportPage.class;
}
}));
HTML:
"<li> SUPPORT </li>"
My Question is how can i change the "LinkLabel" SUPPORT dynamic in the JAVA
Code and not static in HTML.
Thanks a lot
--
View this message in context:
http://www.nabble.com/Dynamic-Link-label-tp18363277p18363277.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]