Re: IRequestCycle.sendRedirect() problem

2006-09-30 Thread Norbert Sándor
What do you think about a servlet filter which cuts the anchor part? Is the character '#' used in URLs for anything other than anchors? Regards, Norbi Ps.: this topic seems to become offtopic because it's not tapestry related. But maybe other developers are interested as well about the best ta

Re: IRequestCycle.sendRedirect() problem

2006-09-30 Thread Norbert Sándor
It seems that it's an IE bug. I hate IE so much! >:-( Others have similar problem, for example: http://mail-archives.apache.org/mod_mbox/tomcat-dev/200106.mbox/[EMAIL PROTECTED] http://bugs.php.net/bug.php?id=37609&edit=1 And here is a possible solution which requires some framework cooperatio

Re: IRequestCycle.sendRedirect() problem

2006-09-30 Thread andyhot
When you call cycle.sendRedirect, can you find at which url the browser is redirected ? Which container are you using? Tapestry passes the redirect url to the container's HttpServletResponse.encodeRedirectURL Perhaps that's where things get messed up... Norbert Sándor wrote: > Anyone? Sorry fo

Re: IRequestCycle.sendRedirect() problem

2006-09-30 Thread Norbert Sándor
Anyone? Sorry for resending but I have found no solution until now. Regards, Norbi Norbert Sándor wrote: Hello, I use the direct service to generate URLs with anchors. An example URL is     http://localhost:8080/test/Home,$DirectLink.sdirect?sp=0#first It works as expected as a n

IRequestCycle.sendRedirect() problem

2006-09-29 Thread Norbert Sándor
Hello, I use the direct service to generate URLs with anchors. An example URL is     http://localhost:8080/test/Home,$DirectLink.sdirect?sp=0#first It works as expected as a normal link, but if I use the same URL for redirection     cycle.sendRedirect("http://localhost:8080/test/Home,$Direc