[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-567) BigDecimal and BigInteger validation
Gavin King (JIRA)
jira-events at jboss.com
Wed Dec 6 23:11:55 EST 2006
[ http://jira.jboss.com/jira/browse/JBSEAM-567?page=all ]
Gavin King updated JBSEAM-567:
------------------------------
Description:
s:convertNumber doesn't work for BigDecimals or BigIntegers, but in the seam-gen templates we want to be able to validate the number of whole and fractional digits (against the precision and scale of the database column).
We should introduce JSF tags for this. Alternatively, we could add a new validator type to Hibernate Validator. Perhaps the second option is better.
was:
s:convertNumber doesn't work for BigIntegers, but in the seam-gen templates we want to be able to validate the number of whole and fractional digits (against the precision and scale of the database column).
We should introduce JSF tags for this. Alternatively, we could add a new validator type to Hibernate Validator. Perhaps the second option is better.
> BigDecimal and BigInteger validation
> ------------------------------------
>
> Key: JBSEAM-567
> URL: http://jira.jboss.com/jira/browse/JBSEAM-567
> Project: JBoss Seam
> Issue Type: Feature Request
> Components: Core
> Reporter: Gavin King
> Fix For: 1.1.1.GA
>
>
> s:convertNumber doesn't work for BigDecimals or BigIntegers, but in the seam-gen templates we want to be able to validate the number of whole and fractional digits (against the precision and scale of the database column).
> We should introduce JSF tags for this. Alternatively, we could add a new validator type to Hibernate Validator. Perhaps the second option is better.
--
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