CLONE - Displaytag breaks rendering in jsp without logging exceptions
---------------------------------------------------------------------

                 Key: DISPL-673
                 URL: https://jira.codehaus.org/browse/DISPL-673
             Project: DisplayTag
          Issue Type: Bug
          Components: Tag Library
    Affects Versions: 1.1
            Reporter: Tony Gunter
             Fix For: 1.1


I use displaytag library  in jsp like:

 <display:table>
<core:if test="${printFormat!='true'}" >
<core:choose>
 .....
</core:choose>
</core:if>
</display:table>

  And generating HTML fails probably because of errors during accessing beans 
in <display:table> implemention. But nothing is logged by displaytag,
  no jsp error is generated but all HTML rendering after <display:table>  tag 
is stopped.

 Main issue is that it is so hard to find cause of the problem. Displaytag 
should log some error at least, I have spent hours finding out where the 
problem is. :(

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to