frnds I am Using   LazyValidatorForm   and it dont resets when i  reloads My 
application

thts My form bean

  <form-bean name="auditorMasterbean"
                      type="org.apache.struts.validator.LazyValidatorForm">
                     
                     <form-property name="searchresult"
                       type="java.util.ArrayList"/>
            </form-bean>
        
  <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

       
---------------------------------
Sent from Yahoo! Mail.
A Smarter Inbox.

Reply via email to