DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10953>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10953

sub-application loses message resource





------- Additional Comments From [EMAIL PROTECTED]  2002-07-19 03:22 -------
Without details (config files and code snippets), it is totally impossible to
know what is really happening.  It would also be useful to know if the sub-app
in question works correctly when it is deployed as the default (or only) sub-app
under 1.1.

A couple of important rules for sub-app support:

* Every request has to flow through the controller -- linking directly
  to a JSP page will cause that page to not think it is part of the
  sub-app it belongs to.

* You have to use extension mapping (*.do style) for the controller servlet.

Also, please try this under a recent nightly build -- there have been many bug
fixes since the 1.1-b1 release.  You can download from:
 
  <http://jakarta.apache.org/builds/jakarta-struts/nightly/>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to