RE: c:reditect

2008-01-02 Thread T. Lamine Ba
I am using the mvc model. The problem with jsp:forward is that the URL is preserved and might display my filenames in the control space. For example: 1. /index.jsp submits parameters to /control/doSignup.jsp 2. /control/doSignup.jsp validates and records parameters 3.

Re: c:reditect

2008-01-02 Thread Hassan Schroeder
On Jan 2, 2008 9:38 AM, T. Lamine Ba [EMAIL PROTECTED] wrote: I am looking for an alternative to the taglib c:redirect. I would like to use a library that can execute a redirection from one page to another while passing custom parameters (c:param) without exposing these latter on the url;