vaidehi Agate-keskar wrote:
you should not put every thing into the session
Can you explain it in a bit detail?
one session per user .it is representation of an user [commonly contains user specification details] . if you put extra thing into that ,it may hit your web application performance ,if more users.
vaidehi Agate-keskar wrote:
And if it is not complusary to use actionForm but preferable, what else we can write instead of action form?
use <form> instead of <html:form> and validation="false" make it in your <action> tag of your struts-config xml
note: it is about struts 1.2