I set breakpoints, and trying the autocompleter page in showcase, it never stops on the setter method. Setting a breakpoint on createConfiguration, I see that "encoding" is null. If the encoding is being injected properly, the charset of this page:

http://localhost:8080/struts2-showcase/nodecorate/AutocompleterExample.action?select=colors

should be "ISO-8859-1", instead of "Cp1252".

musachy

Don Brown wrote:
Hmm...I'm seeing it being called. Are you sure it isn't being called, or perhaps it just isn't using the value correctly?

Don

Musachy Barroso wrote:
The method:

@Inject(StrutsConstants.STRUTS_I18N_ENCODING)
   public void setEncoding(String encoding) {
       this.encoding = encoding;
   }

on FreemarkerManager is never called, that's why it isn't getting the encoding from struts.18n.encoding. I logged WW-1582 to track it. No idea how to fix it, guice illiterate here.

regards
musachy


Don Brown wrote:
I believe the global setting is struts.18n.encoding. I'm not sure what you can from a tag perspective, though.

Don

Musachy Barroso wrote:
On the autocompleter example in showcase I'm using an action that uses freemarker to return an array in json. The thing is that the encoding is set to Cp1252, and IE doesn't like it, it is throwing an :

Error: System error: -1072896658.

If I use a jsp page to build the json array, it works fine. Has anybody been working on something that could be related to this, I think this was working before?, where can I configure the charset for the response?

regards
musachy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to