Re: S2 overriding a Localization property

2010-09-27 Thread Oscar
Hi to all, i have a doubt about Struts 2 encoding mechanism. I have a form with a textbox and i write special characters inside it, like this: hoá ñ When i submit and i print this value using a s:property i get this value: hoá ñ Why this happens? It has something to do with Struts 2 encoding

Re: S2 overriding a Localization property

2010-09-27 Thread Greg Lindholm
#x27;aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > >> Date: Fri, 24 Sep 2010 11:17:06 -0400

RE: S2 overriding a Localization property

2010-09-24 Thread Martin Gainty
importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Fri, 24 Sep 2010 11:17:06 -0400 > Subject: Re: S2 overriding a Localization property > F

Re: S2 overriding a Localization property

2010-09-24 Thread Greg Lindholm
Yes, a more explicit override mechanism would be a good idea as the Bundle Search Order mechanism seems to have some weaknesses. (This is all assuming I'm understanding it correctly.) How would I override properties that are in an class-level properties file since this seems to be the most specif

Re: S2 overriding a Localization property

2010-09-23 Thread Dave Newton
Provide a more-specific location--so as long as they can create a package- or class-level properties file that's more specific there's no issue. Are you looking for a different mechanism than that? Dave On Thu, Sep 23, 2010 at 5:02 PM, Greg Lindholm wrote: > How do you override a Localization pr

S2 overriding a Localization property

2010-09-23 Thread Greg Lindholm
How do you override a Localization property that is bundled in a ActionClass.properties file? I'm planing on bundling up some common Action classes into a jar to be used by several projects. I plan on putting their properties in ActionClass.properties files that get bundled into the jar. I would