Hi,
I have a problem whereby a servlet creates a bean, populates one of it's property variables with some data and then redirects the user to a JSP page. From there I use the bean (using <jsp:useBean ...> but when I try and get the property set in the servlet, it returns null whereas it should return the value set in the servlet ... shouldn't it?
The JSP page uses the bean at session level.
Regards,
Jonathan Daniels
I have a problem whereby a servlet creates a bean, populates one of it's property variables with some data and then redirects the user to a JSP page. From there I use the bean (using <jsp:useBean ...> but when I try and get the property set in the servlet, it returns null whereas it should return the value set in the servlet ... shouldn't it?
The JSP page uses the bean at session level.
Regards,
Jonathan Daniels