Re: Validation framework fails to compile due to ScriptAssertValidator

2011-12-20 Thread koma
I found it... I started out with GWTVF (Gwt validation framework, another library. That one required this JVM setting : "-Dgwt.validation.excluded.ValidatorClassesRegexp=^org.hibernate.*" which was still set. Removing it fixed my issue. -- You received this message because you are

Re: Validation framework fails to compile due to ScriptAssertValidator

2011-12-18 Thread koma
In the HibernateValidator module i says clearly to exclude the problematic package... so obvious no source code available. But how to use this module then ? ** -- You received this message because you are subscribed t

Validation framework fails to compile due to ScriptAssertValidator

2011-12-18 Thread koma
Hi I have included and now my project fails to compile with : java.lang.ClassNotFoundException: org.hibernate.validator.constraints.impl.ScriptAssertValidator I noticed in the GWT contributors group this thread, talking about the same issue. I am afraid that the introduction of maven suppo

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 > 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.

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 t

Re: GWT Validation framework

2011-08-08 Thread Piro
Just google gwt validation! I recommend gwt-vl too. It is not perfect but it works. I use it since i did not get built in validation to work (http:// code.google.com/p/gwt-validation/). On 8. Aug, 09:13 h., RVSN wrote: > Thanks Juan. > > That seems to be custom validation framework. Ca

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 RVSN
Thanks Juan. That seems to be custom validation framework. Can you pls let me know that is there any in-build validation framework in GWT?? On Aug 5, 9:31 pm, Juan Pablo Gardella wrote: > I recommend gwt-vl <http://gwt-vl.sourceforge.net/> > > 2011/8/5 RVSN > > > I'

Re: GWT Validation framework

2011-08-05 Thread Juan Pablo Gardella
I recommend gwt-vl <http://gwt-vl.sourceforge.net/> 2011/8/5 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 t

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 sub

Re: GWT Validation Framework

2011-01-22 Thread João Pereira
Is the bean validation (http://code.google.com/p/google-web-toolkit/wiki/BeanValidation) available in 2.1.1? How stable it is? On Sat, Jan 22, 2011 at 5:35 PM, Nick Chalko wrote: > > > On Fri, Jan 21, 2011 at 11:06 PM, ghosh...@yahoo.in > wrote: >> >> Can anyone please provide me an example of g

Re: GWT Validation Framework

2011-01-22 Thread Nick Chalko
On Fri, Jan 21, 2011 at 11:06 PM, ghosh...@yahoo.in wrote: > Can anyone please provide me an example of gwt-validation > > Take a look at http://code.google.com/p/google-web-toolkit/wiki/BeanValidation and http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/validation/src/com/

Re: GWT Validation Framework

2011-01-17 Thread Nick Chalko
On Mon, Jan 17, 2011 at 12:02 PM, SVR 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 and does not

Re: GWT Validation Framework

2011-01-17 Thread SVR
This is not part of any released code? Is it planned to be part of ver x.y? Is http://code.google.com/p/gwt-validation/ a different project? thanks On Mon, Jan 17, 2011 at 2:47 PM, Nick Chalko wrote: > > > On Mon, Jan 17, 2011 at 7:43 AM, SVR wrote: > >> Has anybody used t

Re: GWT Validation Framework

2011-01-17 Thread Nick Chalko
On Mon, Jan 17, 2011 at 7:43 AM, SVR wrote: > Has anybody used the GWT Validation Framework based on the > JSR-303<http://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 it

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 wrote: > You can take a look into DynatableRf example that comes with the SDK. > > -- > You received this message because you are subscribed to the G

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

GWT Validation Framework

2011-01-17 Thread SVR
Has anybody used the GWT Validation Framework based on the JSR-303<http://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 y

Native GWT form fields validation framework plans?

2010-11-05 Thread marius.andreiana
Hi, There is a common, recurring topic about doing form fields validation in GWT. Here's a good analysis of the current validation frameworks done by Brendan https://wave.google.com/wave/waveref/googlewave.com/w+sVgB2_shE and more discussions at http://groups.google.com/group/gwt-platform/browse_

Re: Best Validation Framework

2010-07-22 Thread Thomas Broyer
On 22 juil, 20:19, Nirmal wrote: > Hi, > I am analysing various Validation Framework for use with GWT and would > like to collect opinions of the group. > > Validation Requirements: > 1) Individual fields values (value in textbox should be alphanumeric > or from speci

Best Validation Framework

2010-07-22 Thread Nirmal
Hi, I am analysing various Validation Framework for use with GWT and would like to collect opinions of the group. Validation Requirements: 1) Individual fields values (value in textbox should be alphanumeric or from specified list) 2) Group validation on values in multiple fields (two fields

Re: What validation framework best fits with Google-gin

2009-07-31 Thread Kwhit
There's examples for both on their websites. The 'advantage' with gwt- validation is that you use annotations although ironically I think I will end up not up not using them. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: What validation framework best fits with Google-gin

2009-07-31 Thread Eduardo Nunes
Can you both provide some example of using it? Do you use it with i18n? How do you connect these frameworks with GWT i18n? On Fri, Jul 31, 2009 at 3:22 AM, Norman Maurer wrote: > > I'm using gwt-vl but I'm not sure how well it work with Gin ( not > tried to inject it yet). > > Bye, > Norman > > 2

Re: What validation framework best fits with Google-gin

2009-07-30 Thread Norman Maurer
I'm using gwt-vl but I'm not sure how well it work with Gin ( not tried to inject it yet). Bye, Norman 2009/7/31 Kwhit : > > The only one I've found is gwt-validation. It works pretty well but it > has a few quirks particularly in letting exceptions disappear. The > project isn't very active. >

Re: What validation framework best fits with Google-gin

2009-07-30 Thread Kwhit
The only one I've found is gwt-validation. It works pretty well but it has a few quirks particularly in letting exceptions disappear. The project isn't very active. Always make sure you have a public getter for the field you're validating. --~--~-~--~~~---~--~~ You

What validation framework best fits with Google-gin

2009-07-30 Thread Eduardo Nunes
Hello guys, I've been searching for a good bean validation framework to use with GWT and Google-gin. I've tried the gwt-validation.googlecode.com , but I have one issue with it, if I try to inject an object that implements the IValidatable interface the system hangs up, it

Re: Validation Framework

2009-03-05 Thread John Ivens
i didn't try it but you can take a look at the gwt-validation project... > >> > >> Hasan... > >> - Show quoted text - > >> > >> > >> On Thu, Mar 5, 2009 at 7:37 AM, Pete wrote: > >>> > >>> Has anyone found a simple and still supp

Re: Validation Framework

2009-03-05 Thread Davide Cerbo
, Pete wrote: >>> >>> Has anyone found a simple and still supported validation framework for >>> gwt yet? >>> >>> Cheers >>> >>> Pete >>> >>> >> >> >> > > > > > -- Davide Cerbo ---

Re: Validation Framework

2009-03-05 Thread John Ivens
look at the > gwt-validation<http://code.google.com/p/gwt-validation/>project... > > Hasan...- Show quoted text - > > > > On Thu, Mar 5, 2009 at 7:37 AM, Pete wrote: > >> >> Has anyone found a simple and still supported validat

Re: Validation Framework

2009-03-05 Thread Davide Cerbo
: >> >> Has anyone found a simple and still supported validation framework for >> gwt yet? >> >> Cheers >> >> Pete >> >> > > > > > -- Davide Cerbo --- http://

Re: Validation Framework

2009-03-05 Thread Hasan Turksoy
i didn't try it but you can take a look at the gwt-validation<http://code.google.com/p/gwt-validation/>project... Hasan... On Thu, Mar 5, 2009 at 7:37 AM, Pete wrote: > > Has anyone found a simple and still supported validation framework for > gwt yet?

Validation Framework

2009-03-04 Thread Pete
Has anyone found a simple and still supported validation framework for gwt yet? Cheers Pete --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email

Re: validation framework

2009-01-12 Thread Sumit Chandel
Hi Manish, Also see Issue #343, which plans to address field validation on the client-side and server-side in an upcoming release. Issue #343: http://code.google.com/p/google-web-toolkit/issues/detail?id=343 Hope that helps, -Sumit Chandel On Fri, Jan 9, 2009 at 2:33 AM, Martin wrote: > > we

Re: validation framework

2009-01-09 Thread Martin
we have some validation on the client side within our toools project ... it is a so called business object panel where you can put in attributes and rules ... check out http://toools.org On Jan 6, 2:52 pm, manish wrote: > Is there any framework which can validate the user inputs at the > client

Re: validation framework

2009-01-08 Thread Arthur Kalmenson
Take a look at this framework: http://code.google.com/p/gwt-validation/. I haven't played with it so I can't tell you if it works or not. -- Arthur Kalmenson On Tue, Jan 6, 2009 at 8:52 AM, manish wrote: > > Is there any framework which can validate the user inputs at the > client side as wel

validation framework

2009-01-06 Thread manish
Is there any framework which can validate the user inputs at the client side as well as server side? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Go