Bugs item #886780, was opened at 2004-01-29 08:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=886780&group_id=73068

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Frederic Renout (frenout)
Assigned to: Nobody/Anonymous (nobody)
Summary: paging banner location

Initial Comment:
I think here is a bug in the pagin bnner location :
When I set the property paging.banner.placement to
bottom it's exactly as when set to both.

I think that the problem is in the getHTMLData() in the
TableTag class.

instead of this:
lBuffer.append(getSearchResultAndNavigation());

try this:
//make the test
if (mProp.getAddPagingBannerTop()) {
// search result and navigation bar
lBuffer.append(getSearchResultAndNavigation());
}


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=886780&group_id=73068


-------------------------------------------------------
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
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to