1. Difference between value and binding tag for UIComponents in JSF stackoverflow.comI am learning JSF and am confused in these two attributes. What difference will it make if I will use:
|
2. Execution of method-binding in custom tag coderanch.com |
3. Difference between binding and value tag coderanch.comI think originally value tags didn't exist and binding was the only choice. Then a bunch of stale web pages kept Binding in view long after it was no longer the best solution. Binding is a lot more cumbersome than value expressions. It introduces JSF-specific logic and constructs into what would otherwise be POJOs. There are uses for bindings, however, just ... |