thanks so i can't remove the iterator tag by a c:foreach tag in this
example:
<s:iterator status="stat" value="{1,2,3,4,5,6,7,8}" >
<s:textfield key="priceNames['%{top}']" cssClass="text medium"
required="true" />
</s:iterator>
lucky i only need 8 ;)
tibi
Matt Raible wrote:
> I don't believe this is possible - you should use Struts tags or JSTL
> tags, but not both in the same logic block.
>
> On Wed, Aug 19, 2009 at 4:50 AM, tibi <[email protected]
> <mailto:[email protected]>> wrote:
>
>
> hi i need to mix tag libs and can't seem to get it working:
> <c:set var="index" value="${stat.index}" scope="session"/>
> <s:property value="index" /> <!-- will not work -->
> <s:property value="%{index}" /> <!-- will not work -->
> ${index } <!-- works -->
>
> thanks,
>
> tibi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> <mailto:[email protected]>
> For additional commands, e-mail: [email protected]
> <mailto:[email protected]>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]