Re: redirect issue on IE causing HTTP 4040

2008-10-22 Thread Igor Vaynberg
ringUrlCodingStrategy("noid", NoIdPage.class)); again this works only > in firefox but not in IE. since our client mostly IE users. i also found > this bug https://issues.apache.org/jira/browse/WICKET-1449 ... How can i > solve this problem? Is there a work around to this? > > T

redirect issue on IE causing HTTP 4040

2008-10-22 Thread freak182
new QueryStringUrlCodingStrategy("noid", NoIdPage.class)); again this works only in firefox but not in IE. since our client mostly IE users. i also found this bug https://issues.apache.org/jira/browse/WICKET-1449 ... How can i solve this problem? Is there a work around to this? Tha