I am using a redirect-action in my Appfuse 2.0 M5 app with Struts 2.

Here is my struts.xml file

<action name="save" class="myAction" method="save">
            <result name="cancel" type="redirect-action">list</result>
            <result name="success" type="redirect-action">list</result>
            <result name="input" type="redirect-action">
                edit
                true
                ${object.id}
            </result>
</action>

But when I execute this, the browser gets re-directed to a page like below,

http://localhost:8080/edit.html?id=com.mycompany.something%3Amyproject%3Awar

Is this an issue with appfuse or with my struts configuration? The code was
copied as is from a Struts 2 tutorial except for the actual semantics.


-- 
View this message in context: 
http://www.nabble.com/Redirect-Action-doesn%27t-like-%3Cparam%3E-in-Struts-2-archetype-tf3958395s2369.html#a11231981
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to