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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Apr 6 15:30:22 EDT 2009


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