aspose file tools
The moose likes JSF and the fly likes know the current status of command button Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "know the current status of command button" Watch "know the current status of command button" New topic
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
    
    7

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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: know the current status of command button
 
Similar Threads
focus() not working in firefox
Target component for id pan not found
Problem with YUI tabs while populating pdf's
List not refreshing after submit
problem in adding field to database