Re: Struts validation problem

2008-03-01 Thread Anet
Hi. Thank you very much Dave. my problem solved. Anet. Dave Newton <[EMAIL PROTECTED]> wrote: --- Anet wrote: > whats your mean about rendering tag property? It ate part of my text; I was asking if it renders a tag. If not, you'd have to put it inside one--I just don't remember much

Re: Struts validation problem

2008-02-27 Thread Dave Newton
--- Anet <[EMAIL PROTECTED]> wrote: > whats your mean about rendering tag property? It ate part of my text; I was asking if it renders a tag. If not, you'd have to put it inside one--I just don't remember much about S1 any more. > everything is ok. just validation doesn't work.

Re: Struts validation problem

2008-02-27 Thread Anet
Hi Dave; whats your mean about rendering tag property? everything is ok. just validation doesn't work. I use struts 1.1 . Dave Newton <[EMAIL PROTECTED]> wrote: --- Anet wrote: > I have an strange problem with struts validation. Everything is ok. ... > but java script created by strut

Re: Struts validation problem

2008-02-27 Thread Dave Newton
--- Anet <[EMAIL PROTECTED]> wrote: > I have an strange problem with struts validation. Everything is ok. ... > but java script created by struts are shown on top of my page, where I put > Is it rendering the tag properly? Which version of S1 are you using? Dave -

Re: struts validation problem

2007-07-23 Thread Paul Benedict
Nosinov, The feature to display the error value in a validation message is part of the next release of Validator (1.4). At the moment, no current releases allow this feature. If you want, you can help submit a patch for that feature: https://issues.apache.org/jira/browse/VALIDATOR Paul Nosi

Re: struts validation problem

2006-04-10 Thread Madhav Bhargava
As a quick fix i changed the validator-rules.xml file. I added the following: *if (field == undefined) {* * isValid = true;* } else if { } I did this for required and mask rules. This solved the problem for me. Thanks for your response. Moreover with the version of validator framework i a

Re: struts validation problem

2006-04-09 Thread Laurie Harper
Madhav Bhargava wrote: Hi All, I am using Struts 1.0 and struts-validator 1.0. I have a JSP which has 3 tabs. Each tab body has a different element inside it. I am using Ajax to dynamically generate the tab body content. Let me take an example and explain it. Assume there are 2 tabs - Tab1 and