Hi
I want to forward from an action to a url outside the application I am having the followin entry at struts-config.xml
<action path="/farmacy"
type="gr.tera.teramobile.actions.FarmacyAction">
<forward name="success" path="http://www.tera.gr"/>
</action>
by i am getting the error
java.lang.IllegalArgumentException: Path www.tera.gr does not start with a "/" character org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1062)
............................................
Is there any way to do this?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]