RE: Client Side Validation Not Working

2008-11-18 Thread Rabin Aryal
Lukasz, Thanks a lot. I changed the action name and then what a silly mistake... Rabin -Original Message- From: Lukasz Lenart [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 10:31 AM To: Struts Users Mailing List Subject: Re: Client Side Validation Not Working And

Re: Client Side Validation Not Working

2008-11-18 Thread Lukasz Lenart
And the server-side validation is working? I think not, name of xml is not as it should be - it should be CommentAction-save_comment-validation.xml Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PR

Client Side Validation Not Working

2008-11-18 Thread Rabin Aryal
Guys, I don't know what I am doing wrong. I am missing the actual validation JavaScript code in the generated html when accessing add_comment.do?blogid=23. I have included the snippet below. addcomment.jsp " struts.xml /blog/addcomment.jsp /blog/addco

Re: SV: [Shale] commons client side validation not working inside a dataList

2006-03-29 Thread Gary VanMatre
gt; > > > L. > > > > > > Hermod Opstvedt wrote: > > > > Hi > > > > > > > > Did I hear forceId? - You need to use this attribute to force the name > > to be > > > > what you want. > > > > > &g

Re: SV: [Shale] commons client side validation not working inside a dataList

2006-03-29 Thread Paul Devine
SP and, if possible, copy/paste the > > rendered HTML as well, in a Bugzilla ticket so the issue gets tracked? > > > > L. > > > > Hermod Opstvedt wrote: > > > Hi > > > > > > Did I hear forceId? - You need to use this attribute to force the nam

Re: SV: [Shale] commons client side validation not working inside a dataList

2006-03-29 Thread Gary VanMatre
stvedt wrote: > > Hi > > > > Did I hear forceId? - You need to use this attribute to force the name to > > be > > what you want. > > > > Hermod > > > > > > -Opprinnelig melding- > > Fra: Paul Devine [mailto:[EM

SV: SV: [Shale] commons client side validation not working inside a dataList

2006-03-29 Thread Hermod Opstvedt
] commons client side validation not working inside a dataList Why would that be needed? The s:commonsValidator tag should render Javascript referencing the actual rendered ID of the component it's attached to. I haven't played much with validators, much less validators for components inside

Re: SV: [Shale] commons client side validation not working inside a dataList

2006-03-29 Thread Laurie Harper
t. Hermod -Opprinnelig melding- Fra: Paul Devine [mailto:[EMAIL PROTECTED] Sendt: 29. mars 2006 22:47 Til: user@struts.apache.org Emne: [Shale] commons client side validation not working inside a dataList I tried using the commons validation features of Shale. The application is using Myfaces 1

Re: [Shale] commons client side validation not working inside a dataList

2006-03-29 Thread Paul Devine
t;[EMAIL PROTECTED]> wrote: > > Hi > > Did I hear forceId? - You need to use this attribute to force the name to > be > what you want. > > Hermod > > > -Opprinnelig melding- > Fra: Paul Devine [mailto:[EMAIL PROTECTED] > Sendt: 29. mars 2006 22:47 > Ti

SV: [Shale] commons client side validation not working inside a dataList

2006-03-29 Thread Hermod Opstvedt
Hi Did I hear forceId? - You need to use this attribute to force the name to be what you want. Hermod -Opprinnelig melding- Fra: Paul Devine [mailto:[EMAIL PROTECTED] Sendt: 29. mars 2006 22:47 Til: user@struts.apache.org Emne: [Shale] commons client side validation not working inside

[Shale] commons client side validation not working inside a dataList

2006-03-29 Thread Paul Devine
I tried using the commons validation features of Shale. The application is using Myfaces 1.1.1. The validation javascript is being written back to the browser. The server side validation is working fine but a javascript `field error occurs during the . However there is a problem with the client