Re: [Wicket-user] How to reload page from within ajax call

2006-10-17 Thread Frank Bille
Hmm, which browser(s) are you using? You could also take a look at this site to see the browsers that *has* been tested with our AJAX implementation:
http://www.wicket-wiki.org.uk/wiki/index.php/FAQs#Which_browsers_have_been_tested_with_Wicket_AJAXFrankOn 10/17/06, De Soca <
[EMAIL PROTECTED]> wrote: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>> 
Wicket-user@lists.sourceforge.net>> 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> Wicket-user@lists.sourceforge.net> 
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 easierDownload 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.nethttps://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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] How to reload page from within ajax call

2006-10-16 Thread Erik van Oosten
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


Re: [Wicket-user] How to reload page from within ajax call

2006-10-16 Thread Igor Vaynberg
soon :)-IgorOn 10/16/06, De Soca <[EMAIL PROTECTED]> wrote:
When approx. is 1.2.3 due out?Frank Bille wrote:>> We did add support for it in 1.2.2. Is that the version you use, De Soca?>> Frank>> On 10/16/06, Igor Vaynberg <
[EMAIL PROTECTED]> 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>> > Wicket-user@lists.sourceforge.net
>> > 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>> Wicket-user@lists.sourceforge.net>> 
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> Wicket-user@lists.sourceforge.net> 
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#a6846996
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 easierDownload 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.nethttps://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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] How to reload page from within ajax call

2006-10-16 Thread De Soca

When approx. is 1.2.3 due out?


Frank Bille wrote:
> 
> We did add support for it in 1.2.2. Is that the version you use, De Soca?
> 
> Frank
> 
> On 10/16/06, Igor Vaynberg <[EMAIL PROTECTED]> 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
>> > Wicket-user@lists.sourceforge.net
>> > 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
>> Wicket-user@lists.sourceforge.net
>> 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
> Wicket-user@lists.sourceforge.net
> 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#a6846996
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


Re: [Wicket-user] How to reload page from within ajax call

2006-10-16 Thread De Soca

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
>> Wicket-user@lists.sourceforge.net
>> 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
> Wicket-user@lists.sourceforge.net
> 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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] How to reload page from within ajax call

2006-10-16 Thread Frank Bille
We did add support for it in 1.2.2. Is that the version you use, De Soca?FrankOn 10/16/06, Igor Vaynberg <
[EMAIL PROTECTED]> 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-IgorOn 10/16/06, 
De Soca <[EMAIL PROTECTED]> wrote:

Hello all,I may be missing something basic, however I have a dirty flag within a pageso 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 easierDownload 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.nethttps://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
Wicket-user@lists.sourceforge.nethttps://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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] How to reload page from within ajax call

2006-10-16 Thread Igor Vaynberg
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-IgorOn 10/16/06, 
De Soca <[EMAIL PROTECTED]> wrote:
Hello all,I may be missing something basic, however I have a dirty flag within a pageso 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 easierDownload 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.nethttps://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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user