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

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


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