| Author |
Disabling fields when radio button is selected
|
dhanya kairali
Greenhorn
Joined: Dec 28, 2000
Posts: 22
|
|
I have a radio button in my jsp page. On selecting it all the other fields in that page should be disabled. I dont want to implement this using javascript. What is the best thing I can do? I am relatively new to Struts validation and Taglibraries, but I am assuming I should be using either of these. Please give me some references/tips as to how I can implement this.
|
 |
Craig Jackson
Ranch Hand
Joined: Mar 19, 2002
Posts: 405
|
|
I am new to struts, and I am not even sure you can do what your asking using
Struts validation and Taglibraries
but on the on the hand you asked
What is the best thing I can do?
I would suggest you reconsider using javascript.
|
 |
 |
|
|
subject: Disabling fields when radio button is selected
|
|
|