List result = (List) request.getAttribute("employeeList");
Erik
Sudip Shrestha wrote:
Using: Tomcat 5.0.28, Struts 1.2.4, jdk 1.5.0, hibernate 2.1.6
When I try to pass java.util.List parameter via
javax.servelet.HttpServletRequest from an action method to a .jsp
page, I get exception:
incompatible
D]
> Subject: Sending List as a Request Parameter
>
>
> Using: Tomcat 5.0.28, Struts 1.2.4, jdk 1.5.0, hibernate 2.1.6
>
> When I try to pass java.util.List parameter via
> javax.servelet.HttpServletRequest from an action method to a
> .jsp page, I get e
Using: Tomcat 5.0.28, Struts 1.2.4, jdk 1.5.0, hibernate 2.1.6
When I try to pass java.util.List parameter via
javax.servelet.HttpServletRequest from an action method to a .jsp
page, I get exception:
incompatible types
found : java.lang.Object
required: java.util.List
List result = reque
3 matches
Mail list logo