Category "jsf"

WELD-001408: Unsatisfied dependencies for type Customer with qualifiers @Default

I'm a Java EE-newbie. I want to test JSF and therefore made a simple program but can not deploy it. I get the following error message: cannot Deploy onlineshop

Can I update a JSF component from a JSF backing bean method?

Is there a way to have a JSF Backing bean cause an update of a component on the page? I am not looking to use an ajax component with update attribute to update

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