Re: AW: AW: @Shell component, refresh and IE

2007-03-07 Thread Patrick Klein
Hello, found a working solution for the problem. I added a hidden button to the page which i'm pressing periodically using javascript. This reloads the page and works even with IE :) Regards, Patrick Hello Peter, i tried that now by using a "custom" Shell component which simply replaces

Re: AW: AW: @Shell component, refresh and IE

2007-03-06 Thread Patrick Klein
Hello Peter, i tried that now by using a "custom" Shell component which simply replaces ";" with "%3B" in the url. Result in firefox _and_ IE : HTTP Status 404 - /myapp/ImportMatrix.page%3Bjsessionid=E903773F2AFE3C2F2AADB2EE2D1C0C3E Would've been too easy if it had worked that way... D

Re: AW: AW: @Shell component, refresh and IE

2007-03-06 Thread Patrick Klein
Hello Peter, thanks for the hint. The "simplest" solution seems to be extending RequestCycle and override the encodeURL method to replace the semicolon. The extension is already done but right now i don't know where configure it to make sure the custome RequestCycle is used instead of tapestry