AW: [opencms-dev] JSP error message

Schmidt, Kai Kai.Schmidt at bonprix.net
Tue Apr 8 19:49:02 CEST 2003


Hi Ralf,

Try it relatively : <form action="Test.jsp" name="form"> or with manually
editing the page control file: <form
action="]]><link>/Test/Test.jsp</link><![[CDATA["

Both works fine.
If you still have problems, let me/us know.

Regards, Kai

> I have a HTML website with a form. After pressing the submit 
> button a JSP
> file should be called and processed. Here the HTML page:
> 
> <HTML>
>       <BODY>
>       <form action="/Test/Test.jsp" name="form">
>         <input type="text" name="bla" size="25" maxlength="25">
>         <input type="submit" name="submit" value="Submit">
>       </form>
>    </BODY>
> </HTML>
> 
> The JSP file is also uploaded in the /Test folder and named 
> Test.jsp. 



More information about the opencms-dev mailing list