You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Paul Stanton <pa...@gunnsoft.com.au> on 2007/06/25 07:28:16 UTC

4.1.2 dojo gregorian.js

Hi,

I've just installed 4.1.2 for the first time and run up my application 
(previously tested under 4.1.1). I did this simply by replacing my 
existing jars with the new versions (I don't use maven) so I've probably 
brought this on myself ;)

I get the following warnings, the files can be found under the parent 
dir (/dojo-0.4.3/src/i18n/calendar/nls), shouldn't dojo look there 
automatically?

2007-06-25 15:24:36,093  WARN Asset:241 - Classpath resource 
'/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorian.js' does not exist.
2007-06-25 15:24:36,109  WARN Asset:241 - Classpath resource 
'/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorianExtras.js' does not exist.

Any tips welcome.

Thanks, Paul.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: 4.1.2 dojo gregorian.js

Posted by Paul Stanton <pa...@gunnsoft.com.au>.
Jesse,

I just added:
<meta key="org.apache.tapestry.accepted-locales" value="en"/>
to my .applicaiton file.

This solves it for me, and is most likely an good improvement for my 
application for other reasons.

Thanks, Paul.

Jesse Kuhnert wrote:
> You can try replacing the default version of "ajaxShellDelegate" given to
> the Shell/ScriptIncludes with your own modified version.  (source from
> http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/dojo/AjaxShellDelegate.java?view=markup 
>
> )
>
> Try dropping the locale parameter to djConfig and see if that does the 
> trick
> or not.  We can bug the ibm guys about it but I want to be very sure 
> of the
> failures before doing that.
>
> On 6/27/07, Paul Stanton <pa...@gunnsoft.com.au> wrote:
>>
>> Thanks, looks like it missed the 4.1.2 boat :(
>>
>> andyhot wrote:
>> > Additionally, take a look at
>> >
>> http://tapestry.apache.org/tapestry4.1/usersguide/localization.html#localization.accepted-locales 
>>
>> >
>> >
>> > It's always a good idea to limit those to the ones your app truly
>> > supports
>> >
>> > andyhot wrote:
>> >> I had opened up a jira for this:
>> >> https://issues.apache.org/jira/browse/TAPESTRY-1551
>> >>
>> >> I'm not exactly sure if there's a way to tell dojo which locales
>> >> exist in the server so as not to do those requests...
>> >> The only hack i can offer you is to create those 2 classpath entries
>> >> yourself, by copying the related files of the parent folder
>> >>
>> >> Paul Stanton wrote:
>> >>> Anyone?
>> >>>
>> >>> Paul Stanton wrote:
>> >>>> Hi,
>> >>>>
>> >>>> I've just installed 4.1.2 for the first time and run up my
>> >>>> application (previously tested under 4.1.1). I did this simply by
>> >>>> replacing my existing jars with the new versions (I don't use
>> >>>> maven) so I've probably brought this on myself ;)
>> >>>>
>> >>>> I get the following warnings, the files can be found under the
>> >>>> parent dir (/dojo-0.4.3/src/i18n/calendar/nls), shouldn't dojo look
>> >>>> there automatically?
>> >>>>
>> >>>> 2007-06-25 15:24:36,093  WARN Asset:241 - Classpath resource
>> >>>> '/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorian.js' does not
>> exist.
>> >>>> 2007-06-25 15:24:36,109  WARN Asset:241 - Classpath resource
>> >>>> '/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorianExtras.js' does
>> >>>> not exist.
>> >>>>
>> >>>> Any tips welcome.
>> >>>>
>> >>>> Thanks, Paul.
>> >>>>
>> >>>>
>> >>>>
>> >>>> 
>> ---------------------------------------------------------------------
>> >>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> >>>> For additional commands, e-mail: users-help@tapestry.apache.org
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>
>> >>>
>> >>>
>> >>> 
>> ---------------------------------------------------------------------
>> >>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> >>> For additional commands, e-mail: users-help@tapestry.apache.org
>> >>>
>> >>>
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> >> For additional commands, e-mail: users-help@tapestry.apache.org
>> >>
>> >>
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> > For additional commands, e-mail: users-help@tapestry.apache.org
>> >
>> >
>> >
>> >
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: 4.1.2 dojo gregorian.js

Posted by Jesse Kuhnert <jk...@gmail.com>.
You can try replacing the default version of "ajaxShellDelegate" given to
the Shell/ScriptIncludes with your own modified version.  (source from
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/dojo/AjaxShellDelegate.java?view=markup
)

Try dropping the locale parameter to djConfig and see if that does the trick
or not.  We can bug the ibm guys about it but I want to be very sure of the
failures before doing that.

On 6/27/07, Paul Stanton <pa...@gunnsoft.com.au> wrote:
>
> Thanks, looks like it missed the 4.1.2 boat :(
>
> andyhot wrote:
> > Additionally, take a look at
> >
> http://tapestry.apache.org/tapestry4.1/usersguide/localization.html#localization.accepted-locales
> >
> >
> > It's always a good idea to limit those to the ones your app truly
> > supports
> >
> > andyhot wrote:
> >> I had opened up a jira for this:
> >> https://issues.apache.org/jira/browse/TAPESTRY-1551
> >>
> >> I'm not exactly sure if there's a way to tell dojo which locales
> >> exist in the server so as not to do those requests...
> >> The only hack i can offer you is to create those 2 classpath entries
> >> yourself, by copying the related files of the parent folder
> >>
> >> Paul Stanton wrote:
> >>> Anyone?
> >>>
> >>> Paul Stanton wrote:
> >>>> Hi,
> >>>>
> >>>> I've just installed 4.1.2 for the first time and run up my
> >>>> application (previously tested under 4.1.1). I did this simply by
> >>>> replacing my existing jars with the new versions (I don't use
> >>>> maven) so I've probably brought this on myself ;)
> >>>>
> >>>> I get the following warnings, the files can be found under the
> >>>> parent dir (/dojo-0.4.3/src/i18n/calendar/nls), shouldn't dojo look
> >>>> there automatically?
> >>>>
> >>>> 2007-06-25 15:24:36,093  WARN Asset:241 - Classpath resource
> >>>> '/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorian.js' does not
> exist.
> >>>> 2007-06-25 15:24:36,109  WARN Asset:241 - Classpath resource
> >>>> '/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorianExtras.js' does
> >>>> not exist.
> >>>>
> >>>> Any tips welcome.
> >>>>
> >>>> Thanks, Paul.
> >>>>
> >>>>
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >>>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>>>
> >>>>
> >>>>
> >>>>
> >>>
> >>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>>
> >>>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

Re: 4.1.2 dojo gregorian.js

Posted by Paul Stanton <pa...@gunnsoft.com.au>.
Thanks, looks like it missed the 4.1.2 boat :(

andyhot wrote:
> Additionally, take a look at
> http://tapestry.apache.org/tapestry4.1/usersguide/localization.html#localization.accepted-locales 
>
>
> It's always a good idea to limit those to the ones your app truly 
> supports
>
> andyhot wrote:
>> I had opened up a jira for this:
>> https://issues.apache.org/jira/browse/TAPESTRY-1551
>>
>> I'm not exactly sure if there's a way to tell dojo which locales 
>> exist in the server so as not to do those requests...
>> The only hack i can offer you is to create those 2 classpath entries 
>> yourself, by copying the related files of the parent folder
>>
>> Paul Stanton wrote:
>>> Anyone?
>>>
>>> Paul Stanton wrote:
>>>> Hi,
>>>>
>>>> I've just installed 4.1.2 for the first time and run up my 
>>>> application (previously tested under 4.1.1). I did this simply by 
>>>> replacing my existing jars with the new versions (I don't use 
>>>> maven) so I've probably brought this on myself ;)
>>>>
>>>> I get the following warnings, the files can be found under the 
>>>> parent dir (/dojo-0.4.3/src/i18n/calendar/nls), shouldn't dojo look 
>>>> there automatically?
>>>>
>>>> 2007-06-25 15:24:36,093  WARN Asset:241 - Classpath resource 
>>>> '/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorian.js' does not exist.
>>>> 2007-06-25 15:24:36,109  WARN Asset:241 - Classpath resource 
>>>> '/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorianExtras.js' does 
>>>> not exist.
>>>>
>>>> Any tips welcome.
>>>>
>>>> Thanks, Paul.
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: 4.1.2 dojo gregorian.js

Posted by andyhot <an...@di.uoa.gr>.
Additionally, take a look at
http://tapestry.apache.org/tapestry4.1/usersguide/localization.html#localization.accepted-locales

It's always a good idea to limit those to the ones your app truly supports

andyhot wrote:
> I had opened up a jira for this:
> https://issues.apache.org/jira/browse/TAPESTRY-1551
>
> I'm not exactly sure if there's a way to tell dojo which locales exist 
> in the server so as not to do those requests...
> The only hack i can offer you is to create those 2 classpath entries 
> yourself, by copying the related files of the parent folder
>
> Paul Stanton wrote:
>> Anyone?
>>
>> Paul Stanton wrote:
>>> Hi,
>>>
>>> I've just installed 4.1.2 for the first time and run up my 
>>> application (previously tested under 4.1.1). I did this simply by 
>>> replacing my existing jars with the new versions (I don't use maven) 
>>> so I've probably brought this on myself ;)
>>>
>>> I get the following warnings, the files can be found under the 
>>> parent dir (/dojo-0.4.3/src/i18n/calendar/nls), shouldn't dojo look 
>>> there automatically?
>>>
>>> 2007-06-25 15:24:36,093  WARN Asset:241 - Classpath resource 
>>> '/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorian.js' does not exist.
>>> 2007-06-25 15:24:36,109  WARN Asset:241 - Classpath resource 
>>> '/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorianExtras.js' does 
>>> not exist.
>>>
>>> Any tips welcome.
>>>
>>> Thanks, Paul.
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>
>>>
>>>
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: 4.1.2 dojo gregorian.js

Posted by andyhot <an...@di.uoa.gr>.
I had opened up a jira for this:
https://issues.apache.org/jira/browse/TAPESTRY-1551

I'm not exactly sure if there's a way to tell dojo which locales exist 
in the server so as not to do those requests...
The only hack i can offer you is to create those 2 classpath entries 
yourself, by copying the related files of the parent folder

Paul Stanton wrote:
> Anyone?
>
> Paul Stanton wrote:
>> Hi,
>>
>> I've just installed 4.1.2 for the first time and run up my 
>> application (previously tested under 4.1.1). I did this simply by 
>> replacing my existing jars with the new versions (I don't use maven) 
>> so I've probably brought this on myself ;)
>>
>> I get the following warnings, the files can be found under the parent 
>> dir (/dojo-0.4.3/src/i18n/calendar/nls), shouldn't dojo look there 
>> automatically?
>>
>> 2007-06-25 15:24:36,093  WARN Asset:241 - Classpath resource 
>> '/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorian.js' does not exist.
>> 2007-06-25 15:24:36,109  WARN Asset:241 - Classpath resource 
>> '/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorianExtras.js' does not 
>> exist.
>>
>> Any tips welcome.
>>
>> Thanks, Paul.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: 4.1.2 dojo gregorian.js

Posted by Paul Stanton <pa...@gunnsoft.com.au>.
Anyone?

Paul Stanton wrote:
> Hi,
>
> I've just installed 4.1.2 for the first time and run up my application 
> (previously tested under 4.1.1). I did this simply by replacing my 
> existing jars with the new versions (I don't use maven) so I've 
> probably brought this on myself ;)
>
> I get the following warnings, the files can be found under the parent 
> dir (/dojo-0.4.3/src/i18n/calendar/nls), shouldn't dojo look there 
> automatically?
>
> 2007-06-25 15:24:36,093  WARN Asset:241 - Classpath resource 
> '/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorian.js' does not exist.
> 2007-06-25 15:24:36,109  WARN Asset:241 - Classpath resource 
> '/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorianExtras.js' does not 
> exist.
>
> Any tips welcome.
>
> Thanks, Paul.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: 4.1.2-SNAPSHOT String in specification escaped

Posted by Jesse Kuhnert <jk...@gmail.com>.
Damnit Drew.,....I mean Jesse.

I'm afraid you'll have to latch on to the new 2.7.1-SNAPSHOT version of OGNL
if you want this particular problem fixed.  Sorry.

On 6/25/07, Manri Offermann <ta...@eastbeam.co.jp> wrote:
>
> Hi Marcus,
>
> Yes I did, I will just post everything here. ;-) The same thing works
> with 4.1.1. The interesting thing is that my spec's japanese characters
> are being transformed into something like 'u5e74', which looks like the
> unicode 'code'.
>
> Best regards,
>
> Manri
>
> ------------------------------------------
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE page-specification PUBLIC
> "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
> "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">
>
> <page-specification>
> <property name="test" initial-value="'yyyy年MM月dd日'"/>
> </page-specification>
>
> ------------------------------------------
>
> <html>
>
> <head>
> <meta http-equiv="content-type" content="text/html;charset=utf-8" />
> <title>Home</title>
> </head>
>
> <body>
> <span jwcid="@Insert" value="ognl:test"/>
> </body>
>
> </html>
>
> ------------------------------------------
>
> <meta key="org.apache.tapestry.output-encoding" value="UTF-8"/>
> <meta key="org.apache.tapestry.template-encoding" value="UTF-8"/>
> <meta key="org.apache.tapestry.accepted-locales" value="ja"/>
>
> ------------------------------------------
>
> -Duser.language=ja
> -Duser.region=JP
> -Dfile.encoding=UTF-8
>
> ------------------------------------------
>
>
>
>
> Marcus Schulte wrote:
> > did you put the <?xml version="1.0" encoding="UTF-8"?> in the
> > beginning of
> > you spec?
> >
> > 2007/6/25, Manri Offermann <ta...@eastbeam.co.jp>:
> >>
> >> Hi,
> >>
> >> I have changed my tapestry version for my simple test app to
> >> 4.1.2-SNAPSHOT.
> >>
> >> I have a simple japanese property:
> >>
> >> <property name="test" initial-value="'yyyy年MM月dd日'"/>
> >>
> >> which renders fine in 4.1.1-SNAPSHOT:
> >>
> >> <span jwcid="@Insert" value="ognl:test"/>
> >>
> >> but when switching to 4.1.2-SNAPSHOT I the output looks like this:
> >>
> >> yyyyu5e74MMu6708ddu65e5
> >>
> >> All settings are UTF-8 for my test app, is there a new setting that I
> >> have overlooked for 4.1.2 ?
> >>
> >>
> >> Best regards,
> >>
> >> Manri
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >>
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

Re: 4.1.2-SNAPSHOT String in specification escaped

Posted by Manri Offermann <ta...@eastbeam.co.jp>.
Hi Marcus,

Yes I did, I will just post everything here. ;-) The same thing works
with 4.1.1. The interesting thing is that my spec's japanese characters
are being transformed into something like 'u5e74', which looks like the
unicode 'code'.

Best regards,

Manri

------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page-specification PUBLIC
"-//Apache Software Foundation//Tapestry Specification 4.0//EN"
"http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd">

<page-specification>
<property name="test" initial-value="'yyyy年MM月dd日'"/>
</page-specification>

------------------------------------------

<html>

<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>Home</title>
</head>

<body>
<span jwcid="@Insert" value="ognl:test"/>
</body>

</html>

------------------------------------------

<meta key="org.apache.tapestry.output-encoding" value="UTF-8"/>
<meta key="org.apache.tapestry.template-encoding" value="UTF-8"/>
<meta key="org.apache.tapestry.accepted-locales" value="ja"/>

------------------------------------------

-Duser.language=ja
-Duser.region=JP
-Dfile.encoding=UTF-8

------------------------------------------




Marcus Schulte wrote:
> did you put the <?xml version="1.0" encoding="UTF-8"?> in the
> beginning of
> you spec?
>
> 2007/6/25, Manri Offermann <ta...@eastbeam.co.jp>:
>>
>> Hi,
>>
>> I have changed my tapestry version for my simple test app to
>> 4.1.2-SNAPSHOT.
>>
>> I have a simple japanese property:
>>
>> <property name="test" initial-value="'yyyy年MM月dd日'"/>
>>
>> which renders fine in 4.1.1-SNAPSHOT:
>>
>> <span jwcid="@Insert" value="ognl:test"/>
>>
>> but when switching to 4.1.2-SNAPSHOT I the output looks like this:
>>
>> yyyyu5e74MMu6708ddu65e5
>>
>> All settings are UTF-8 for my test app, is there a new setting that I
>> have overlooked for 4.1.2 ?
>>
>>
>> Best regards,
>>
>> Manri
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: 4.1.2-SNAPSHOT String in specification escaped

Posted by Marcus Schulte <et...@googlemail.com>.
did you put the <?xml version="1.0" encoding="UTF-8"?> in the beginning of
you spec?

2007/6/25, Manri Offermann <ta...@eastbeam.co.jp>:
>
> Hi,
>
> I have changed my tapestry version for my simple test app to
> 4.1.2-SNAPSHOT.
>
> I have a simple japanese property:
>
> <property name="test" initial-value="'yyyy年MM月dd日'"/>
>
> which renders fine in 4.1.1-SNAPSHOT:
>
> <span jwcid="@Insert" value="ognl:test"/>
>
> but when switching to 4.1.2-SNAPSHOT I the output looks like this:
>
> yyyyu5e74MMu6708ddu65e5
>
> All settings are UTF-8 for my test app, is there a new setting that I
> have overlooked for 4.1.2 ?
>
>
> Best regards,
>
> Manri
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Marcus Schulte
http://marcus-schulte.blogspot.com

4.1.2-SNAPSHOT String in specification escaped

Posted by Manri Offermann <ta...@eastbeam.co.jp>.
Hi,

I have changed my tapestry version for my simple test app to 4.1.2-SNAPSHOT.

I have a simple japanese property:

<property name="test" initial-value="'yyyy年MM月dd日'"/>

which renders fine in 4.1.1-SNAPSHOT:

<span jwcid="@Insert" value="ognl:test"/>

but when switching to 4.1.2-SNAPSHOT I the output looks like this:

yyyyu5e74MMu6708ddu65e5

All settings are UTF-8 for my test app, is there a new setting that I 
have overlooked for 4.1.2 ?


Best regards,

Manri

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org