Perfect! Thanks for the help.

Gil

On Thu, 2003-07-24 at 10:54, Rick Roberts wrote:
> I forget all the reasons why at the moment, but I use sendRedirect() instead of 
> forward().
> 
> String target = "page1.jsp?param1=" + val1 +
>                  "&param2=" + val2 +
>                  "&param3=" + val3;
> 
> response.sendRedirect( target );
> 
> 
> Hope this helps,


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to