[seam-issues] [JBoss JIRA] Commented: (SEAMSERVLET-21) Add bean validation to HTTP data producers

Dan Allen (JIRA) jira-events at lists.jboss.org
Tue Dec 21 14:59:18 EST 2010


    [ https://issues.jboss.org/browse/SEAMSERVLET-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571747#comment-12571747 ] 

Dan Allen commented on SEAMSERVLET-21:
--------------------------------------

See https://github.com/seam/rest/blob/master/impl/src/main/java/org/jboss/seam/rest/validation/ValidationInterceptor.java for reference.

> Add bean validation to HTTP data producers
> ------------------------------------------
>
>                 Key: SEAMSERVLET-21
>                 URL: https://issues.jboss.org/browse/SEAMSERVLET-21
>             Project: Seam Servlet
>          Issue Type: Feature Request
>          Components: Producers
>    Affects Versions: 3.0.0.Alpha2
>            Reporter: Dan Allen
>            Priority: Minor
>
> Like the REST module, allow bean validation to be applied at injection points that use the HTTP data producers.
> Example:
> @Inject @Min(5) @RequestParam int pageSize;

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list