Re: How to get original query string after more than two forwards

2007-04-19 Thread Deep Blue Li
Hi, I'm using the way now, but just wonder if is there anyway I can do it using serlvet API. Thanks! Regards, Deep Blue On 4/19/07, piloupy GOTTAPIL <[EMAIL PROTECTED]> wrote: One trick that can help you, is to create a variable (a bean) in an action Struts, so that it can be

How to get original query string after more than two forwards

2007-04-18 Thread Deep Blue Li
uot; in xxx.jsp I have tried using both request.getAttribute (" javax.servlet.forward.query_string") and request.getQueryString() in step 6, but both are not working. Is there any kind soul who can help me? Thanks! Regards, Deep Blue

Re: Using tiles and validator framework

2006-12-07 Thread Deep Blue
apping in your struts-config.xml Niall > Thanks! > > Best Regards, > Deep Blue - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using tiles and validator framework

2006-12-05 Thread Deep Blue
is showed, instead of the original jsp page (main.jsp). Is there anyway I can return to main.jsp when the validation failed? Thanks! Best Regards, Deep Blue