[
https://jira.jboss.org/browse/SEAMREST-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jozef Hartinger updated SEAMREST-2:
-----------------------------------
Summary: Support validation of JAX-RS resource fields (was: Support
validation of entire resources)
> Support validation of JAX-RS resource fields
> --------------------------------------------
>
> Key: SEAMREST-2
> URL: https://jira.jboss.org/browse/SEAMREST-2
> Project: Seam REST
> Issue Type: Feature Request
> Components: Bean Validation
> Affects Versions: Alpha2
> Reporter: Jozef Hartinger
>
> Provide support for the following use case:
> @Path("/hello")
> public class Resource
> {
> @QueryParam("name")
> @Size(min = 5, max = 15)
> private String name;
> @GET
> public String hello()
> {
> return "Hello " + name;
> }
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
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