[jbossseam-issues] [JBoss JIRA] Assigned: (JBSEAM-1626) Validation and non-entity components

Gavin King (JIRA) jira-events at lists.jboss.org
Sat Jul 21 16:05:47 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1626?page=all ]

Gavin King reassigned JBSEAM-1626:
----------------------------------

    Assignee: Gavin King  (was: Norman Richards)

> 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

        



More information about the seam-issues mailing list