Hello,
I have a problem with the timezone attribute in a "convertDateTime" component. The clay-config looks like:

...
   <component jsfid="iniciColumn" extends="column" id="inici">
       <element renderId="1" jsfid="outputText">
           <attributes>
               <set name="value" value="#{t.dataInici}" />
               <set name="immediate" value="true"/>
           </attributes>
           <converter jsfid="convertDateTime">
               <attributes>
                   <set name="pattern" value="dd/MM/yy, HH:mm" />
                   <set name="timeZone" value="GMT+01" />
               </attributes>
           </converter>
       </element>
   </component>
...

I get the following error:

javax.faces.convert.ConverterException: You have requested a conversion for type java.util.TimeZone, but there is no by-type converter registered for this type

I use the last version of shale, someone have detected the same problem or knows what is wrong?

bye.


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

Reply via email to