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

>Category: main tag library
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Frederic Renout (frenout)
>Assigned to: fabrizio giustina (fgiust)
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());
}


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

>Comment By: fabrizio giustina (fgiust)
Date: 2004-02-04 23:27

Message:
Logged In: YES 
user_id=798060

already fixed in 1.0-b2

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

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