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

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