One possibility is that you are using a version of displaytag from before
they added the caption tag.  My suggestion would be to ensure you are using
the latest and greatest version.
  (*Chris*)

2010/4/11 midella neeraja <neeraj...@hotmail.com>

>  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
>
>
>
> ------------------------------
> Invest your money wisely post Budget Sign up 
> now.<http://news.in.msn.com/moneyspecial/>
>
>
> ------------------------------------------------------------------------------
> Download IntelĀ® 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
>
>
------------------------------------------------------------------------------
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