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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to