I have to create a login screen to enter the username and password with submit and reset as the two button for my application.
if i use html taglib (<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>) in login.jsp. then login.jsp is erroring and its displaying the blank screen.
if i remove that the entry box for username and password will not come.
Please advise where i am going wrong.
i have attached the web.xml,struts-config.xml and login.jsp.
i am using
struts 1.3.10 blank for creating the application.
welcome.jsp
web.xml
struts-config.xml
Thanks for the consideration.