Posted By:
joey_corleon
Posted On:
Tuesday, November 26, 2002 07:35 AM
Hi,
In my action class I have created a bean and put it in the request scope by using
request.setAttribute( "usersTable", usersTable );
. I am now able retrieve this bean from the JSP I have redirected to by using
tag and
JSP scriptlets
.
However I cannot get Struts
tag to work on this bean - when I try I get a NullPointerException, it looks like the tag does not find my bean whereas the JSP scriptlet does ... I don't understand this.
I have tried with
and a lot of other stuff but without any success :o(
Thanks for your help!