I am using displaytag to render data, I have it working without any issues. As 
soon as I use display:caption I get JSP compilation error with the below 
message. Am I missing 

anything? I thougt including caption would be simple. If I remove 
display:caption everything works fine.

 

aaaaa.jsp:527:14: This tag is not recognized.

            <display:caption>This is the table caption</display:caption> 

Jsp code:

<display:table  name="${sessionScope.testData}"> 

            <display:column property="col1"/> 

            <display:column property="col2"/> 

            <display:caption>This is the table caption</display:caption> 

            </display:table>
 

Setup

Displaytag1.2

Web-inf/lib

Displaytag-1.2.jar

Displaytag-export-poi-1.2.jar

Displaytag-portlet-1.2.har

Itext-1.3.jar

Itext-2.0.5.jar
 

WEB-INF/tlds

Displaytag.tld

Displaytag-12.tld

Displaytag-el.td


Neeraja 


                                          
_________________________________________________________________
Climate, controversies and the changing signatures of nature
http://green.in.msn.com/
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to