Re: use action-form's properties in JSTL

2005-05-25 Thread Wendy Smoak
From: "Yaroslav Novytskyy" <[EMAIL PROTECTED]> > > How can I get a form's property in JSP to use it in EL in JSTL tags. > > > > > <- define here > > <- use here > > If you're going to use JSTL, you'll probably want to switch to the Struts-EL tags so you can use expressions with them as wel

Re: use action-form's properties in JSTL

2005-05-25 Thread atta-ur rehman
Hi, try formName.property formName is the name that you defined in your struts.xml for the form of current action. it should work. and the reason it works that Struts puts the form object under the 'name' key in either request and session scope depending upon the 'scope' attribute of your curre

use action-form's properties in JSTL

2005-05-25 Thread Yaroslav Novytskyy
Hello! How can I get a form's property in JSP to use it in EL in JSTL tags. e.g. <- define here <- use here Yaroslav Novytskyy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma