Re: Problem with validator framework in LookupDispatchAction

2006-10-10 Thread Laurie Harper
Yariel Ramos Moreno wrote: Hi all: I have a LookupDispatchAction which can be submitted by two buttons (Update and Restore). I need to validate this form only when Update button is pressed. The form field to validate is required and most be integer. The required condition works fine, using

Problem with validator framework in LookupDispatchAction

2006-10-09 Thread Yariel Ramos Moreno
Hi all: I have a LookupDispatchAction which can be submitted by two buttons (Update and Restore). I need to validate this form only when Update button is pressed. The form field to validate is required and most be integer. The required condition works fine, using the requiredIf validation with

Problem with validator

2006-10-04 Thread Frank W. Zammetti
Hello... trying to use Commons Validator 1.3.0 with Struts 1.2.9, seeing the following error... anyone have any ideas? Everything seems fine until the first check... config files follow trace. Thanks! 20061004-17:29:17,766 DEBUG [Servlet.Engine.Transports : 0] (ModuleUtils.java:167) Get module

Re: Problem with validator

2006-10-04 Thread Frank W. Zammetti
Hold up, think I found it... trying to pass Validator as well, doesn't match the signature in FieldChecks... -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo: fzammetti MSN: [EMAIL PROTECTED] Author of Practical Ajax Projects With

Re: Problem with validator

2006-10-04 Thread Wendy Smoak
On 10/4/06, Frank W. Zammetti [EMAIL PROTECTED] wrote: Hello... trying to use Commons Validator 1.3.0 with Struts 1.2.9, seeing the following error... anyone have any ideas? Everything seems fine until the first check... config files follow trace. Thanks! In the config files you posted, the

Re: Problem with Validator it does not reload request attributes

2006-07-20 Thread Kim Brianne Go
Thanks for the suggestions. I tried this and it works if the content of the list boxes are static. But in my case, the values that is being used by this widget is pulled out from the database then forwarded to the jsp page using request.setAttribute. Unfortunately, i dont think it will be

RE: Problem with Validator it does not reload request attributes

2006-07-20 Thread Yee, Richard K CTR DMDC
. -Richard -Original Message- From: Kim Brianne Go [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 12:15 AM To: Struts Users Mailing List Subject: Re: Problem with Validator it does not reload request attributes Thanks for the suggestions. I tried this and it works if the content

RE: Problem with Validator it does not reload request attributes

2006-07-19 Thread Krishna, Hari
List Subject: Problem with Validator it does not reload request attributes Good Day, I was just wondering if anyone has a clue on how to retain request values ( request.setAttribute()) forwarded to a jsp form page and once a form has been submitted or validated then returns with error messages

Re: Problem with Validator it does not reload request attributes

2006-07-19 Thread Adam Gordon
Kim- I had the same problem with some static form elements (e.g. contents of list boxes that were not part of any model data I cared to keep, yet it needed to be in the JSP page.) One solution I found was to set the properties on the session, but I decided that that was unnecessarily

Problem with Validator it does not reload request attributes

2006-07-18 Thread Kim Brianne Go
Good Day, I was just wondering if anyone has a clue on how to retain request values ( request.setAttribute()) forwarded to a jsp form page and once a form has been submitted or validated then returns with error messages the values from request.setAttribute() is no longer accessible. Here's an

Problem getting Validator plugin to work

2006-03-06 Thread MGShenoy
I am having problem getting Validator plugin to work in a very simple case. Here is the source code. Can some one tell me what I am doing wrong? plug-in className=org.apache.struts.validator.ValidatorPlugIn set-property property=pathnames value=/WEB-INF/validator-rules.xml

Re: Problem getting Validator plugin to work

2006-03-06 Thread Dave Newton
[EMAIL PROTECTED] wrote: I am having problem getting Validator plugin to work in a very simple case. Here is the source code. Can some one tell me what I am doing wrong? What are the symptoms? Normally it's good to provide information like that. Dave

Re: Problem getting Validator plugin to work

2006-03-06 Thread Hubert Rabago
On 3/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: form-bean name=SalesProspectForm type=com.globallink.glr.dataentryweb.form.AddSalesProspectForm public class AddSalesProspectForm extends ValidatorForm form name=AddSalesProspect Since you're extending ValidatorForm,

Re: Problem getting Validator plugin to work

2006-03-06 Thread MGShenoy
Subject Please respond to Re: Problem getting Validator Struts Users plugin to work Mailing List

Strange problem with validator

2005-06-30 Thread Manfred Wolff
Hi all. I have a very, very strage problem. I use commons-validator to validate my struts pages. I use also velocity to render the pages. If I have a required field and it is empty it writes an error message and deletes the field. But it also deletes other fields in the form. Not all, but

Problem using validator framework

2005-06-03 Thread Nitesh
I'm trying to use the validator framework. for client and server side validations. I'm using Struts 1.1. I have in my struts-config.xml form-beans form-bean name=UserListAdmin dynamic=true type=com.sample.forms.SampleDynaForm form-property name=test type=java.lang.String / /form-bean

Re: Problem using validator framework

2005-06-03 Thread Nitesh
: Problem using validator framework I'm trying to use the validator framework. for client and server side validations. I'm using Struts 1.1. I have in my struts-config.xml form-beans form-bean name=UserListAdmin dynamic=true type=com.sample.forms.SampleDynaForm form-property name=test type

urgent problem about validator !!!

2004-04-24 Thread dlayman
hello, I am working on a struts based web application, which requires validation both on client side and server side. There's an action entry in the struts-config.xml here: action path=/appCreateApp validate=true +type=com.embisoft.dvb.server.actions.app.AppCreateAction scope=request

urgent problem about validator !!!

2004-04-24 Thread dlayman
hello, I am working on a struts based web application, which requires validation both on client side and server side. There's an action entry in the struts-config.xml here: action path=/appCreateApp validate=true +type=com.embisoft.dvb.server.actions.app.AppCreateAction scope=request

urgent problem about validator !!!

2004-04-24 Thread dlayman
hello, I am working on a struts based web application, which requires validation both on client side and server side. There's an action entry in the struts-config.xml here: action path=/appCreateApp validate=true +type=com.embisoft.dvb.server.actions.app.AppCreateAction scope=request

urgent problem about validator !!!

2004-04-24 Thread dlayman
hello, I am working on a struts based web application, which requires validation both on client side and server side. There's an action entry in the struts-config.xml here: action path=/appCreateApp validate=true +type=com.embisoft.dvb.server.actions.app.AppCreateAction scope=request

Re: urgent problem about validator !!!

2004-04-24 Thread Richard Yee
PROTECTED] Sent: Saturday, April 24, 2004 9:35 PM Subject: urgent problem about validator !!! hello, I am working on a struts based web application, which requires validation both on client side and server side. There's an action entry in the struts-config.xml here: action path