RE: [OS-webwork] Pre-validation Processing Question

2003-11-18 Thread Jason Carreira
2003 5:37 AM > To: [EMAIL PROTECTED] > Subject: RE: [OS-webwork] Pre-validation Processing Question > > > Francisco, > > Thanks for the tip, I'll give it a shot! > > -Peter > > > -Original Message- > > From: [EMAIL PROTECTED] &

RE: [OS-webwork] Pre-validation Processing Question

2003-11-18 Thread Peter White
Francisco, Thanks for the tip, I'll give it a shot! -Peter > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Francisco Hernandez > Sent: Tuesday, November 18, 2003 2:26 AM > To: [EMAIL PROTECTED] > Sub

Re: [OS-webwork] Pre-validation Processing Question

2003-11-18 Thread Francisco Hernandez
you can use a chain to populate that list or maybe lazily load the list in your getter (i think chain would work better..) "One common use of Action chaining is to provide lookup lists (like for a dropdown list of states, etc). Since these Actions get put on the ValueStack, these properties wil

RE: [OS-webwork] Pre-validation Processing Question

2003-11-18 Thread Peter White
Title: Pre-validation Processing Question I forgot to mention, I'm using the XML based ActionName-validation.xml mechanism this time around vs. rolling my own validation code in my model's validate() methods since I'm working with static forms this time. From: [EMAIL PROTECTED]