Add an "id" attribute to your table and then you can access it using
JSTL.

For example:

<display:table id="list">
<c:if test="${list.columnName == 'allowAccess'}">
        <display:column property="columnName"/>
</c:if>
...

HTH,

Matt

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of James Cook
> Sent: Thursday, July 22, 2004 3:51 PM
> To: [EMAIL PROTECTED]
> Subject: [displaytag-devel] Access to ResultSet when using 
> paged results
> 
> 
> Is there a preferred technique for getting access to the 
> result objects in a servlet layer when using DisplayTag's 
> built-in paging support? Prior to the view being rendered, I 
> want to load a map with some row-specific data, so my inline 
> decorators can access some security information while 
> rendering the rows.
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today. 
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
displaytag-devel mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to