In your struts conf xml, define the action and set scope to request.

<action path="/myAction"
          type="myActionClassName"
          input="myJSPPage"
          scope="request">
        <forward name="success" path="/nextAction" />
</action>

Regards,
 
 
PQ
 
"This Guy Thinks He Knows Everything"
"This Guy Thinks He Knows What He Is Doing"

-----Original Message-----
From: Cohan, Sean [mailto:[EMAIL PROTECTED]] 
Sent: January 12, 2003 11:05 AM
To: Struts (E-mail)
Subject: Cannot find bean...

I'm struggling with the exception below trying to figure out how to resolve
it.  It appears when I add the following hidden parameter to the form.

      <html:hidden property="method"/>

I have the parameter getter and setters in the form class, and as a
parameter in the action mapping.  Can someone steer me in the right
direction? Thanks.

Here's the exception

org.apache.jasper.JasperException: Cannot find bean
org.apache.struts.taglib.html.BEAN in any scope


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

Reply via email to