Return-Path: Delivered-To: apmail-jakarta-struts-dev-archive@apache.org Received: (qmail 85427 invoked from network); 18 Jul 2002 16:39:23 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 18 Jul 2002 16:39:23 -0000 Received: (qmail 26997 invoked by uid 97); 18 Jul 2002 16:39:35 -0000 Delivered-To: qmlist-jakarta-archive-struts-dev@jakarta.apache.org Received: (qmail 26969 invoked by uid 97); 18 Jul 2002 16:39:34 -0000 Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 26931 invoked by uid 50); 18 Jul 2002 16:39:33 -0000 Date: 18 Jul 2002 16:39:33 -0000 Message-ID: <20020718163933.26923.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: struts-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 10953] New: - sub-application loses message resource X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 Summary: sub-application loses message resource Product: Struts Version: 1.1 Beta 1 Platform: PC OS/Version: Windows XP Status: NEW Severity: Critical Priority: Other Component: Standard Actions AssignedTo: struts-dev@jakarta.apache.org ReportedBy: jks0112@myrealbox.com My main application uses a link to invoke my subapplication. My subapplication uses a link to invoke "action1". "action1" returns 'mapping.findForward ("form1")'. "form1" posts to "action2". "action2" returns 'mapping.findForward ("form1")' - I'm looping on a data entry form. The first time down this path, my "form1" displays resource messages correctly. The second time "form1" displays, the resource messages are missing. For example: "???en_US.dataForm.typePrompt???". Once this happens, the resources are "wrong" for all forms in both my main application and subapplication. Before version 1.1 I was running both applications are separate webapps - they worked just fine. There's something getting lost related to subapplication resources. Another clue is that when I look at this in "action2": servlet.log("mapping.getInput = " + mapping.getInput()); I get "mapping.getInput = null". I don't know if this is related... Help??? -- To unsubscribe, e-mail: For additional commands, e-mail: