I have multiple struts config files in a directory, one for each module. I’ve opened up one of them, and attempt to use the Add Action wizard, and the wizard works fine, but when the code is added to the struts config file, it does not get inserted into the one I was editting, but another, aparently random one.
In the Project properties, I have the config I want to edit selected, so it’s not that one that gets used. Specific file names (if it matters):
I want: struts-dil-workpacket-config.xml
Eclipse edits: struts-default-config.xml
I notice that the one that gets editted is the first alphabetically in the directory.
Any advice, or is multi-module support really in an early stage?