Re: native2ascii

2005-06-24 Thread Paul Moody
Below is my understanding of the solution. It is a bit annoying that property files can not be UTF-8 encoded but that seems to be the case. Anyway, here is what I have done and it seems to work... - you should store your Turkish strings in a text file with UTF-8 format (you can open the file in n

Re: Use UTF-8 encoded proerties file

2005-06-27 Thread Paul Moody
This looks like the same problem discussed in the "native2ascii" thread. I will copy in my input below, you can search on the mailing list site for the complete list of messages for this thread: ** Re: native2ascii Paul Moody Fri, 24 Jun 2005 02:43:30 -0700 Below is my unders

Re: Use UTF-8 encoded proerties file

2005-06-27 Thread Paul Moody
Factory". Maybe somebody has already done this? Hope this is of help. Paul Moody --- delbd <[EMAIL PROTECTED]> wrote: > Quote from sun java doc of java.util.Properties: > > 'When saving properties to a stream or loading them > from a stream, the ISO 8859-1 character encodi

RE: Problem in Struts Tags

2005-07-19 Thread Paul Moody
od for the Map. You could try a <%=row.get("LABEL)%> to get the stored label from the Map which should work. However, I am not sure this is the best solution as you are coding your UI labels in your Action which is not best practice as far as I know. Hope this was of help. Paul

re: Problem in Struts Tags

2005-07-19 Thread Paul Moody
I did a quick test and it seems that having the " > fails for me too. The output html contains instead of . Doing the following worked: <% String val = (String) row.get("VALUE"); %> which will look in the bean exposed by the iterate tag and use its value property.

Re: Which button was pressed?

2005-07-26 Thread Paul Moody
button changes depending upon the user's language. Paul Moody --- Thomas Sundberg <[EMAIL PROTECTED]> wrote: > Hi! > > I have a form where a user should be able to request > a report. The user > enters two dates and then presses either a button > labeled pdf, html oc

problem with logic redirect tag and tiles

2005-05-27 Thread Paul Moody
.org/tags-logic"; prefix="logic" %> ... <%@ page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8" language="java" %> ... ... ... ... also if I put a redirect into a jsp that gets inserted as "pageBody" this fails and the body html stops at the