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.
Then you are completely out of luck. There is nothing in JSP, Struts or any other server-side technology that will do this for you. It is a client-side function and must be performed with client-side Javascript.