1. Dynamic value for verbatim tag coderanch.com |
2. verbatim tag coderanch.com |
3. is it need to use verbatim to enclosed all non-jsf tag? coderanch.comActually, it's not really effective JSF if you are even using non-JSF tags. JSF is intended to be a semantic framework with a decoupled rendering mechanism. In practical terms, that means things like being (potentially) to use the same application code on both standard HTML and WAP page-based systems, to be able to render raw graphics without any the need for ... |