Can you answer the questions we ask for in the posting guidelines so we get a better idea of what software/versions you are using (TIP: Hit “Post Reply” then hit “Insert” and answer those questions).
Also I wasn’t quite clear when you said:
changes to the action class’s struts xdoclet tags don’t affect the struts-config.xml at all unless I add the xdoclet support to the project
Which would suggest to me that you got it working, but then below said:
but the xdoclet step does not seem to update my struts-config.xml. Help please!
Can you clarify what your setup is, what you are trying to do, and what isn’t working?
As far as needing to add XDoclet support to the project, this is required because XDoclet processing is part of the build process, which means it will occur when you build your project. If you don’t add XDoclet support, then the builder doesn’t know to process the XDoclet tags and you never get anything XDoclet related happening. That’s the 10-second gist of it 🙂