Dear all,
I config in web.xml security constraints to protect my pages, and I choose <auth-method> is FORM
With jsp/servlet application, login page like that
But with jsp/struts application, what shoud I do ?
Struts tags, at translation time, get resolved into simple HTML, so there is NO big difference in using struts tag in JSP as compered to JSP standard tags. So to make this form using struts, I do this
Look there is just a change of tags & attributes, everything else is same.