Re: [Wicket-user] - Page redirect infinite loop

2006-08-08 Thread Paolo Di Tommaso
Thanks. I've just updated the two classes and made a new build. Seems to work fine. - PaoloOn 8/7/06, Johan Compagner [EMAIL PROTECTED] wrote:branches/WICKET_1_2/wicket/src/java/wicket/protocol/http/request/WebRequestCodingStrategy.java

[Wicket-user] - Page redirect infinite loop

2006-08-07 Thread Paolo Di Tommaso
Guys, I'm experiencing a very strange problem using Wicket (1.2.x) that I was unable to fix until now. I have mounted some pages overriding WebApplication#init() method like this: public void init() { mount( /test, new QueryStringUrlCodingStrategy(/test, MyPage.class) ); }So I can references the

Re: [Wicket-user] - Page redirect infinite loop

2006-08-07 Thread Johan Compagner
I think i did a fix for it just this weekend so this is fixed in the current trunk of 1.2.johanOn 8/7/06, Paolo Di Tommaso [EMAIL PROTECTED] wrote:Guys, I'm experiencing a very strange problem using Wicket ( 1.2.x) that I was unable to fix until now. I have mounted some pages overriding

Re: [Wicket-user] - Page redirect infinite loop

2006-08-07 Thread Johan Compagner
nopebecause the window.name code did his jobbut the QueryStringUrlCodingStrategy didn't pass on the pagemap that the window code did setso it was constantly again in the default pagemap and the window.name code kicks in again to do a redirect..johanOn 8/7/06, Igor Vaynberg [EMAIL PROTECTED]

Re: [Wicket-user] - Page redirect infinite loop

2006-08-07 Thread Paolo Di Tommaso
Can you give me more details on which classes to fix or would be better to make a full build? Thank.- Paolo On 8/7/06, Johan Compagner [EMAIL PROTECTED] wrote:I think i did a fix for it just this weekend so this is fixed in the current trunk of 1.2.johan