Hi experts,

The following code (Link-example-code) breaks all of my wiQuery-enabled Pages.

add(new Link<MyObject>("link", listItem.getModel()) {
    public void onClick() {
         setResponsePage(new MyPage());
   }
}

The specified MyPage() ist entered, but without initializing the "wiQuery-Subsystem". Only after page 'reload' with browser-button everything (js etc.) is loaded and initialized.

This only happens with Links, not with BookmarkablePagelinks.
I'm using wicket 1.4.8 und wiquery 1.0.1.

Anybody facing the same problem?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to