Hi Myles, I haven't used Rialto Widgets, it looks like a nice library. There's no problem using it but you don't want to rely on it. You can never count on the client to send you valid data.
Stripes validation will occur whether or not you use client side validation. If you're only looking for the key masking from Rialto you may be better served by the JavaScript validation in Stripes-Stuff. By adding a few lines to your file you'll get automatic JavaScript validation on the client side including key masking without touching each form field. It uses the existing Stripes validation to generate the client side validation. http://stripes-stuff.svn.sourceforge.net/viewvc/stripes-stuff/JavaScript/trunk/scripts/jquery/ The comments in stripes.jquery.validation.js show how to use it. Sorry, I'm afraid that the only docs on it so far are in the comments but it's really easy to use. You can see it in use here: https://www.eufora.com/apply/ Aaron Kadusale, Myles wrote: > Good Day to All! > > I would like to use RialTo Widgets using Taglib > http://rialto.improve-technologies.com/wiki/taglib > > Has anyone has used this? > I would like to know what do you think about it? > > VIEW CONTROLLER MODEL > JSP/RialTo Stripes POJO > > I would like to do this because for example if I would not check the > data being entered in the client side > so the data will be sent to the server and in there I would check > the data then send an error message in the client > that the data entered is not acceptable, I would like to save the > number of transmission of data. > > I would like to filter out the data to be sent to the server in the > client side. > Like if my page would accept numbers only so using RialTo widgets I > can prevent the user from > typing in other characters except numbers. So I am sure the user is > sending numbers only. > > Is it also possible to use the validation feature of Stripes if I > use RialTo? > > > Thanks and Regards, > Myles > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
