Re: Forwarding to an "unknown" action

2005-10-12 Thread Benjamin Lerman
> But you can find couple of solutions here, I was too lazy to give a shot: > > http://forum.java.sun.com/thread.jspa?threadID=614714&messageID=3411424 Thanks a lot for the URL. A method that just keep request.getRequestURI() and do a sendRedirect to this value works very well... -- Be

Re: Forwarding to an "unknown" action

2005-10-12 Thread Danny Lee
I've tried to find a solution to absolutely same problem, with no result (ok-ok, I haven't tried TOO hard). So now I just go back to the welcome-page, which is OK too ;) But you can find couple of solutions here, I was too lazy to give a shot: http://forum.java.sun.com/thread.jspa?threadID=61471