I have done what this with WW 1.3. I am sure you can do the same idea with
WW2, but I have not tried.

I use the WW Property taglib to take my objects out of the WW ValueStack and
put them into the PageContext where Display Tags can get to them via the
name attribute.

Here is a snippet of working 1.3 code.

<ww:property id="objs" value="caseBean/comments"/>
<display:table name="objs" export="false" sort="list" requestURI=""
class="teamsmodule " id="row" >
  <display:column property="description"  sortable="true"
headerClass="sortable"/>
  <display:column property="createdBy.fullName"  title="Created By"
sortable="true" headerClass="sortable"/>
</display:table>


----- Original Message -----
From: "Gavin Lasnitzki" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 27, 2004 8:32 PM
Subject: [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