hi all,
I have create a custom tag(myButtonTag) that extends org.apache.struts.taglib.html.ButtonTag.
in the jsp, i have two button(button1 and button2) that will call to myButtonTag.
how do i identified in the myButtonTag java ,which button(button1 or button2?) i currently work on?
Is there any stuff like if i println, i will see the current button name that i work on ?
have a nice day.