Hi,
I have the following dir structure
/src -> ejb-sources
/web/src -> web-sources
and want the struts code generation to place the generated action and form sources into /web/src – NOT /src. I tried to change the Pref: MyEclipse/J2EEProject/ProjectTemplates from “src” to “web/src”, but nothing changed. The new actions and form are still placed into the /src folder.
So how can I change the destination folder for struts code generation to /web/src?
thx in advance,
Tom