Hi again,

Some of the XML in my last post got scrambled, I'll try again.  Is there any
way to format code in the web interface of Nabble?  Couldn't see anything in
the help pages.


Rob Hills wrote:
> 
> <action name="listSomeThings" class="au.com.myapp.action.Thing"
> method="listSomeThings">
>       <result>/WEB-INF/pages/listSomeThings.jsp</result>
> </action> 
> 
> <action name="listOtherThings" class="au.com.myapp.action.Thing"
> method="listOtherThings">
>       <result>/WEB-INF/pages/listOtherThings.jsp</result>
> </action> 
> 
> <action name="editThing" class="au.com.myapp.action.Thing"
> method="editThing">
>       <result>
>               < param name="location" >/WEB-INF/pages/Thing.jsp< /param >
>               < param name="nextAction" >saveThing< /param>
>       </result>
> </action>
> 
> <action name="editOtherThing" class="au.com.myapp.action.Thing"
> method="editOtherThing">
>       <result>
>               < param name="location" >/WEB-INF/pages/Thing.jsp< /param >
>               < param name="nextAction" >saveOtherThing< /param >
>       </result>
> </action>
> 
> I've also tried specifying a URL parameter in struts.xml, but no matter
> what I do, the rendered form ends up with an empty action attribute.  Is
> there a way to pass this kind of parameter in the struts.xml or do I need
> to totally rethink the way I'm trying to achieve this?
> 
> Cheers,
> 
> Rob Hills
> Waikiki, Western Australia
> 

-- 
View this message in context: 
http://www.nabble.com/AppFuse-2-%2B-Struts-2---One-JSP--%3E-two-different-Actions---possible-tp19826404s2369p19826488.html
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