I am having difficulty running a struts web-app via JBuilder 5. I do not
seem to be getting my resource file loaded/found. However, this is not
really a JB question...
It seems that struts looks for the configured resource file (I see the
message in the log). However, it does NOT seem to do anything if that
file is not found. It seems to just march merrily on only to fail later
when the application asks for a resource and it is not found.
I have looked a bit at the source code for the action servlet and I
cannot see anywhere in the resource factory stuff where it will fail if
the configured file is not found.
Is this intended?
Thanks,
David