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
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter WhiteSent: Tuesday, November 18, 2003 2:11 AMTo: [EMAIL PROTECTED]Subject: [OS-webwork] Pre-validation Processing Question Hi gang, I have an action that will either submit a form's contents, if it passes validat

[OS-webwork] Pre-validation Processing Question

2003-11-18 Thread Peter White
Title: Pre-validation Processing Question Hi gang, I have an action that will either submit a form's contents, if it passes validation, or dispatch the form for completion if it doesn't pass validation. Basically, it's my way of being lazy so I don't have to write one action to render a for