[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1626) hibernate validators decoration does not validate in the jsf lifecycle (seam 1.2 regression)

Zalder R (JIRA) jira-events at lists.jboss.org
Mon Jul 9 11:41:31 EDT 2007


hibernate validators decoration does not validate in the jsf lifecycle (seam 1.2 regression)
--------------------------------------------------------------------------------------------

                 Key: JBSEAM-1626
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1626
             Project: JBoss Seam
          Issue Type: Bug
    Affects Versions: 2.0.0.BETA1
         Environment: jboss 4.2 jboss 2.0.0.B1
            Reporter: Zalder R


a simple seam backing bean (not an entity bean) with hib validators allow non valid expression input (ie does not work) : 

eg : 
	@AssertTrue
	private boolean agreeTos;

	public boolean isAgreeTos() {
		return agreeTos;
	}

	public void setAgreeTos(boolean agreeTos) {
		this.agreeTos = agreeTos;
	}

the @AssertTrue does not work anymore (this worked in seam 1.2) ...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list