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

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to