From: "Norris Shelton" <[EMAIL PROTECTED]>

> I have a lazy validator form that I need to default the value to
> be one of 2 values, based upon information about the user.
>
> Is this something I can do on the actualy JSP page by using a
> logic  tag and setting the value if it's unset?

You probably could do it in the JSP, but IMO it would best be done in the
Action, before forwarding to the JSP.  Isn't it similar to pre-populating
the form from a database record before displaying it for the first time?

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to