Yes.

I use struts 1.2b2

I have the following entries in struts-config.xml 

....
<action  path="/showContacts"
    type="gr.tera.mailclient.contacts.ShowContactsAction" >
   <forward name="list" path=".contacts"/>
</action>
           
<action  path="/compose"
    type="org.apache.struts.actions.ForwardAction"
    parameter=".compose"/>

...


The 1st works fine but the on the 2nd i am getting the message 

javax.servlet.ServletException: Path .compose does not start with a "/"
character
        at
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java
:507)
        at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.
java:448)
......

Thanx



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

Reply via email to