I'm trying to implement a scheme to have the Editor framework on the GWT client 
used properly with lists of ConstraintViolations but to be frank I doubt my 
approach makes any sense at this point.

Initially I thought about doing it by providing my own StatusService and 
populate the response entity with a serialized set of ConstraintViolation, but 
that doesn't quite work obviously and I couldn't unserialize them on the client 
anyway.

So my questions are:

Are there any plans to support this in a near future? Something like 
RequestFactory does with an onConstraintViolation method would be great.

How would someone solve this on his own end if there are no plans for it? Maybe 
I can make some patch for it.

My solution right now is to hack something up with a string of key/pairs and 
just use ConstraintViolationImpl from a Builder of GWT directly.... It... 
sucks.. ;)

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3071373

Reply via email to