
|
If you were logged in you would be able to see more operations.
|
|
|
DisplayTag
Created: 20/Jul/06 03:26 AM
Updated: 10/Jun/08 10:31 AM
|
|
| Component/s: |
Configuration
|
| Affects Version/s: |
1.0,
1.1
|
| Fix Version/s: |
None
|
|
| Application server: |
Weblogic 8.1 SP5
|
|
The URLs (links) generated for sort and pagination are too long in certain cases. (When we have more fields to track). These cross the max limit defined by IE which is 2083 chars. So, the URLs do not work.
This has to be fixed as this seems to be a basic boundary condition that has not been taken care of !
|
|
Description
|
The URLs (links) generated for sort and pagination are too long in certain cases. (When we have more fields to track). These cross the max limit defined by IE which is 2083 chars. So, the URLs do not work.
This has to be fixed as this seems to be a basic boundary condition that has not been taken care of ! |
Show » |
|
I solved problem for sorting/paging/export
Look in the code:
HtmlTableWriter.java: method "writeTableHeader" and "writeExportLinks"
Pagination.java: method "getFormattedBanner"
I hope this is usefull for your problem.
Bye bye.