Re: custom server side validation in shale

2006-01-02 Thread Wendy Smoak
On 12/26/05, Wendy Smoak [EMAIL PROTECTED] wrote: I'm going to open a couple of enhancement tickets ... These were: http://issues.apache.org/bugzilla/show_bug.cgi?id=38042 http://issues.apache.org/bugzilla/show_bug.cgi?id=38044 The first one moves validator-rules.xml into shale-core.jar so

Re: custom server side validation in shale

2005-12-26 Thread Wendy Smoak
On 12/22/05, JEEVANATHAM P. /BPCRP/INFOTECH/VASHI [EMAIL PROTECTED] wrote: Please let me know about how can we do server side validation in shale. Like user validation, when user enters some value that time we need to check with database whether that is correct one or not. This is an

Re: custom server side validation in shale

2005-12-26 Thread Craig McClanahan
On 12/26/05, Wendy Smoak [EMAIL PROTECTED] wrote: On 12/22/05, JEEVANATHAM P. /BPCRP/INFOTECH/VASHI [EMAIL PROTECTED] wrote: Please let me know about how can we do server side validation in shale. Like user validation, when user enters some value that time we need to check with

Re: custom server side validation in shale

2005-12-26 Thread Wendy Smoak
On 12/26/05, Craig McClanahan [EMAIL PROTECTED] wrote: it would be nice if Commons Validator would read more than one resource bundle file without needing to extract it and add the file to WEB-INF/classes yourself I think it already does. :) Looking at CommonsValidator.getErrorMessage again,

custom server side validation in shale

2005-12-22 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Hi all, Please let me know about how can we do server side validation in shale. Like user validation, when user enters some value that time we need to check with database whether that is correct one or not. If not that will through a alert not message on the screen. Regards,