Using
struts 1.1 (on Websphere 5.1.1), I'm trying to create struts *modules*.
I ran into the following problem: the <html:form> tag fails to find the module-specific action. It *does* work fine with normal (non-struts) HTML forms.
Could anyone please advise what I'm doing wrong ?
Steps I've taken:
1. Created a strutes module called "module1", with config file "struts-module1.xml".
It has an action mapping:
3. Now, this form (normal HTML) works fine !
4. But the equivalen struts html:form fails (error message:
Cannot retrieve mapping for action /add):
Could anyone please advise ?
Thanks very much.