try using uid instead of id in your table.

<display:table name="awardSponsorList.awardSponsors" cellspacing="0" 
cellpadding="0" requestURI=""
   uid="awardSponsors" pagesize="25" class="list" export="true">


>>> [EMAIL PROTECTED] 6/29/2006 9:17 am >>>
Hi,

Actually i dint have time to resolve the issue so looked for a work around..
but i what i learnt is there is some configuration that is to be done on
weblogic for jstl to work.. which was missing..may be you can investigate
from there..

tks


On 6/28/06, Marjon Hilberink <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I have the exact same problem. The display tag works fine on Tomcat, but
> it
> doesn't display the <c:out 's within a <display:column tag.
>
> Here's the jsp code:
> <display:table name="awardSponsorList.awardSponsors" cellspacing="0"
> cellpadding="0" requestURI=""
>    id="awardSponsors" pagesize="25" class="list" export="true">
>
>    <display:column property="awardId" escapeXml="true"
> titleKey="awardSponsor.awardId" sortable="true"/>
>    <display:column property="awardName" escapeXml="true"
> titleKey="awardSponsor.awardName" sortable="true"/>
>    <display:column sortable="true" titleKey="awardSponsor.id"
> media="html">
>         ','<c:out value="${awardSponsors.sponsorId}"/>')"><c:out
> value="${awardSponsors.id}"/>
>    </display:column>
>    <display:column property="id" media="csv excel xml pdf"
> titleKey="awardSponsor.id"/>
>    <display:column property="sponsorId" escapeXml="true"
> titleKey="awardSponsor.sponsorId" sortable="true"/>
>    <display:setProperty name="paging.banner.item_name"
> value="awardSponsor"/>
>    <display:setProperty name="paging.banner.items_name"
> value="awardSponsors"/>
> </display:table>
>
> The list is a normal List object, containing objects which have getters
> and
> setters for awardId, awardName, sponsorId etc...
>
> I have no idea how this can work on Tomcat and not on Weblogic (v9.1).
>
> the taglib is included like this:
> <%@ taglib uri="http://displaytag.sf.net"; prefix="display" %>
>
> I would really appreciate the help,
>
> regards,
>
> Marjon
> --
> View this message in context:
> http://www.nabble.com/Display-Tag-and-c%3Aout-in-weblogic-tf1744530.html#a5080064
>  
> Sent from the DisplayTag - General forum at Nabble.com.
>
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/displaytag-user 
>


"CONFIDENTIALITY NOTICE: This communication, including any attachments, may 
contain confidential information and is intended only for the individual or 
entity to whom it is addressed.  Any review, dissemination, or copying of this 
communication by anyone other than the intended recipient is strictly 
prohibited.  If you are not the intended recipient, please contact the sender 
by reply email and delete and destroy all copies of the original message."

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to