RE: Retrieving DynaValidatorForm values with JSTL

2006-11-30 Thread Edward Song
Wendy you're right! Thanks. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, November 30, 2006 2:51 PM To: Struts Users Mailing List Subject: Re: Retrieving DynaValidatorForm values with JSTL On 11/30/06, Edward Song <[EMAIL PROTECTED]> wrot

Re: Retrieving DynaValidatorForm values with JSTL

2006-11-30 Thread Wendy Smoak
On 11/30/06, Edward Song <[EMAIL PROTECTED]> wrote: In JSP pages using the Struts Taglib, attributes of DynaActionForm objects can be referenced just like ordinary ActionForm objects. Wherever a Struts tag refers to a "property", the tags will automatically use the DynaActionForm properties just

RE: Retrieving DynaValidatorForm values with JSTL

2006-11-30 Thread Edward Song
those of a conventional JavaBean. So the code becomes Thanks again. Ed -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, November 30, 2006 2:35 PM To: Struts Users Mailing List Subject: Re: Retrieving DynaValidatorForm values with JSTL On 11/30/06, Edward So

Re: Retrieving DynaValidatorForm values with JSTL

2006-11-30 Thread Wendy Smoak
On 11/30/06, Edward Song <[EMAIL PROTECTED]> wrote: I have a form stored within the session and am trying to dump some of the Form values in the presentation using JSTL. Specifically something like Country : See 4.3.1 on http://struts.apache.org/1.x/userGuide/building_controller.html -- Wen

Retrieving DynaValidatorForm values with JSTL

2006-11-30 Thread Edward Song
Hi all, I have a form stored within the session and am trying to dump some of the Form values in the presentation using JSTL. Specifically something like Country : The form's name is SubscriptionProcessForm and the value to be retrieved from the form is country. Obviously I'm looking to