Forms processing with JSP and Struts

Is it possible to put an object into a request attribute in a jsp page and see it in an action class without making a form bean for it? Thanks.
[150 byte] By [edisont999a] at [2007-11-27 10:08:16]
# 1
no, I guess.
skp71a at 2007-7-13 0:44:44 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Yes. You can set it in request.setAttribute and then in the actionform you can retrieve it.
asgshea at 2007-7-13 0:44:44 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...