Am using struts 1.3(myeclipse 6.0.1), this is my scenario,
I have a html table, I am filling the data using logic iterate tag, In that table i have a checkbox, if I check the check box, I want to get the current row detail.(Check box is s database field). How can i do this please guide me.
How about assigning a particular ID to the checkbox tag while you are iterating over it . Then on click functionality , you can get the ID of the checkbox that fired the click event , and in this way you can get the ID of the row which the user cliked.
Muhammad Saif Asif Mirza
OCJA(5/6) OCJP(6) OCJWCD(6)
Thank you saif for your reply.
Still am not getting clear cut idea. I am very new to the environment. Please show me the way to achieve my need. I am helpless.
this what i have
note : putvalonclick() in this script method i can only show alert message. other than else i didnt know. how to proceed it further