Re: Accessing pages within a sub-application

2002-06-18 Thread @Basebeans.com
Subject: Re: Accessing pages within a sub-application From: Serge Shikov <[EMAIL PROTECTED]> === Craig R. McClanahan wrote: > > Try using the standard action SwitchAction > (org.apache.struts.actions.SwitchAction) for switching from one sub-app to > another. Simply forwardin

Re: Accessing pages within a sub-application

2002-06-18 Thread Craig R. McClanahan
On Tue, 18 Jun 2002, Vlad Baranovsky wrote: > Date: Tue, 18 Jun 2002 11:48:02 -0700 > From: Vlad Baranovsky <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Accessing pages within a sub-application > > Hello, I was wondering if som

RE: Accessing pages within a sub-application

2002-06-18 Thread Ralph Roland
I fought this same problem recently... Your request to get the .jsp does not flow through the Struts ActionServlet. It's the ActionServlet that stores a reference to the current (sub-application) configuration object in the Request. When the struts FormTag.doStartTag is executed it tries to pul