You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andreas Watermeyer (JIRA)" <de...@myfaces.apache.org> on 2008/11/20 15:22:44 UTC

[jira] Created: (TOMAHAWK-1374) HtmlInputCalendar emits validation failure messages with severity info, rather than error

HtmlInputCalendar emits validation failure messages with severity info, rather than error
-----------------------------------------------------------------------------------------

                 Key: TOMAHAWK-1374
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1374
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Calendar
            Reporter: Andreas Watermeyer


The t:inputCalendar is emitting validation failure messages with severity info. The severity of the message should be "error". 

See org.apache.myfaces.custom.calendar.HtmlCalendarRenderer.CalendarDateTimeConverter.getAsObject(...) where the info-Level message is created.
I checked the trunk, revision 709246  (http://svn.apache.org/viewvc?view=rev&revision=709246)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TOMAHAWK-1374) HtmlInputCalendar emits validation failure messages with severity info, rather than error

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved TOMAHAWK-1374.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.9-SNAPSHOT
         Assignee: Leonardo Uribe

The default severity for FacesMessage is info, so it is necessary to set this value as error.

Thanks for the attention in the details

> HtmlInputCalendar emits validation failure messages with severity info, rather than error
> -----------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-1374
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1374
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Calendar
>            Reporter: Andreas Watermeyer
>            Assignee: Leonardo Uribe
>             Fix For: 1.1.9-SNAPSHOT
>
>
> The t:inputCalendar is emitting validation failure messages with severity info. The severity of the message should be "error". 
> See org.apache.myfaces.custom.calendar.HtmlCalendarRenderer.CalendarDateTimeConverter.getAsObject(...) where the info-Level message is created.
> I checked the trunk, revision 709246  (http://svn.apache.org/viewvc?view=rev&revision=709246)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.