accessing the button name

Friends, I want to access the name of a button which is in one JSP page in the other JSP page. I am able to access the value of button through JAVA code likeget.Parametername("buttonname");but i want to access the name of butoon instead of value.Have any idea?
[288 byte] By [mitesh55a] at [2007-11-26 20:03:20]
# 1
Hi,Save the name of the button in a hidden value and get it in the next page using get parameter.
Chellama at 2007-7-9 23:03:03 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...