Re: GWT Validation framework

2011-08-09 Thread nacho
Any of those validation options can be easily used with MVP Editor fw? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Tnuj01pYZZsJ. To post to

Re: GWT Validation framework

2011-08-09 Thread Juan Pablo Gardella
In editor I don't know, but with MVP yes. You can define in presenter objets the validators. 2011/8/9 nacho vela.igna...@gmail.com Any of those validation options can be easily used with MVP Editor fw? -- You received this message because you are subscribed to the Google Groups Google Web

Re: GWT Validation framework

2011-08-08 Thread RVSN
...@gmail.com I'm a naive to Gwt. I'm trying to implementing GWT validation framework. but i couldnt make this. Could anyone pls help me to implementing GWT validation framework in my web application. For this I need some samples. pls help me out this -- You received this message because

Re: GWT Validation framework

2011-08-08 Thread objectuser
GWT it working toward using the JSR 303 approach for validation. Currently, I think it's not quite straight forward to get it to work in GWT 2.3. I think it'll be integrated better in 2.4, which is currently in RC1. -- You received this message because you are subscribed to the Google Groups

Re: GWT Validation framework

2011-08-08 Thread Piro
trying to implementing GWT validation framework. but i couldnt make this. Could anyone pls help me to implementing GWT validation framework in my web application. For this I need some samples. pls help me out this -- You received this message because you are subscribed to the Google

GWT Validation framework

2011-08-05 Thread RVSN
I'm a naive to Gwt. I'm trying to implementing GWT validation framework. but i couldnt make this. Could anyone pls help me to implementing GWT validation framework in my web application. For this I need some samples. pls help me out this -- You received this message because you are subscribed

Re: GWT Validation framework

2011-08-05 Thread Juan Pablo Gardella
I recommend gwt-vl http://gwt-vl.sourceforge.net/ 2011/8/5 RVSN vimalvino2...@gmail.com I'm a naive to Gwt. I'm trying to implementing GWT validation framework. but i couldnt make this. Could anyone pls help me to implementing GWT validation framework in my web application. For this I need

GWT Validation Framework

2011-01-17 Thread SVR
Has anybody used the GWT Validation Framework based on the JSR-303http://code.google.com/p/gwt-validation/ Can you please provide your thoughts on its usefulness and can you please point to some useful links on its usage with examples. thanks -- You received this message because you

Re: GWT Validation Framework

2011-01-17 Thread Miroslav Genov
You can take a look into DynatableRf example that comes with the SDK. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: GWT Validation Framework

2011-01-17 Thread SVR
I dont see it using the gwt validation framework. do u mean a later version / beta? On Mon, Jan 17, 2011 at 1:57 PM, Miroslav Genov mge...@gmail.com wrote: You can take a look into DynatableRf example that comes with the SDK. -- You received this message because you are subscribed

Re: GWT Validation Framework

2011-01-17 Thread Nick Chalko
On Mon, Jan 17, 2011 at 7:43 AM, SVR svr...@gmail.com wrote: Has anybody used the GWT Validation Framework based on the JSR-303http://code.google.com/p/gwt-validation/ Can you please provide your thoughts on its usefulness and can you please point to some useful links on its usage

Re: GWT Validation Framework

2011-01-17 Thread SVR
anybody used the GWT Validation Framework based on the JSR-303http://code.google.com/p/gwt-validation/ Can you please provide your thoughts on its usefulness and can you please point to some useful links on its usage with examples. thanks -- JSR-303 of course already works on the server side

Re: GWT Validation Framework

2011-01-17 Thread Nick Chalko
On Mon, Jan 17, 2011 at 12:02 PM, SVR svr...@gmail.com wrote: This is not part of any released code? Is it planned to be part of ver x.y? Eventually it will be in released code. No time line yet. Is http://code.google.com/p/gwt-validation/ a different project? yes it is a different project