Re: T5.0.5 not support Chinese constants of enumeration types

2007-07-15 Thread 小司
You can go to http://blog.csdn.net/doublel/archive/2007/06/01/1634599.aspx I learn from javaeye, now It works well 2007/7/16, sun58224 <[EMAIL PROTECTED]>: T5.0.5 not support Chinese constants of enumeration types - To unsubs

Re: T5 - Authentication filter

2007-07-15 Thread Davor Hrg
it may be usefull, please check that you havent put your ASO class in components package or pages package (those classes get enhanced and can cause class cast exceptions) Davor Hrg On 7/16/07, bmg125 <[EMAIL PROTECTED]> wrote: Otho did you ever find a solution to the the Class Cast Exception

Re[4]: Problem witn TAP 4.1.2 and operation in template

2007-07-15 Thread Sergey Kashin
Hello Andrea, Thanks, all works fine with created component. I have not thought about component somehow, thanks for idea. Monday, July 16, 2007, 5:48:20 AM, you wrote: AC> Sergey, AC> it's enough easy, you can create a component like this for example jwcid="@your:Expression" var="ognl:varia

T5.0.5 not support Chinese constants of enumeration types

2007-07-15 Thread sun58224
T5.0.5 not support Chinese constants of enumeration types - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5 - Authentication filter

2007-07-15 Thread bmg125
Otho did you ever find a solution to the the Class Cast Exception when using the @ApplicationState annotation? I have read and reread the docs and it seems like my code should work. I am basically just trying to create an ASO with the default persistence strategy and constructor. So I am not su

RE: T5: NPE in Base64InputStream and locked/waitingCheckForUpdatesFilter

2007-07-15 Thread Ben Sommerville
I finally had a chance to test this & I'm confident it is fixed. Under 6u1 I was consistently getting a deadlock, under 6u2 I cannot reproduce it. cheers Ben > -Original Message- > From: Ben Sommerville [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 11 July 2007 4:24 PM > To: 'Tapestry u

Re: Re[2]: Problem witn TAP 4.1.2 and operation in template

2007-07-15 Thread Andrea Chiumenti
Sergey, it's enough easy, you can create a component like this for example the code is trivial. Ciao, kiuma On 7/15/07, Sergey <[EMAIL PROTECTED]> wrote: It was not work in previous version, and not work in 4.1.2 Working with @Table and index not resolve overall problem of working with varia

Re: properties file does not support UTF8

2007-07-15 Thread Renat Zubairov
Ok, I can only say that it works for properties in JVM 1.5 Proper way offcourse is to use native2ascii On 15/07/07, Michael Grundvig <[EMAIL PROTECTED]> wrote: The -Dfile.encoding option doesn't always work properly, it's documented on the Java site here: http://bugs.sun.com/bugdatabase/view_bu

Re: properties file does not support UTF8

2007-07-15 Thread Michael Grundvig
The -Dfile.encoding option doesn't always work properly, it's documented on the Java site here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4163515 Basically, it seems to work on some VMs but you really need to just make sure the file matches the encoding of the OS or specify an encoding

Re: properties file does not support UTF8

2007-07-15 Thread Renat Zubairov
Properties files do support UTF-8, you just need to encode them proper See native2ascii util from JDK or set your default Java file encoding to UTF-8 using "-Dfile.encoding=utf8" Renat On 14/07/07, sun58224 <[EMAIL PROTECTED]> wrote: 1.properties file does not support UTF8. 2.Sort BeanForms c

Re: properties file does not support UTF8

2007-07-15 Thread sun58224
sun58224 sina.com> writes: JAVA enumeration type Chinese constants can not compile - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: properties file does not support UTF8

2007-07-15 Thread sun58224
Donyee: Thank you! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]