JPA « RichFaces « JSF Q&A





1. Display custom conversation error message with     stackoverflow.com

I'm using hibernate validators with JSF. How can i set my conversation error messages. I'am trying such way, but it didn't work:

          ...

2. Seam Richfaces form validation    stackoverflow.com

My form validation works great, but the messages use the JSF component name and not the field label. For instance, I have a field subject and the error message I ...

3. Problem using Hibernate Projections    stackoverflow.com

I'm using Richfaces + HibernateQuery to create a data list. I'm trying to use Hibernate Projections to group my query result. Here is the code:

final DetachedCriteria criteria = DetachedCriteria
   ...

4. f:convertDateTime displays wrong Date    stackoverflow.com

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 ...

5. JSF/Hibernate NotBlank validation    stackoverflow.com

I have a simple JSF+RichFaces form with some fields and obviously a backing bean to store them. In that bean all the necessary properties have validation annotations (jsr303/hibernate), but I can't ...

6. Class Level Validation in Seam/Hibernate    stackoverflow.com

I implemented a custom class level validator in my seam/hibernate application. On my form I have <s:validateAll>. This tag does not call the class level validation. Related issue: https://jira.jboss.org/browse/JBSEAM-1878 What ...

7. How can I use Hibernate Validation with my Richfaces project?    stackoverflow.com

I am using Richfaces 3.3.3, JSF 1.2, and JBoss Tools 3.1. I believe this has Hibernate Validator 4.1. I am trying to use Hibernate annotation validation in conjunction with the . ...

8. developing java blog module    stackoverflow.com

I am devolping one application using java,rich:faces,jsf and hibernate. I have to develop a blog module their like google blog where user can insert image,videos,text in text editor and then he can ...

9. java blog development    stackoverflow.com

Possible Duplicate:
developing java blog module
Hi all, I am developing a module using rich faces,jsf and hibernate,where i am using rich:editor to save the data into ...