I have a HashMap stored in the Session and I use displaytag to view the
values of the HashMap.

Is it possible to remove Objects from  stored the HashMap and reflect this
in the view of displaytag?

At the moment I got an Exception:

java.lang.NullPointerException
        ...Decorator.decorate(...Decorator.java:33)
        org.displaytag.model.Column.getValue(Column.java:133)
        org.displaytag.model.Column.createChoppedAndLinkedValue(Column.java:201)
        org.displaytag.model.Column.initialize(Column.java:178)

org.displaytag.render.TableWriterTemplate.writeTableBody(TableWriterTemplate.java:328)

org.displaytag.render.TableWriterTemplate.writeTable(TableWriterTemplate.java:133)
        
org.displaytag.render.HtmlTableWriter.writeTable(HtmlTableWriter.java:643)
        org.displaytag.tags.TableTag.writeHTMLData(TableTag.java:1549)
        org.displaytag.tags.TableTag.doEndTag(TableTag.java:1218)

org.apache.jsp.WEB_002dINF.jsp.hitlist.default_jsp._jspx_meth_display_table_0(default_jsp.ja
-- 
View this message in context: 
http://www.nabble.com/Remove-Add-row-Object-tf2629010.html#a7336213
Sent from the DisplayTag - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to