• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Validation rule triggered for readonly or disabled textboxes

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am facing a problem with validator framework. I have 2 sets of fields - one for billing address and one for shipping address. By default both values are the same & hence all the textboxes under the shipping address (like addr,city,state,...) display the values but are disabled/readonly.
A checkbox with label "Same as billing address" can be selected/deselected by the user. When the checkbox is deselected, all textboxes are enabled for the user to input the correct address.
Now heres my problem -

I am using client-side validation. When the textboxes are in readonly state & I try to submit the form, the validation rules (of 'required','mask','integer' etc) are getting called ,although data is present in the textbox. Why cant it detect the data in the textboxes if they are marked readonly ? what is the solution ?
Pls advice.
 
Meera Godse
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Forgot to mention ...... Results are as per Firefox Mozilla.
 
Just the other day, I was thinking ... about this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic