Have you tried something like the following?

new AjaxFallBackLink(id) {
   public void onClick(AjaxTargetRequest target) {
      page.replace(changedComponent);
      if (target != null) {
         target.addComponent(changedComponent);
      }
  }
}

Regards,
     Erik.


De Soca schreef:
> Hello all,
>
> I may be missing something basic, however I have a dirty flag within a page
> so that if the data has changed, on the next request the page is refreshed.
>
> The link clicked is an Ajax link within the AjaxTabbedPanel. Everything else
> works fine.
>
> I have tried the following:
>
> 1. setResponsePage()
>  
> 2. RequestCycle rc = RequestCycle.get();
>     rc.setResponsePage(ClientMasterPage.class);
>
> Neither of which provide the desired result.
>
> Any suggestions are welcome.
>
> Thanks to all.
>
>   

-- 
Erik van Oosten
http://www.day-to-day-stuff.blogspot.com/


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to