Sorry,

I am using version 1.2.2


igor.vaynberg wrote:
> 
> what version of wicket are you using? i thought we added support for
> setResponsePage() from an ajax call in 1.2.2, but maybe im wrong and it
> will
> be in 1.2.3
> 
> -Igor
> 
> 
> On 10/16/06, De Soca <[EMAIL PROTECTED]> wrote:
>>
>>
>> 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
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
> 
> -------------------------------------------------------------------------
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-reload-page-from-within-ajax-call-tf2455071.html#a6846807
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to