The type is string
  public String getTimeZone()
  {
    return "GMT-05:00";
  }

Paul Spencer

Matthias Wessendorf wrote:
<f:convertDateTime type="time" timeZone="#{phrQueryManager.timeZone}"/>

Is this type of TimeZone ?

*snip*
      if (UIComponentTag.isValueReference(value))
       {
           ValueBinding vb =
facesContext.getApplication().createValueBinding(value);
           converter.setTimeZone((TimeZone)vb.getValue(facesContext));
       }
*snip*

Regards,
Matthias


Reply via email to