In one of my Action classes, is it possible to get a "form" name of another
action?

For instance, I want to get "signInForm" and all the information I have is
"signIn"

      <action
       path="/signIn"
       type="foo.bar.SignInAction"
       name="signInForm"
       scope="request"
       validate="false"
       input="/signIn">
         <forward
          name="success"
          path="/mainMenu" />
      </action>

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to