Thanks for pointing out the default parameter name
for the result types... The editor definately doesn't handle this right
now... I'll have to see if I can come up with a way to work with that,
otherwise I might have to preprocess (transform) the xwork.xml file insert
the parameter.
If I did that, then it would change:
<result
type="dispatch">foo.jsp</result>
into
<result type="dispatch">
<param
name="location">foo.jsp</param>
</result>
|
Title: Message
- [OS-webwork] New version of XWork editor posted Jon Lipsky (Mailing Lists)
- Re: [OS-webwork] New version of XWork edit... Mike Cannon-Brookes
- Re: [OS-webwork] New version of XWork ... Bernard Choi
- RE: [OS-webwork] New version of XWork edit... Jason Carreira
- Jon Lipsky