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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -