PDA

View Full Version : client validation producing bad code


hdb297541
11-01-2010, 02:24 AM
i have a data assist insert form and i try to validate serie input field (must be integer) but generated code is wrong, seems to be default values.
see attachements : client validation entries and code - extension versions i use
thanks

Jason Byrnes
11-01-2010, 08:20 AM
I am not able to reproduce the problem using CSS FORm Builder 1.0.2 in Dreamweaver CS4 on Mac OS 10.6. 4


What version of Dreamweaver are you using?

What is your OS?

can you send copy of your page so I can try to reproduce the issue.

hdb297541
11-01-2010, 09:56 AM
i send you my page and mysql table.
i'm using dreamweaver cs4 on xp sp3, php 4.3 and mysql 5.0.51. firefox 3.6.12
i have same problem with my upgrade page.
if i handcode my values min -100000 max 100000 #decimals 0 insert/update page works right but if i enter client validation wizard again it show min 100000 max 0 #decimals ''.
this happens if i select european or internationnal number format. i have given some tries using english format and it seems to work right way.
i'll test further tomorrow and let you know.

Jason Byrnes
11-02-2010, 10:41 AM
Did you have a previous version of validation toolkit installed before installing form builder?


Try deleting the Dreamweaver cache file from the users configuration folder:
http://assets.webassist.com/technotes/common_installation_issues.pdf

hdb297541
11-02-2010, 10:48 AM
yes, previous VT extension was uninstalled BEFORE installing form builder
i already delete dreamweaver cache file without changes