More Info:
Inside struts-config-bin.xml, I've also tried these action paths:
I've also noticed that when I view source on all my pages, stuff that looks like this in
JSP:
is turned into URLs to the wrong module:
The thing is, I would have expected this to break, but it doesn't. Submit that form, and all is well.. it goes to the default module (it goes as if the call had been for /appName/headerMenu).
Will
struts do that? if it doesn't recognize a module name, will it try to send it through the default module anyways?
If so: why does struts recognize the 'bin' module enough to output it to HTML, but not enough to route through it, on a request?
The other thing I've noticed is that when I *want* it to output 'bin', it doesn't. For example, a dynamic image that in JSP looks like:
Doesn't even get the appName portion of the URL, never mind the module name: