Elhanan
unread,Nov 28, 2011, 10:23:57 AM11/28/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
hi..
i'm trying to implement the validation framework of jsr 303 on gwt, following the docs i see the example is using the actually bean.
however, i understand you'd want to use the gwtvalidator on the client side, which means in the case of entity proxies on the interface.
but if validation annotations are defined on the server side, how would using validation on the client side help? i could annotate the getter of the proxy, but then i would be repeating myself for each proxy.
i think i'm missing important here.