How do I default information based upon user information?

2005-02-07 Thread Norris Shelton
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. Normally I would just default the value in the form declaration. Is this something I can do on the actualy JSP page by using a logic tag and setting the value if it's

Re: How do I default information based upon user information?

2005-02-07 Thread Wendy Smoak
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

Re: How do I default information based upon user information?

2005-02-07 Thread Norris Shelton
That will work. I was going to have to perform some preprocessing for the form anyway. Thx. --- Wendy Smoak [EMAIL PROTECTED] wrote: 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