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
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
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
3 matches
Mail list logo