A validation issue
Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=791
Printed Date: 28 March 2026 at 11:13pm Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: A validation issue
Posted By: zaboss
Subject: A validation issue
Date Posted: 07 March 2003 at 2:56am
Well, it seems that I have a validation problem with an application I made. It's an article publisher. If I want to modify a record, I can delete an entire field and go along with it empty in the db in spite of the jscript validation I have on the page. But if I come back to the same record, and want to make another change, well it suddenly discover the empty field and woould not let me go along and insert it empty. To better understand what is all about, check it http://www.cursdemo.www2.dotnetplayground.com/wwwroot/ASPublisher/admin.asp - here , and try to Modify an article. It seems that the records "inside" HTMLArea, does not get verifyed by my validation function, but the rest of them do.
------------- Cristian Banu
http://www.soft4web.ro - Soft 4 web
|
Replies:
Posted By: MorningZ
Date Posted: 07 March 2003 at 10:45am
can you explain the problem clearer?
i went to the link and successfully edited an article, but i don't understand what didn't work (like for instance, what is the "adstract" area about?) and i didnt see any validation errors
------------- Contribute to the working anarchy we fondly call the Internet
|
Posted By: zaboss
Date Posted: 12 March 2003 at 5:48am
Sorry to come back so late, but it seems that some notifications do not reach me.
The problem is that you can delete the content and then go along and insert the empty field in the db, despite the validation i put against it. But if you came back again and edit the same record, it suddenly discover the empty field and prompts you to fill it in.
------------- Cristian Banu
http://www.soft4web.ro - Soft 4 web
|
|