Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3729670
By: el_fhall
Hi all, i have some problems with display tags, for exemple i can't display
even a simple list like this :
<jsp:scriptlet>
request.setAttribute( "comp", session.getAttribute("composantes"));
</jsp:scriptlet>
...
<display:table name="comp">
<display:column property="libComposante" title="composante"/>
<display:column property="courtMatiere" title="matiere"/>
<display:column property="abrgCours" title="cours"/>
<display:column property="duree" title="duree"/>
<display:column property="heureFormateur" title="HeuresFormateur" />
</display:table>
in my html page i get this message : Nothing found to display.
and in Tomcat log file i have something like this :
DEBUG Compiler :Generated
/C:/apache-tomcat-5.5.12/webapps/oscar/work//org/apache/jsp\essai_jsp.java
total=297
generate=157 validate=140
DEBUG JDTCompiler :Compiled
/C:/apache-tomcat-5.5.12/webapps/oscar/work//org/apache/jsp\essai_jsp.java 421ms
DEBUG SmapUtil$SDEInstaller :constant pool count: 340
DEBUG SmapUtil$SDEInstaller :1 read class attr -- 'org/apache/jsp/essai_jsp'
DEBUG SmapUtil$SDEInstaller :2 copying 2 bytes
DEBUG SmapUtil$SDEInstaller :3 read class attr
-- 'org/apache/jasper/runtime/HttpJspBase'
DEBUG SmapUtil$SDEInstaller :4 copying 2 bytes
DEBUG SmapUtil$SDEInstaller :5 read class attr
-- 'org/apache/jasper/runtime/JspSourceDependent'
DEBUG SmapUtil$SDEInstaller :6 copying 2 bytes
....
DEBUG TableProperties :Was not able to load a custom displaytag.properties;
Can't find bundle for base name displaytag, locale fr_FR
INFO ExportViewFactory :Initializing ExportViewFactory with
type={csv,excel,xml,pdf}
DEBUG ExportViewFactory :ExportView for csv media added:
org.displaytag.export.CsvView
DEBUG ExportViewFactory :ExportView for excel media added:
org.displaytag.export.ExcelView
DEBUG ExportViewFactory :ExportView for xml media added:
org.displaytag.export.XmlView
DEBUG ExportViewFactory :ExportView for pdf media added:
org.displaytag.export.PdfView
DEBUG TableTag :[null] doStartTag called
DEBUG TableProperties :Was not able to load a custom displaytag.properties;
Can't find bundle for base name displaytag, locale fr_FR
INFO TableProperties :No LocaleResolver configured.
DEBUG TableProperties :Was not able to load a custom displaytag.properties;
Can't find bundle for base name displaytag, locale fr
DEBUG LookupUtil :getBeanValue - bean: {comp}
DEBUG TableTag :[null] setting media [html] in this.pageContext
DEBUG TableTag :[null] doIteration called
DEBUG TableTag :[null] doIteration() - iterator ended after 0 rows
DEBUG TableTag :[null] first iteration=true (row number=1)
DEBUG TableTag :[null] addColumn
HeaderCell[columnNumber=0,title=composante,beanPropertyName=libComposante]
DEBUG ColumnTag :columnTag.addHeaderToTable() :: first iteration - adding header
HeaderCell[columnNumber=0,title=composante,beanPropertyName=libComposante]
DEBUG TableTag :[null] first iteration=true (row number=1)
DEBUG TableTag :[null] addColumn
HeaderCell[columnNumber=0,title=matiere,beanPropertyName=courtMatiere]
DEBUG ColumnTag :columnTag.addHeaderToTable() :: first iteration - adding header
HeaderCell[columnNumber=1,title=matiere,beanPropertyName=courtMatiere]
DEBUG TableTag :[null] first iteration=true (row number=1)
DEBUG TableTag :[null] addColumn
HeaderCell[columnNumber=0,title=cours,beanPropertyName=abrgCours]
DEBUG ColumnTag :columnTag.addHeaderToTable() :: first iteration - adding header
HeaderCell[columnNumber=2,title=cours,beanPropertyName=abrgCours]
DEBUG TableTag :[null] first iteration=true (row number=1)
DEBUG TableTag :[null] addColumn
HeaderCell[columnNumber=0,title=duree,beanPropertyName=duree]
DEBUG ColumnTag :columnTag.addHeaderToTable() :: first iteration - adding header
HeaderCell[columnNumber=3,title=duree,beanPropertyName=duree]
DEBUG TableTag :[null] first iteration=true (row number=1)
DEBUG TableTag :[null] addColumn
HeaderCell[columnNumber=0,title=HeuresFormateur,beanPropertyName=heureFormateur]
DEBUG ColumnTag :columnTag.addHeaderToTable() :: first iteration - adding header
HeaderCell[columnNumber=4,title=HeuresFormateur,beanPropertyName=heureFormateur]
DEBUG TableTag :[null] doAfterBody called - iterating on row 1
DEBUG TableTag :[null] doIteration called
DEBUG TableTag :[null] doIteration() - iterator ended after 1 rows
DEBUG TableTag :[null] doEndTag called
DEBUG TableModel :[null] sorting page list
DEBUG TableWriterTemplate :[null] writeTable called for table [null]
DEBUG TableTag :[null] doEndTag - end
DEBUG ApplicationDispatcher :servletPath=/inc/footer.jsp, pathInfo=null,
queryString=null, name=null
DEBUG ApplicationDispatcher : Path Based Include
DEBUG JspServlet :JspEngine --> /inc/footer.jsp
DEBUG JspServlet : ServletPath: /essai.jsp
DEBUG JspServlet : PathInfo: null
DEBUG JspServlet : RealPath:
C:\apache-tomcat-5.5.12\webapps\oscar\inc\footer.jsp
DEBUG JspServlet : RequestURI: /oscar/essai.jsp
DEBUG JspServlet : QueryString: action=calculeContenuReference
DEBUG JspServlet : Request Params:
DEBUG JspServlet : division = 880
DEBUG JspServlet : action = calculeContenuReference
DEBUG JspServlet : chercher = Chercher
DEBUG JspServlet : annee = 2006
DEBUG JspServlet : stage = 1813
DEBUG ApplicationDispatcher : Disabling the response for futher output
thank you helping me
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=249318
-------------------------------------------------------
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