[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-144) Display validation messages on components for validation issues on child objects
Gavin King (JIRA)
jira-events at lists.jboss.org
Thu May 24 15:19:26 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-144?page=all ]
Gavin King updated JBSEAM-144:
------------------------------
Fix Version/s: 1.3.1.BETA1
(was: 1.3.0.ALPHA)
> Display validation messages on components for validation issues on child objects
> --------------------------------------------------------------------------------
>
> Key: JBSEAM-144
> URL: http://jira.jboss.com/jira/browse/JBSEAM-144
> Project: JBoss Seam
> Issue Type: Patch
> Components: JSF
> Affects Versions: 1.0 beta 2
> Reporter: Andrew
> Assigned To: Gavin King
> Fix For: 1.3.1.BETA1
>
> Attachments: JBSEAM-144.diff
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> I have submitted a patch to hibernate-annotations: ANN-208 (http://opensource2.atlassian.com/projects/hibernate/browse/ANN-208)
> This patch creates validation issues for child objects. The format is:
> mbean.collection[collection-index].childProperty
> Example:
> user.addresses[1].street
> This patch allows the ValidationInterceptor to attempt to find the "street" UIComponent. It does this by using the "dataTable" naming:
> addresses:1:street
> Which would be produced by:
> <t:dataTable var="address" value="#{user.addresses}">
> <t:column>
> <t:inputText value="#{addresss.street}" />
> ...
--
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