--- puneet duggal <[EMAIL PROTECTED]> wrote: > [...] > <action > path="/search" > type="searchaudit" > input="/auditormaster.jsp" > name="auditorMasterbean"> > <forward name="success" path="/auditormaster.jsp"/> > </action> > > so when i reloads My application it still shows the previous Searched > Result Why it nor Resets
IIRC form beans have a default of "session" scope, meaning they'll be the same object across user's request. You may need to add a scope attribute (scope="request") to your <action...> element. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]