Top "Seam" questions

JBoss Seam is an open source enterprise framework in Java.

Force refresh of collection JPA entityManager

I am using SEAM with JPA (implemented as a Seam Managed Persistance Context), in my backing bean I load a …

java hibernate jpa seam
How to conditionally style a row in a rich:dataTable

How can I change the style of a particular row based on a condition? I can use JSF EL in …

jsf seam richfaces
Unique Constraint Over Multiple Columns

I am using SEAM 2/Hibernate along with PostgreSQL 9 database. I have the following table Active Band =========== active_band_id serial …

hibernate postgresql seam hibernate-mapping seam2
a different object with the same identifier value was already associated with the session when trying to persist entity

I have a slight problem that I don't know how to solve. Could you help me please? When I am …

sql hibernate seam
java library for reading RSS and ATOM feeds

I am looking for libraries which can read RSS / ATOM feeds in my J2EE application (based on JBoss Seam). …

java rss seam atom-feed
How to pass a parameter along with h:commandButton

One of the most common approaches to change locale in JSF+Seam - with <h:selectOneMenu>: <h:…

jsf jsf-2 seam parameter-passing
Faces Servlet threw exception java.lang.StackOverflowError

Ok, I've run across my first StackOverflowError since joining this site, I figured this is a must post :-). My …

configuration jboss seam web-applications
JBoss AS 7 migration - java.lang.ClassNotFoundException: org.hibernate.validator.ClassValidator

I have an application running on JBoss AS 4.2.3 and am trying to migrate this to JBoss AS 7.0.2. I am also …

hibernate jboss seam jboss7.x
Which framework should I choose - Seam, Wicket, JSF or GWT?

I'm debating whether to use Seam, Wicket, JSF or GWT as the foundation for my presentation layer in a Java …

java jsf seam wicket web-frameworks
Mixing JSF EL in a JavaScript file

Is there a way to have Expression Language (EL) expressions included JavaScript files be evaluated by JSF? I was hoping …

javascript jsf seam el