I have been banging my head against the wall on this for while so any advice would be 
appreciated.  I am using a <display:table> in a tile.  The page or tile definition 
gets called as local forward from my action.  The <display:table> uses a request scope 
attribute that is populated from my action.  When trying to sort on the columns in my 
<display:table>, the sorting link(s) point back to the tile layout jsp not my action, 
hence I am not able to sort or export the results.  I have included the <filter> and 
<filter-mapping> for the ResponseOverideFilter in my web.xml.  I have set the 
requestURI="" for the <display:table>.  What else am I forgetting to do? I have 
included some logging info below. As you can see, the ResponseOverideFilter does not 
appear to be working.

TIA
Jeremy


DEBUG 12:13:37,258 (TableTag.java:532) - [null] doStartTag called
 INFO 12:13:37,358 (TableProperties.java:543) - Was not able to load a 
displaytag.properties; Can't find bundle for base name displaytag, locale en_US
DEBUG 12:13:37,438 (LookupUtil.java:83) - getBeanValue - bean: {PortResultList}
DEBUG 12:13:37,459 (TableTag.java:548) - [null] setting media [html] in pagecontext
DEBUG 12:13:37,459 (TableTag.java:590) - [null] doIteration called
DEBUG 12:13:37,459 (TableTag.java:631) - [null] doIteration() returning EVAL_BODY_TAG
DEBUG 12:13:37,489 (TableTag.java:469) - [null] first iteration=true (row number=1)
.
.
.
DEBUG 12:13:38,901 (TableTag.java:1234) - [null] getHTMLData end
DEBUG 12:13:38,911 (TableTag.java:885) - [null] doEndTag - end
DEBUG 12:13:38,921 (TilesRequestProcessor.java:312) -   '.port.listPortUsageResults' - 
processed as definition
DEBUG 12:13:38,921 (ResponseOverrideFilter.java:100) - NOT overriding input.


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to