Re: REST plugin and validations

2010-10-21 Thread Frans Thamura
Can using s2 validation the best way? --Original Message-- From: Jordi Fernandez To: Struts Users Mailing List ReplyTo: Struts Users Mailing List Subject: Re: REST plugin and validations Sent: Oct 22, 2010 11:33 AM When you say "written to the response" do you mean everythin

Re: REST plugin and validations

2010-10-21 Thread Jordi Fernandez
When you say "written to the response" do you mean everything is ok on the server side processing? The browser keeps waiting forever? On 21/10/2010 13:40, Stefan Magnus Landrø wrote: Hi there, I'm trying to add validation to a REST-plugin based struts2 application. I'm using using jsr 303 for

REST plugin and validations

2010-10-21 Thread Stefan Magnus Landrø
Hi there, I'm trying to add validation to a REST-plugin based struts2 application. I'm using using jsr 303 for the POST validation, and setting a model with validation info. The model is then marshalled to json, and written to the resonse, but I can't see the response in firebug. What could be goi