David Graham wrote:
> 
> It might need to be
> <forward name="success" path="dv_07_03.jsp"/>
> 
> David
> 
> >From: Andreas Langmann <[EMAIL PROTECTED]>
> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> >To: Struts Users Mailing List <[EMAIL PROTECTED]>
> >Subject: moving from struts-b2 to actual nigthly build...
> >Date: Wed, 20 Nov 2002 17:13:40 +0100
> >
> >Hmmm...
> >
> >its not so easy.
> >
> >I changed some xml files and now everything works fine.
> >
> >except of my sub-applications. If i access them, i get a message
> >
> >HTTP ERROR: 404 /webapp/dv/dv_07_03 Not Found
> >RequestURI=/webapp/dv/a_dv_07_03.do
> >
> >I assume that struts found my action definition in struts-config-dv.xml
> >
> >     <action   path="/a_dv_07_03"
> >               type="de.km.bw.estat.struts.dv.Dv_07_03_Action"
> >               name="f_dv_07_03"
> >               scope="session"
> >             validate="true"
> >               parameter="method">
> >               <forward name="success" path="dv_07_03"/>
> >     </action>
> >
> >But why it wont load my tile-dv-content-definitions, where dv_07_03 is
> >defined?
> >
> >And - why cant i see an error message ??? Struts throws me dead with
> >thousands of info-Messages, but no error occurs...
> >
> >259913 [SocketChannelListener-0] INFO action.RequestProcessor  -
> >Processing a 'GET' for path '/a_dv_07_03'
> >259913 [SocketChannelListener-0] INFO
> >org.apache.struts.action.RequestProcessor  - Processing a 'GET' for path
> >'/a_dv_07_03'


no, i am using tiles.... and i detected via debugging that the
tiles-requestprocessor can't be called, but its as plugin in the
struts-config.xml...

any ideas?

tia

Andreas

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

Reply via email to