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.

-- 
View this message in context: 
http://www.nabble.com/How-to-reload-page-from-within-ajax-call-tf2455071.html#a6842823
Sent from the Wicket - User mailing list archive at Nabble.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