Guna wrote:
Hi,
I have two jsp pages with different form bean.

on first jsp page, i have field called "LastName". on first jsp page if user
press cancel the request. the user is navigated to second jsp page which has
also a field called "lastName".

The problem is what ever value i enter on first jsp page lastname field is
appearing on second jsp page.

Sounds like perhaps you want to use a redirect to decouple the pages. Either that or you need to explicitly clear state during your cancel processing.

If you need more help, post what Struts version you're using, and the relevant bits of your configuration and code.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to