My of the project copy works fine (running in XP, Tomcat 5.5.4), but
my buddy's copy (running in OS X, Tomcat 5.5.4) gets this error when
he tries to call a jsp:
javax.servlet.ServletException: /browse.jsp(53,5) Attribute
sortProperty invalid for tag column according to TLD
We both are using displaytag-1.0. Here's the code that's calling it:
<display:table name="model.listings" class="list" requestURI=""
id="listing" export="false">
<display:column sortable="true" href="listing.html" paramId="id"
paramProperty="id"
property="shortDesc" titleKey="listing.shortDesc"/>
<display:column sortProperty="price" sortable="true" width="70"
titleKey="listing.price">
<fmt:formatNumber type="currency" value="${listing.price}"/>
</display:column>
</display:table>
I'm pretty clueless why this would work on mine and not his. Any ideas?
Thanks,
PJ
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user