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 -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -