Menu

#54 Validated Text or Password defaultValue

open
nobody
5
2008-08-19
2008-08-19
Anonymous
No

For our install we leave the defaultValue of passwords and text fields blank but use regular expressions, the user must specify a custom value, we do not want to supply a default

Iif the user enters nothing the message box states:

----
The field is not of the correct format
e.g. null
----

Problem is the defaultValue is also used in this message box, if the defualtValue attribute is left out you get the null as above, we currently set it an empty string "" but then the message box states

----
The field is not of the correct format
e.g.
----

Discussion


Log in to post a comment.