> From: Dean A. Hoover [mailto:[EMAIL PROTECTED] 
>     <action path="/go4it"
>             type="org.apache.struts.actions.ForwardAction"
>             name="registerLogonInfo"
>             scope="session"
>             input="tiles.registerLogonInfo"
>             parameter="tiles.registerLogonInfo"/>
>     />

'parameter' is wrong.  It should be the name of the request parameter
you want the LookupDispatchAction to use.  For example, I use 'mode' or
'userAction' in a couple of my webapps.

The *value* of this request parameter will be compared to the right hand
side of the properties you list in getKeyMethodMap.  When it finds a
match, it will invoke that method.

Be sure to write the 'unspecified' method and give a default behavior.

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

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

Reply via email to