Re: validating user entered values

2006-03-20 Thread Niall Pemberton
On 3/17/06, fea jabi <[EMAIL PROTECTED]> wrote: > in strutsconfig.xml the form bean attribute has > > > Prepare jsp action > Form1.set("newBalance", "10"); > > In jsp I have > currencySymbol="" var="newBal"/> > > > Validator.xml has > > > > > > The Dispatch action has > Dy

RE: validating user entered values

2006-03-20 Thread fea jabi
can someone help me with this? Thanks. From: "fea jabi" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: validating user entered values Date: Fri, 17 Mar 2006 15:15:43 -0500 in strutsconfig.xml the form bean attribute

validating user entered values

2006-03-17 Thread fea jabi
in strutsconfig.xml the form bean attribute has Prepare jsp action Form1.set("newBalance", "10"); In jsp I have currencySymbol="" var="newBal"/> Validator.xml has The Dispatch action has DynaValidatorForm frm = (DynaValidatorForm)form; ActionMessages messa