Problem Extended TableTag with columnDecorator with DisplayTag1.1 version -------------------------------------------------------------------------
Key: DISPL-310 URL: http://jira.codehaus.org/browse/DISPL-310 Project: DisplayTag Type: Task Components: Decorators Versions: 1.0, 1.1 Reporter: Jose Quintanilla Attachments: Problem description.txt Hi. I'be using this great Tool since long time ago. I'be using DisplayTag extended the class TableTag with colunmDecorator, without any TableDecorator it works very well until last realese 1.1, when I found there isn't still work my apliccation with the last realese.! At class TableTag calls to writeHTMLData(); method which calls new HtmlTableWriter( this.tableModel, this.properties, this.baseHref, this.export, out, getCaptionTag(), this.paginatedList, this.listHelper, this.pagesize, getAttributeMap(), this.uid).writeTable(this.tableModel, this.getUid()); given a NullPointerException at "PageContext" which isn't null. Only I can presum the problem is with the "tableModel", in wich the table decorator and footer are null. (I'm not using a TableDecorator) Can anybody tell me which other characteristic maybe in "tableModel" u other is necesary to avoid this NullPointerException in the "page context". Thanks. -- 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