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] For additional commands, e-mail: [email protected]
