[richfaces-issues] [JBoss JIRA] Closed: (RF-6723) Calendar: timezone is not correctly handled

Inna Shchibrya (JIRA) jira-events at lists.jboss.org
Mon Apr 13 09:40:23 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-6723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Inna Shchibrya closed RF-6723.
------------------------------

    Assignee: Nick Belaevski  (was: Tsikhon Kuprevich)


Closed. Verified on revision 3.3.1.BETA4.

> Calendar: timezone is not correctly handled
> -------------------------------------------
>
>                 Key: RF-6723
>                 URL: https://jira.jboss.org/jira/browse/RF-6723
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.1
>            Reporter: Nick Belaevski
>            Assignee: Nick Belaevski
>             Fix For: 3.3.1
>
>
> 1.			<h:form>
> 			
> 				<h:commandLink value="Click" />
> 				<calendar:calendar
> 					showApplyButton="true"
> 					
> 					popup="false" 
> 					id="calendar"
> 					timeZone="#{calendarBean.timezone}"
> 					datePattern="hh:mm MMM d, yyyy">
> 				</calendar:calendar>
> 				
> 				
> 			</h:form>
> 	private TimeZone timezone = TimeZone.getTimeZone("GMT+9");
> 	
> 	public TimeZone getTimezone() {
> 		return timezone;
> 	}
> 2. Select any date
> 3. Click link
> 4. Selected date is not the ones that was selected previously - bug

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list