outputText « Tag « JSF Q&A





1. JSF 1.2 outputText tag generates a span    stackoverflow.com

I am new to JSF 1.2, I am trying to output some text into my javascript call like so

something(<t:outputText value="#{bean.val}"/>)
but instead of getting plain text output, this is all being wrapped in ...

3. Precision error in converter property of tag?    coderanch.com

As far as I'm aware, the dateTime converter is employing only the standard conversion methods of the java.util.Date and Calendar classes. One thing that bites a lot of people regarding the day, however, is that the internal date object itself is usually based on the GMT timezone (UTC). Which means that you'll usually have to localize it. This is extra fun ...