form validations in java
-
I am developing an intranet system using net beans.I did all the designing using dreamweaver and for the code part i will use servlet.So i want to know about the options for applying validations(required field,email validation,format) in my project other than java script.
-
I am developing an intranet system using net beans.I did all the designing using dreamweaver and for the code part i will use servlet.So i want to know about the options for applying validations(required field,email validation,format) in my project other than java script.
hmm, you could validate at different occasions. First is the entry field - last chance is when the data is received and used (e.g. an object is created). Simple things like the required fields can easily be validated by the form itself. The format of certain values should be validated by the receiver of the data. regards Torsten
I never finish anyth...
-
hmm, you could validate at different occasions. First is the entry field - last chance is when the data is received and used (e.g. an object is created). Simple things like the required fields can easily be validated by the form itself. The format of certain values should be validated by the receiver of the data. regards Torsten
I never finish anyth...
-
sir thanks for your unfinished reply. that all i understood....but can you please give an example of validating a textfield on client side.....i don't want to perform any server side validation.
Let me Google that for you[^] And here is one more answer to this unique problem[^] My answer wasn't supposed to be longer. regards Torsten
I never finish anyth...
-
Let me Google that for you[^] And here is one more answer to this unique problem[^] My answer wasn't supposed to be longer. regards Torsten
I never finish anyth...