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