File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes Thai and struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Thai and struts" Watch "Thai and struts" New topic
Author

Thai and struts

Udaya Raj
Greenhorn

Joined: Nov 01, 2002
Posts: 26
Hi,

We have application based on Struts1.1 on Websphere 5.0.2.6. When Thai characters are inputed, they are converted to their respective unicode representation (&#numbers and stored in the DB. I don't know how this conversion happens, it happens only when the <CODE><META http-equiv="Content-Type" content="text/html; charset=TIS-620"> </CODE> is used. When the data is retrieved and shown in the UI, it is shown in the Unicode format and not in the Thai character format.

After investigating I found at that the struts TextTag is trying to filter/convert this (since it contains &#). Since it is not able to find the conversion for this, it is displayed as it is. In the bean:write tag we have an attribute called filter which when set to false, turns off this process. Unfortunately we do not have such attribute in the html:text tag. I am using the ELTextTag.

It would be highly helpful if I get the source code for the strutsel package that came along with the struts1.1 package. If anybody has anyother that would be useful for me, it will be greatly appreciated.

Regards

Uday


IBM Certified WebSphere 4.0 Specialist<br />IBM Certified in OOAD and UML
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Thai and struts
 
Similar Threads
How to configure tiles with JSF+Struts2 Integration ?
Blank page returned when filters are used with struts
Doubt in Q17 in HFSJ Chapter 10
After upgrading from 2.0.x to 2.2.x, static content no longer loads
Struts2 newbee - Problem when using form tag