Hi,

        I am using struts 1.1 on tomcat 5.0.14 and have problem with the FormTag from 
struts-html tag lib.

        My jsp contains the line:

<html:form action="/cp/admin/someAction" method="POST" >
        [snip]
</html:form>


        And I have the following action-mapping defined:

<action path="/cp/admin/someAction"
        type="com.neopeak.someAction"
        scope="request">

        <forward name="success" path="tiles.success"/>

</action>


        The HTML that the the JSP renders is:

<form action="//cp/admin/someAction" method="POST">

        As you can see, the action has a double "//" which causes problem with all 
browsers.. I've tried many variations of the action property of the tag as 
well as the action's path property and I always get the double slash..


Any help appreciated,

Cédric

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

Reply via email to