| Author |
know the current status of command button
|
anwesh maity
Greenhorn
Joined: Oct 31, 2007
Posts: 18
|
|
my jsp code is this <div> <h:commandButton id="adduser" value="adduser" action="#{Statement.clicked1}"/> <h:inputText id="addemployee" rendered="#{Statement.clicked1}"/> </div> how can i know the current status of the command button in java whether its pressed or not???
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
What is <h:command>? Is this a Struts tag?
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14572
|
|
|
It's a JSF tag. Move this question to the JSF forum.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: know the current status of command button
|
|
|