tibi wrote:
<%@ include file="/common/taglibsForTags.jsp"%>
<%@ attribute name="saveMethod" %>
${saveMethod} <!---this woks and will print out the value -->
This shows that the value is available to jstl. You can use various other tags (c:set for example) to set that value in a location addressable by ognl.
-Dale --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

