On Monday, September 15, 2003, at 11:55 AM, Adam Levine wrote:
There is indeed already an open issue (http://opensource.atlassian.com/projects/xdoclet/secure/ ViewIssue.jspa?key=XDT-176) for this change, and it seems someone submitted a patch for it, too, which has not yet been applied. The patch was submitted back in November of '02. What's the process involved to get a patch tested, approved and committed? Erik passed on it, as he doesn't use the Action mappings.

Ah yes, sorry I had forgotten. If you'll just apply this to a local copy of your template and use the templateFile override:


<XDtClass:forAllClassTags tagName="struts:action-set-property">
<set-property
property="<XDtClass:classTagValue tagName="struts:action-set-property" paramName="property"/>"
value="<XDtClass:classTagValue tagName="struts:action-set-property" paramName="value"/>"
/>
</XDtClass:forAllClassTags>


And in your action classes use

@struts.action-set-property property="name" value="value"

And let us know if it all worked fine for you I'll apply the patch after getting verification its cool.

Erik



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to