hi.
thanx to all who wrote back.
after having read the replies and links provided i'm going to use the Redirect-after-Post method in my app. i would have to craft a dynamic Forward with the right params which i think for my needs is a much shorter/easier route. thanx to all.
now i have a different question :)
all you guys and the articles _seemed_ to stress the POST method for form submission. my default is use the GET method if there is no file uploads. am i setting myself for a big fall by doing this?
thanx riyaz
Michael Jouravlev wrote:
Yes, redirect produces new request. It will have GET type, which is important. Yes, you will lose field values of your form, if the form bean has request scope. The question is, do you really need to preserve these values?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]