[opencms-dev] htlm forms utilization

Domenico De Seta domenico.deseta at tiscali.it
Tue Oct 12 19:24:12 CEST 2004


 
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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20041012/82feea2a/attachment.htm>


More information about the opencms-dev mailing list