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
Post a Comment