NEVERMIND: Changing Request Parameters

2002-02-22 Thread Phase Communcations
A little more research and I find that it is not possible and that I need to rebuild the and redirect. Cheezy. -Original Message- From: Phase Communcations [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 5:08 AM To: Struts Users Mailing List Subject: Changing Request

Re: NEVERMIND: Changing Request Parameters

2002-02-22 Thread Jin Bal
- Original Message - From: Phase Communcations [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, February 22, 2002 12:16 PM Subject: NEVERMIND: Changing Request Parameters A little more research and I find that it is not possible and that I need to rebuild

Re: NEVERMIND: Changing Request Parameters

2002-02-22 Thread Ted Husted
Phase Communcations wrote: I tried to set the reqest value by calling the FormBean and set it from the action. But, it doesn't carry over to the next Action. I can't find a way to change the request parameters. Please help. The trick is to put a switch on your form bean to make it immutable.