You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Andreas Langmann <an...@isb-ag.de> on 2002/11/20 17:13:40 UTC

moving from struts-b2 to actual nigthly build...

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'

thanks,

Andreas

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>