Category "jsf"

Ordering <h:outputStyleSheet> and <link rel="stylesheet"> swapped

In my JSF 2.2 Facelet I have the following code: <html ... > <f:view> <h:head> <h:outputStylesheet name="bootstrap-lib/css

Mojarra 2.2 versions diverging

https://javaserverfaces.java.net/nonav/2.2/releasenotes.html lists two diverging version branches of JSF2.2 where, strangely, 2.2.8-xx seems to be more recent t

Using jQuery Date Picker causes: <f:convertDateTime> Parent not an instance of ValueHolder

I have an bean vacationRequestBean with startdate and enddate fields of java.util.Date type. I am using jQuery Date Picker in my index.xhtml for those fields. F

How can we enable many to many relationship through a JSF page using Netbeans?

Used a simple InnoDB MySQL database (many to many relationship between WRITER and FORUM, and a join table named writer_forum) in Netbeans 7.1 and created a Java