HtmlTableRendererBase throws NullPoinerException if component don't set rowId
-----------------------------------------------------------------------------
Key: MYFACES-544
URL: http://issues.apache.org/jira/browse/MYFACES-544
Project: MyFaces
Type: Bug
Versions: Nightly Build
Environment: jdk 1.5.0_04, Tomcat 5.5.9
Reporter: Alexandr Smirnov
Attachments: HtmlTableRendererBase.patch
in rowStart method, current rowId get from Attributes map, convert toString(),
and AFTER this compare to null.
If rowId really null, toString throws NullPointerException, and redering
terminates ...
For correct work, compare to null must be BEFORE toString call .
patch included.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira