Unfortunately, you cannot use entirely the displaytag library with webwork2,
I think especially to something like :
<display:table name="test" id="testit">
    <display:column property="id" title="ID" />
    <display:column property="name" />
    <display:column title="static value">static</display:column>
    <display:column title="row number
(testit_rowNum)"><%=testit_rowNum%></display:column>
    <display:column
title="((ListObject)testit).getMoney()"><%=((ListObject)testit).getMoney()%>
</display:column>
</display:table>

When you have something written in the tag body, WW2 fails, and it's pretty
normal, ww2 doesn't aim at supporting the JSP taglibs. So, I resolved the
problem by using Freemarker which is very easy to use and which has an
integrated support for JSP taglibs.
Cheers.
Richard.


-----Message d'origine-----
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part de
Gavin Lasnitzki
Envoyé : mercredi 28 janvier 2004 05:32
À : '[EMAIL PROTECTED]'
Objet : [OS-webwork] Display Tag & WebWork


Hello,

I was wondering if anyone has used the display tag with webwork2?
http://displaytag.sourceforge.net/
This is a very good tag library. Has anyone converted it to use (1) OGNL as
the expression language
(2) webwork value stack?

Thanks
Gavin




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to