Hi,
Am planning to implement the max. of login for the user.
If the user enters the username & password for more than 3 times,
the message should be displayed like "Please restart the application again".
In
JSP the code is...
<html:form action="<%=(
String)session.getAttribute("action") %>" method="post" focus="username" >
=============
How to mentain the session in the Action class, please tel me?
Thanks in advance
Anand