Issue Details (XML | Word | Printable)

Key: DISPL-249
Type: Bug Bug
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Critical Critical
Reporter: Anonymous
Votes: 0
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
DisplayTag

Link generated for results navigation is breaking national character taken from FormBean

Created: 12/Oct/05 09:32 AM   Updated: 27/Dec/07 12:31 PM   Resolved: 29/Oct/05 11:24 AM
Return to search
Component/s: I18N
Affects Version/s: 1.0
Fix Version/s: 1.1

Time Tracking:
Not Specified

Application server: Tomcat 5.5


 Description  « Hide
When one is issuing a form data with national character in it, for i.e. to build a results filter, params taken from POST are stripped from national characters.

fabrizio giustina added a comment - 29/Oct/05 11:24 AM
Displaytag correctly takes care of encoding while generating page links: a specific testcase has been added (org.displaytag.jsptests.Displ249Test) and it shows no problems with non-ascii chars with UTF-8 encoding.

Are you correctly setting the response ancoding in your jsp pages? Maybe the problem is due to a missing encoding declaration?

fabrizio giustina made changes - 29/Oct/05 11:24 AM
Field Original Value New Value
Fix Version/s 1.1 [ 11225 ]
Resolution Cannot Reproduce [ 5 ]
Status Open [ 1 ] Closed [ 6 ]
Lukasz Rzanek added a comment - 02/Nov/05 07:18 AM
I'm using ISO-8859-2 encoding.

The problem is with Struts application, with attributes stored in FormBean. To properly handle the forms I'm also using a standard Apache filter for encoding translation,

Mike Calmus added a comment - 27/Dec/07 12:31 PM
If nothing is to be done for this issue, could we get the test removed from subversion so the build can finish properly?