I am learning to develop web Apps using JSF 2.1 with Netbeans and Glassfish Server. Can anybody give me ideas as to how one could create a toggle button in JSF or if that is not possible an enable/disable buttons? For example I need two buttons "in" and "out" They essentially pass same param to same update function in the bean. When "in" is clicked, then "out" should be enabled and "in" immediately disabled and vice versa.How can this be done? Should I use ajax functionality?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Just have a Kickoff example:
With
Ajax is technically not necessary. Feel free to add |
|||||
|