[
http://jira.jboss.com/jira/browse/JBSEAM-1626?page=all ]
Gavin King updated JBSEAM-1626:
-------------------------------
Component/s: Core
Fix Version/s: 2.0.0.CR1
Assignee: Gavin King
This probably occurs because Validators is not aware of EJB and Seam proxies. We need to
make Validators.createValidator() a bit smarter.
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
Components: Core
Affects Versions: 2.0.0.BETA1
Environment: jboss 4.2 jboss 2.0.0.B1
Reporter: Zalder R
Assigned To: Gavin King
Fix For: 2.0.0.CR1
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