Related questions
f:convertDateTime displays wrong Date
In my Web Application I retrieve data using Hibernate and display it in a RichFaces dataTable.
In my MySQL-table there is a field of type "date". When I print this field to the log in my Bean, it shows the …
What is viewstate in JSF, and how is it used?
In JSF, there is a viewstate associated with each page, which is passed back and forth with submits etc.
I know that viewstate is calculated using the states of the various controls on the page, and that you can store …
Concatenate strings in JSF/JSP EL and Javascript
I'm having troubles with EL and javascript functions (JSF 1.2, Facelets, Richfaces 3.3.0GA). I have a page that includes another composition:
<ui:include src="/pages/panels/examinationPanel.xhtml">
<ui:param name="prefix" value="new" />
And in my …