RE: [Shale] How to cancel the s:commonsValidator/

2006-05-24 Thread James Reynolds
: [Shale] How to cancel the s:commonsValidator/ From: James Reynolds [EMAIL PROTECTED] Hmm, I downloaded the latest Shale libs and the first thing I notice is that the validator fires for an h:inputText that isn't rendered. This is what I have on my page: h:outputText value=Last Name

RE: [Shale] How to cancel the s:commonsValidator/

2006-05-24 Thread Gary VanMatre
From: James Reynolds [EMAIL PROTECTED] Thanks Gary, I created my first submission to the issue tracker. I saw that one, thanks. Do I get a jacket or a certificate now that I belong to this exclusive group? Yea, You can use the tracker ticket number and $2 will get you a cup of

[Shale] How to cancel the s:commonsValidator/

2006-05-23 Thread James Reynolds
I'm coding a cancel button on an update form. I've set its immediate attribute to true, but that isn't skipping the client side validation. Is there a way to do this, or must I only use server validation in this case? Thanks

Re: [Shale] How to cancel the s:commonsValidator/

2006-05-23 Thread Craig McClanahan
On 5/23/06, James Reynolds [EMAIL PROTECTED] wrote: I'm coding a cancel button on an update form. I've set its immediate attribute to true, but that isn't skipping the client side validation. Is there a way to do this, or must I only use server validation in this case? This sounds like an

Re: [Shale] How to cancel the s:commonsValidator/

2006-05-23 Thread Gary VanMatre
From: James Reynolds [EMAIL PROTECTED] I'm coding a cancel button on an update form. I've set its immediate attribute to true, but that isn't skipping the client side validation. Is there a way to do this, or must I only use server validation in this case? If you are using the JSF

RE: [Shale] How to cancel the s:commonsValidator/

2006-05-23 Thread James Reynolds
It was the last announced Alpha update finished around the end of March. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Tuesday, May 23, 2006 12:44 PM To: Struts Users Mailing List Subject: Re: [Shale] How to cancel

RE: [Shale] How to cancel the s:commonsValidator/

2006-05-23 Thread James Reynolds
event caller assumes the existence of the Input boxes. -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 12:52 PM To: Struts Users Mailing List Subject: Re: [Shale] How to cancel the s:commonsValidator/ From: James Reynolds [EMAIL PROTECTED

RE: [Shale] How to cancel the s:commonsValidator/

2006-05-23 Thread Gary VanMatre
From: James Reynolds [EMAIL PROTECTED] Hmm, I downloaded the latest Shale libs and the first thing I notice is that the validator fires for an h:inputText that isn't rendered. This is what I have on my page: h:outputText value=Last Name:/ h:outputText