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.