org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 20 in the jsp file: /login.jsp
The method setValue(String) in the type BaseInputTag is not applicable for the arguments (Object)
17: <bean:write name="chi"/>
18: ${chi[1] }
19: <html:form action="login.do" method="post">
20: username : <html:text property="username" value='<%=request.getAttribute("name1") %>'/><html:errors property="username"/><br/>
21: password : <html:password property="password"/><html:errors property="password"/><br/>
22:
23: <html:submit/><html:cancel/>