Using request.setAttribute in a JSP page

Posted by ria on Stack Overflow See other posts from Stack Overflow or by ria
Published on 2008-10-23T14:24:30Z Indexed on 2010/04/07 9:43 UTC
Read the original article Hit count: 190

Filed under:
|
|
|

Is it possible to use request.setAttribute on a JSP page and then on HTML Submit get the same request attribute in the Servlet?

© Stack Overflow or respective owner

Related posts about j2ee

Related posts about request-object