You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Hunter Hillegas <li...@lastonepicked.com> on 2003/07/18 19:19:35 UTC

Scope Issues Between Struts Tags and JSTL

I am trying to use both Struts tags and JSTL in a page.

I have the following:

<nested:iterate property="lineItems">
<!--
FS: <c:out value="${fulfillmentStatus}"/>
SO: <c:out value="${sampleOrigin}"/>
-->
<c:if test="${fulfillmentStatus == 'In Process' && sampleOrigin ==
'special_order'}">
... THIS IS NEVER DISPLAYED SINCE JSTL TAGS CAN'T FIND VARS ...
</c:if>
</nested:iterate>

Now, my JSTL tags can't find these variables in any scope. How should I
properly address the data?

Thanks,
Hunter


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org