RE: JSON Property

2011-01-07 Thread Jim Talbut
Brilliant, thanks. Jim -Original Message- From: Maurizio Cucchiara [mailto:maurizio.cucchi...@gmail.com] Sent: 06 January 2011 16:51 To: Struts Users Mailing List Subject: Re: JSON Property Try <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> 2011/1/6 Jim Talbut : > Ah

Re: JSON Property

2011-01-07 Thread Maurizio Cucchiara
I'm glad you got it working 2011/1/7 Jim Talbut : > Brilliant, thanks. > > Jim > > -Original Message- > From: Maurizio Cucchiara [mailto:maurizio.cucchi...@gmail.com] > Sent: 06 January 2011 16:51 > To: Struts Users Mailing List > Subject: Re: JSON Property > > Try > <%@ taglib prefix="c"

Re: Struts 2 - multi select

2011-01-07 Thread Stefaan Somers
No possibility to filter, unfortunateley. The list contains all our employees Greetings, Stefaan Somers On 6 January 2011 16:18, Brian Thompson wrote: > Stefan, > > Can you filter the list somehow? Say, if the list entries fall into > categories, have the user select a category first. Someth

Struts 2 - s:text garbled

2011-01-07 Thread Rubens Gomes
Hello, I already spent several hours on this problem. And I have done some search on the mailing lists as well. I am using the latest Struts 2 (2.2.1) along with struts-tiles JSP plugin (2.2.2), and I running into a problem with rendering garbled foreign characters from s:text. If I remove

Re: Struts 2 - s:text garbled

2011-01-07 Thread Dave Newton
Out of curiosity, did you try after using the native2ascii (or whatever it's called) tool? (I've never actually tried non-encoded resource files, but I'm usually using a tool to create them, so I'm not always sure what I'm actually ending up with, because I'm lazy.) Dave On Fri, Jan 7, 2011 at 5

RE: Struts 2 - s:text garbled

2011-01-07 Thread Rubens Gomes
No. I do not use native2ascii. The resource is saved/stored under the UTF-8 character set. Because I edit my resource files from within Eclipse, and I have preferences set to UTF-8. Another piece of information, I know that if I convert the resource file to Unicode characters and save it.

Re: Struts 2 - s:text garbled

2011-01-07 Thread Dave Newton
Are you using a custom ResourceBundle that handles non-encoded files? Or a ResourceBundle.control? Otherwise I'd assume the default XWork/S2 resource bundle isn't the one that takes an encoding argument, which is a 1.6 (?) thing, so I'd have no problem believing that was the case. Dave On Fri, J

RE: Struts 2 - s:text garbled

2011-01-07 Thread Rubens Gomes
No. I use Struts-2 resource bundle only. And I am running my application on Tomcat 6 with JDK 1.6. I use titles though. And below is a page that I have problem. If I remove the first line <%@ page ... %>, renders the correct characters to the page. <%@ page pageEncoding="UTF-8" conten