Wish to your help:

I use dbforms_v1_1_2_20020521.zip
run the example of bugtracker
 I modify the file  bugs_single_addnew.jsp because i need not valid the field of
 database:

<db:dbform     tableName="bugs"                                 <db:dbform
tableName="bugs"
               maxRows="1"                                  maxRows="1"
               followUp="/bugs_single_addnew.jsp" ---->
followUp="/bugs_single_addnew.jsp"
               formValidatorName="Bugs"
               redisplayFieldsOnError="true"
redisplayFieldsOnError="true"
               autoUpdate="false"                           autoUpdate="false"
               captionResource="true">
captionResource="true">

when i click the button of submit ,an error create:"Field id is missing"
in the tables of bugs ,field id is auto_increment ,and in the Validator.xml the
form of Bugs has not valid
the field of id, I want know where throw this error,and how to resolve this
problem!

best regard

 sandy





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to