--- On Tue, 12/2/08, mthalis wrote: > After entering data to the form, if it success, it will > redirect to the same page. When it comes to that page > the entered data are still the same. > [...]
That's because you're not redirecting, you're forwarding. If you want to redirect you need to set the "redirect" attribute in the forward element to true. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]