ajax - How can I make h:inputText appear only after button clicked in JSF2.0? -


in jsf2.0 how can make <h:inputtext> appear after specific button clicked? want <h:inputtext> hidden, , appear after click button

could use css "display: none" attribute on inputtext and, in button onclick attribute, change "display: block". more simple solution.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -