You are correct that the XDoclet Struts template does not currently deal with set-property. But it'd be easy enough to add if you wanted to tackle that. You could just pull out the struts_config_xml.xdt file from the apache module to a local file, tweak the template and use that template like this:
<strutsconfig templateFile="path/to/local/struts_config_xml.xdt"/>
Once you iron out the kinks you could submit the changes back to JIRA for us to add to the codebase. It'd likely only take a few additional lines in the template to add this. You could also, if you know how merge points work in templates, add a merge point on a per-Action class basis and hand code the set-property elements in a separate merge file for each action class. Personally I'd add it directly using @tags rather than the merge point idea.
Erik
On Saturday, September 13, 2003, at 04:03 PM, Adam L wrote:
I was looking around, trying to find information on "set-property" support in the Struts Action tags, and�found that it was supposedly raised in JIRA some time ago.� The JIRA page for XDoclet�is a big 404, and I did a look at the current CVS nightly zip, and can't seem to find any reference to "set-property" in struts_config_xml.xdt.
�
�Does anyone have an updated status on this, or have some info on the XDoclet JIRA?� Have you managed to get your own template working to add this functionality?� I'm trying to use the Workflow engine from LivingLogic (www.livinglogic.de/Struts), and dread the thought of having to go in and add these lines manually after every build.
�
Thanks.
�
-- adam
�
------------------------------------------------------- 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
