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