Export fails when displaytag inside custom tags (Weblogic 9.1 only) ----------------------------------------------------------------------
Key: DISPL-323 URL: http://jira.codehaus.org/browse/DISPL-323 Project: DisplayTag Type: Bug Components: Export Reporter: Emmanuel Export fails when displaytag inside custom tags (Weblogic 9.1 only) , when I use tomcat 5.028 works fine per example the code is the following <mytag:layout-body> <display:table > </mytag:layout-body> the custom tag layout-body is <%@ tag body-content="scriptless" %> <%@ taglib prefix="html" uri="/WEB-INF/struts-html.tld" %> <%@ taglib prefix="c" uri="/WEB-INF/c-1_0-rt.tld" %> <%@ attribute name="styleClass" required="false"%> <c:if test = "${empty styleClass}"> <c:set var="styleClass" value="maxHeight"/> </c:if> <!-- begin layout-body.tag --> <tr> <td class="${styleClass}"> <div class="contentDisplayRes" style="height:100%;"> <jsp:doBody/> </div> </td> </tr> <!-- end layout-body.tag --> when I take out the custom tag , the exportation works fine, please any help will appreciated. thanks in advance -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ displaytag-devel mailing list displaytag-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-devel