I'm trying to make a chain action result with a parameter.

However, the chain action's parameter is being set as null. I've already
checked the fileServer object and it's oid, and they aren't null. So I
believe the problem is on the chain.

Any sugestions?

Thanks!



<action name="FileServer_*" class="fileServerAction" method="{1}">
<result name="main" type="chain">/Server_main</result>
<result name="input">/jsp/fileServer-edit.jsp</result>
<result name="source" type="chain">
<param name="actionName">FileSource_main</param>
<param name="namespace">/</param>
<param name="parse">true</param>
<param name="serveroid">${fileServer.oid}</param>
</result>
</action>

-- 
Bruno Morelli Vargas
Mail: brun...@gmail.com
Msn: brun...@hotmail.com
Icq: 165055101
Skype: morellibmv

Reply via email to