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 <t...@dds.nl
> <mailto:t...@dds.nl>> 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: users-unsubscr...@appfuse.dev.java.net
>     <mailto:users-unsubscr...@appfuse.dev.java.net>
>     For additional commands, e-mail: users-h...@appfuse.dev.java.net
>     <mailto:users-h...@appfuse.dev.java.net>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to