request-redirect passes many information by GET

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

request-redirect passes many information by GET

david.cuenca
Hello list,
We have some entries in the controller.xml that are executing some
events (registering,modifying or unregistering information). After doing
this work we want to show a view with the new information. This view is
in another entry in controller.xml. Moreover, we want the web-browser
url to change.
The first approach to this problem is to use request-redirect to cause
another request to the Control Servlet. But this request-redirect passes
the original request information by GET method, and sometimes there is
many information!
Another approach is to use request-redirect-noparam but we need a few of
these params.

Can we use the same event to clear from the request the params that will
no longer be used? Will the control servlet "respect" this clears? How
to clear the request? Is there another solution?


Regards,
David Cuenca