Re: Validation for Two Levels of Indexed Properties

2004-09-16 Thread Terry Roe
o.uk/#validateextends Niall - Original Message - From: "Hubert Rabago" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, September 14, 2004 8:11 PM Subject: Re: Validation for Two Levels of Indexed Properties Well, it's

Re: Validation for Two Levels of Indexed Properties

2004-09-15 Thread Niall Pemberton
L PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, September 14, 2004 8:11 PM Subject: Re: Validation for Two Levels of Indexed Properties > Well, it's good to know you already have a solution working. > > Just fyi, my guess on th

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
Matt, In my case, it wouldn't be very useful to provide the source code for my workaround as it would require too much background information. However, here is a summary of what I did to validate my second level of nested properties... First, I use the Validator to validate as much of the form

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Matt Bathje
Unfortunatley not, because my workaround was to re-work the class so it wasn't necessary. The user interface for that area became a little bit "clunkier" but it was the quickest thing to do at the time. Matt Terry Roe wrote: Matt, Thank you for your comments. Could you point me to where you po

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
Matt, Thank you for your comments. Could you point me to where you posted your workaround for nested validation? Thanks, TR Matt Bathje wrote: Might I suggest (to everybody, not just Terry) that when you come up with a solution to these or other things, you either put it into the struts wiki (

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Matt Bathje
Might I suggest (to everybody, not just Terry) that when you come up with a solution to these or other things, you either put it into the struts wiki (http://wiki.apache.org/struts) Or do it in a generic enough manner that you can put in a bugzilla report with the new code, and it could be adde

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
ace that I thought would be of some help and have received no response. Could someone please tell me where to go (and, yes, you may say GTH if that is the correct answer) to find answers to questions on Struts functionality and usage? Thanks, TR Terry Roe wrote: Re: Validation for Two Levels of Ind

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
searched and searched for information on the issue below and have come up empty. I came to the one place that I thought would be of some help and have received no response. Could someone please tell me where to go (and, yes, you may say GTH if that is the correct answer) to find answers to q

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread jmoran
no one addresses > >>"tough" ones like the one below. Maybe it's too much effort, or maybe > >>I've breached protocol somehow in the way I've asked for help. It would > >>be nice to at least get a response to an issue that is directly related >

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Hubert Rabago
e > >>I've breached protocol somehow in the way I've asked for help. It would > >>be nice to at least get a response to an issue that is directly related > >>to the topic of this mailing list. > >> > >>I don't mean to be rude, and I hop

Re: Validation for Two Levels of Indexed Properties

2004-09-14 Thread Terry Roe
issue below and have come up empty. I came to the one place that I thought would be of some help and have received no response. Could someone please tell me where to go (and, yes, you may say GTH if that is the correct answer) to find answers to questions on Struts functionality and usage? Th

Re: Validation for Two Levels of Indexed Properties (was: Off Topic Post Air Time vs. Struts Answers)

2004-09-14 Thread Hubert Rabago
hed for information on the issue below and have > come up empty. I came to the one place that I thought would be of some > help and have received no response. Could someone please tell me where > to go (and, yes, you may say GTH if that is the correct answer) to find > answers to questi

Re: Validation for Two Levels of Indexed Properties

2004-09-13 Thread Matt Bathje
OK, I unfortunatley won't be very much help then. If I had to guess I would say that this is not supported, but maybe somebody else will chime in. Sorry for the lack of help. Matt Terry Roe wrote: Matt, I have several nested levels of properties on one page. First level is "plan" which has some

Re: Validation for Two Levels of Indexed Properties

2004-09-13 Thread Terry Roe
Matt, I have several nested levels of properties on one page. First level is "plan" which has some general information and also contains a collection of "phase" properties called phaseList. Each "phase" has some information associated with it, as well as containing a collection of "procedure"

Re: Validation for Two Levels of Indexed Properties

2004-09-13 Thread Matt Bathje
Terry - maybe I'm a dope...but can you define what you mean by multiple level? I at first though you meant the validations such as (required,intRange) but looking at it, I think I may be wrong and it means something else. A better definition of what phaseList and procedureList are, and how the