Hi,
I have successfully run displaytag-examples-1.1.war on Websphere AS 5.1. In
order to do it I had to make several minor changes in the JSP pages. Without
them I had some strange exception about not fulfiling some JSP standard.
The changes are as follows (I have nest <jsp:text> inside several tags):
-> Implicit objects
<display:column title="static
value"><jsp:text>static</jsp:text></display:column>
-> Data exporting
<jsp:text><![CDATA[<a href="]]><c:out value="${currentRowObject.url}"
/><![CDATA[">]]><c:out value="${currentRowObject.url}"
/><![CDATA[</a>]]></jsp:text>
-> Config, overriding default
<jsp:text>
<![CDATA[
<span class="pagebanner">{0} {1} sleeping, waking {2} to {3}</span>
]]>
</jsp:text>
</display:setProperty>
<display:setProperty name="paging.banner.full">
<jsp:text>
<![CDATA[
<span class="pagelinks">
[<a href="{1}">First</a>/<a href="{2}">Back</a>]
{0}
[<a href="{3}">Forw</a>/<a href="{4}">Last</a>]
]]>
</jsp:text>
-> Caption and footer
<display:caption><jsp:text>this is a table
caption</jsp:text></display:caption>
-> WYSIWYG data exporting
<display:caption media="excel pdf rtf"><jsp:text>A
Caption</jsp:text></display:caption>
and
<display:footer media="excel pdf rtf"><jsp:text>Sample
footer</jsp:text></display:footer>
Afer these changes. Your display tag examples works on Websphere. :-)
Best regards,
Konrad Billewicz
J2EE Designer
Matrix.pl
Poland
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user