[ http://jira.codehaus.org/browse/DISPL-314?page=comments#action_80786 ] 
            
Gabriel Guerrero commented on DISPL-314:
----------------------------------------

this is part of the exception, i could not attach it because i don't have 
rights to attach files

2006-11-20 18:31:03,906 DEBUG org.apache.struts.taglib.tiles.InsertTag  - 
[ServletException in:/admin/orgList.jsp] null'

javax.servlet.jsp.JspException

 at 
org.displaytag.render.TableWriterTemplate.writeTable(TableWriterTemplate.java:161)

 at org.displaytag.render.HtmlTableWriter.writeTable(HtmlTableWriter.java:643)

 at org.displaytag.tags.TableTag.writeHTMLData(TableTag.java:1549)

 at org.displaytag.tags.TableTag.doEndTag(TableTag.java:1218)

 at _admin._orgList._jspService(orgList.jsp:693)

 at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)

 at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)

> Displaytag breaks rendering in jsp without logging exceptions
> -------------------------------------------------------------
>
>                 Key: DISPL-314
>                 URL: http://jira.codehaus.org/browse/DISPL-314
>             Project: DisplayTag
>          Issue Type: Bug
>          Components: Tag Library
>    Affects Versions: 1.1
>            Reporter: Tonis
>             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.
-
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

        

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to