Re: [MyFaces][Core] TimeZone problem

2009-05-27 Thread Guy Bashan
OK, now I understand the Exception... ;-) It will be nice if String will be supported in ValueBinding as well... Thanks! Guy. On Wed, May 27, 2009 at 8:08 PM, Volker Weber wrote: > Hi Guy, > > the valuebinding should return a TimeZone object not a String. > > > Regards, >Volker > > 2009/5/2

MyFaces i18n with Russian problems

2009-05-27 Thread Konovalov, Oleg
Hi, I am new to JSF, trying to build prototype i18n JSF app with MyFaces 1.1.5 Mostly care about IE6/7, do not officially support other browsers. I do have resource bundles, it is localized and internationalized. So user is supposed to work in either English or Russian (and Spanish). It all work

Re: [MyFaces][Core] TimeZone problem

2009-05-27 Thread Volker Weber
Hi Guy, the valuebinding should return a TimeZone object not a String. Regards, Volker 2009/5/27 Guy Bashan : > Hi all, > > I am trying to use f:convertDateTime with String value: >   value="#{cmp_summary.cmpCampaign.cmpDeliveryLimits.startDate}"> >     timeZone="#{cmp_sum

RE: [MyFaces][Core] TimeZone problem

2009-05-27 Thread Konovalov, Oleg
Hi, Sorry, I am not sure what might be wrong in that code. On my side, I have noticed that TimeZone, CurrencyCode and CurrencySymbol remain the same when you change locale (DateTime and Number converter formatting does change correctly). Is that a bug ? I am using MyFaces 1.1.5 Happens in all

[MyFaces][Core] TimeZone problem

2009-05-27 Thread Guy Bashan
Hi all, I am trying to use f:convertDateTime with String value: but I am getting this exception: java.lang.IllegalArgumentException: Cannot convert Asia/Tokyo of type class java.lang.String to class java.util.TimeZone at org.apache.el.lang.ELSupport.coerceTo

[Trinidad] File Upload component in Portal

2009-05-27 Thread Andy Redman
I am struggling to get the file upload component in Trinidad to work within a portal environment. I am using trunk versions of trinidad, portlet bridge and pluto. It appears to be the addition of enctype="multipart/form-data" that is stopping the form being processed properly. In fact the addition

RE: synchronising selectOneChoice and table

2009-05-27 Thread Mike Quentel
Thank you for the advice. I used the information on Partial Page Rendering (PPR) information described at http://myfaces.apache.org/trinidad/devguide/ppr.html In particular, using the partialTriggers attribute in the table tag to specify which selectOneChoice IDs that the table depends on. I m

RE: [Trinidad] File Upload component in Portal

2009-05-27 Thread Andy Redman
Ansuman, Thanks for the quick reply but no I'm using latest Pluto. Any ideas? Thanks, Andy _ From: anshuman roy [mailto:anshuman.roy@gmail.com] Sent: 27 May 2009 10:37 To: MyFaces Discussion Subject: Re: [Trinidad] File Upload component in Portal Are you using Weblogic b

Re: [Trinidad] File Upload component in Portal

2009-05-27 Thread anshuman roy
Are you using Weblogic by any chance? There is a bug in weblogic portal server for multipart data. Thanks, Ansuman On Wed, May 27, 2009 at 3:01 PM, Andy Redman wrote: > I am struggling to get the file upload component in Trinidad to work > within a portal environment. I am using trunk versions

[Trinidad] File Upload component in Portal

2009-05-27 Thread Andy Redman
I am struggling to get the file upload component in Trinidad to work within a portal environment. I am using trunk versions of trinidad, portlet bridge and pluto. It appears to be the addition of enctype="multipart/form-data" that is stopping the form being processed properly. In fact the addition