[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-640) org.jboss.seam.timeToneSelected event is a misspelling in TimeZoneSelector

Bart Schuller (JIRA) jira-events at jboss.com
Sun Jan 7 13:21:26 EST 2007


org.jboss.seam.timeToneSelected event is a misspelling in TimeZoneSelector
--------------------------------------------------------------------------

                 Key: JBSEAM-640
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-640
             Project: JBoss Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.1.1.GA
            Reporter: Bart Schuller


The patch in JBSEAM-536 included the line

          Events.instance().raiseEvent( "org.jboss.seam.timeToneSelected", getTimeZoneId() );

in org.jboss.seam.core.TimeZoneSelector
which should probably be

          Events.instance().raiseEvent( "org.jboss.seam.timeZoneSelected", getTimeZoneId() );

(the same misspelling has been added in the method comment)

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

        



More information about the seam-issues mailing list