java - Struts 1.x reset attribute -
i'm working on legacy application using older struts 1.x version can't determine because of bad cvs versioning. reasons out of control, must make application run in struts 1.2.9.
on struts-config.xml have few actions have reset attribute defined value false. ex.:
<action path="/xxx" scope="session" name="xxxbean" type="com.xxx.yyy.xxxaction" validate="false" parameter="oper" reset="false">
apparently, in struts version reset attribute longer supported. since there no struts documentation available older 1.3.5 in apache documentation archive i'm not finding info on did.
can tell me purpose of attribute , how can support same functionality in latter struts 1.x versions?
thanks help.
Comments
Post a Comment