RE: Can't find struts DynaActionForm property with JSTL

2003-07-16 Thread Helen Ge
Thanks Matt, that does help me out! -Original Message- From: Sgarlata Matt [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 10:54 AM To: Tag Libraries Users List Subject: Re: Can't find struts DynaActionForm property with JSTL Your syntax for is correct using ActionForms

Re: Can't find struts DynaActionForm property with JSTL

2003-07-16 Thread Sgarlata Matt
Your syntax for is correct using ActionForms, but for DynaActionForms you need to do this: Matt - Original Message - From: "Helen Ge" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2003 10:50 AM Subject: Can't find struts DynaActionForm

Can't find struts DynaActionForm property with JSTL

2003-07-16 Thread Helen Ge
Hi, I am using Struts DynaActionForm object dataForm (session scope) to hold a form data. It is no problem to display that form bean property in the JSP page by using the Struts bean tag . However I'd like see how the JSTL works by using JSTL without specifying scope , it gave me exception like