Hello!

How can I get a form's property in JSP to use it in EL in JSTL tags.

e.g.
<html:form action="/myAction">
        <html:hidden property="elementIndex"/>
</html:form>

<c:set var="elementIndex" value="??????????????"/>    <- define here

<c:if test="${!empty myBean.list[elementIndex]}">       <- use here
        <somethig>
</c:if>


Yaroslav Novytskyy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to