History | Log In     View a printable version of the current page.  
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
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.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
fabrizio giustina - 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?

Lukasz Rzanek - 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 - 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?