Anyone know of a non-scriplet way to do what this jsp snippet is doing?

     <c:set var="editPage" value="${config.editPage}"/>
     <% String editPage = (String) pageContext.getAttribute("editPage"); %>
     <tiles:insert page="<%=editPage%>"/>




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to