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]
&
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
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
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
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