while waiting to solve my multiple decorators question. any work arround to change my decorator for one page?
i have this in the header <s:head theme="ajax" debug="true"/> for some pages i want to remove that part. i could do something like this: <c:if test="${AJAX}"> <s:head theme="ajax" debug="true"/> </c:if> but i can't set the parameter like this in the page: <% pageContext.setAttribute("AJAX",new Boolean(true));%> any idea would be welcome ;) tibi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]