[opencms-dev] htlm forms utilization
Xavier Ottolini
xavier.ottolini at adelis.com
Wed Oct 13 09:01:17 CEST 2004
I think that you should specify the path from the root folder of Open
Cms in the "action" attribute.
For instance if your JSP file is in the folder /www/com/data/ int the
virtual file system, the form tag must look like this :
<form name="newData" action="/opencms/opencms/www/com/data/AddNewData.jsp" method="POST">
I hope that it'll help you.
--
Xavier Ottolini
Développeur multimédia
Adelis
37, rue d'Engwiller
F-67350 La Walck
Téléphone : +33 (0) 3 88 72 29 10
Télécopie : +33 (0) 3 88 72 29 19
E-mail : mailto:xavier.ottolini at adelis.com
http://www.adelis.com
Kellen Dye a écrit :
>The form element is not allowed nested inside of the table element. Try
>moving it to before the table tag, like so:
>
><form name="newData" action="AddNewData.jsp" method="POST">
><table>
>....
></table>
></form>
>
>You'd also be well-advised to use xhtml (which requires lowercase html
>tags, amongst other things), over html4.
>
>Also, validating your html can be a good way to debug such problems:
>http://www.htmlhelp.com/validator
>
>Kellen
>
>
>
>
>
>>>>domenico.deseta at tiscali.it 10/12/04 10:26 AM >>>
>>>>
>>>>
>
>In a html page I have included a form in the usual manner:
>
><HTML>
><HEAD><TITLE> New data </TITLE></HEAD>
><BODY>
>
><CENTER>
> <FONT SIZE="5" COLOR="navy">
> Insert new data
> </FONT>
></CENTER>
>
><TABLE WIDTH="100%">
><FORM NAME="newData"
> ACTION="AddNewData.jsp"
> METHOD="POST">
>
> <TR><TD WIDTH="50%" ALIGN="right">ID: </TD>
> <TD WIDTH="50%">
> <INPUT TYPE="text" NAME="id" VALUE="">
> </TD>
> </TR>
>..
>..
>..
> <TR><TD COLSPAN="2" ALIGN="center">
> <INPUT TYPE="submit" NAME="btnSubmit" VALUE="Submit"></TD>
> </TR>
></FORM>
></TABLE>
></BODY>
></HTML>
>
>I would expect that on clicking the submit button the AddNewData.jsp be
>invoked: instead, nothing happens, apart from the botton blinking as it
>gets clicked.
>I also tried to include the full path to the JSP page in the ACTION
>field, with no success: I suspect I am missing some important issue
>behind use of HTML forms within OpenCMS.
>
>Is there anybody who has already tackled this issue?
>
>Regards
>
>Domenico De Seta
>
>
>---
>Outgoing mail is certified Virus Free.
>Checked by AVG anti-virus system (http://www.grisoft.com).
>Version: 6.0.772 / Virus Database: 519 - Release Date: 01/10/2004
>
>
>
>
>_______________________________________________
>This mail is send to you from the opencms-dev mailing list
>To change your list options, or to unsubscribe from the list, please visit
>http://mail.opencms.org/mailman/listinfo/opencms-dev
>
>
More information about the opencms-dev
mailing list