|
Giorgio Agnelli made changes - 19/Sep/06 04:45 AM
Giorgio Agnelli made changes - 18/Oct/06 02:58 AM
Giorgio Agnelli made changes - 18/Oct/06 03:01 AM
I run into the same problem with IE.
Giorgio, thank you for solving the problem. I made some modifications to your code in order to: - passing through multiple querystring parameters with same name, - making javascript submit links suitetable for Firefox and - URL decoding querystring parameters values in the forms Indicia
Indicia made changes - 09/Mar/07 08:58 AM
Hi Giorgio Agnelli, Indicia.
Through the solution by [Giorgio Agnelli], the url problem is resolved. But It has opened a new issue. It is creating a form within my form somehow. Can you please send a solution, which just removes duplicate URL parameter and the parameter without values? [A solution which do not created form]. Hi,
I am facing the same issue with IE restricting the URL Length to 2083. Is there a already built displaytag.Jar file with this fix in place? If so, please share across. I am facing issues in setting the environment to build it with the fix. Hi Giorgio,
I am facing the same issue with IE restricting the URL Length to 2083. Is there a already built displaytag.Jar file with this fix in place? If so, please share across. I am facing issues in setting the environment to build it with the fix. Thanks, Vishal Hi Guyz,
I am also looking for the solution desperately. I am using export excel/pdf functionality and URL exceeds 2083 chars in most of the cases. It fails when i try to export in Firefox shows error 'Request entity too large' and IE doesn't have the link working (2083 chars limitation). Does displaytag 1.2 jar have this issue fixed. Any other work around? Thanks Mayank I have used the attached patch file (Htmltablewriter.java) and created displaytag-1.1.jar and deployed on sunone app server. I am able to resolve the issue with this patch. No more long url while pdf/excel exporting and not getting "Request entity too large" error.
Thanks Mayank |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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.