在jsp页面中获取从action中传入request中的值,报如下错误:
An error occurred at line: 28 in the jsp file: /homepage.jsp
Type mismatch: cannot convert from Object to String
25:
26:
27: This is my homepage page.
28: <%String ss = request.getAttribute("gender"); %>
29: gender: <% =ss%>
30:
31: