[
http://jira.jboss.com/jira/browse/JBSEAM-1626?page=all ]
Norman Richards reopened JBSEAM-1626:
-------------------------------------
There was a problem with the fix. All seam components were given the Instance
interface, but only Session beans were given ClientSideInterceptor to deal with
getComponent(). I've changed it so that only session beans implement Instance to deal
with reported bugs. I'm reopening in case you really wanted ALL components to
implement Instance - in which case we need to add the correct interceptors to all
components.
Validation and non-entity components
------------------------------------
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
Priority: Critical
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