[richfaces-planning-issues] [JBoss JIRA] Commented: (RFPL-1504) QE Review Notify component

Jan Papousek (JIRA) jira-events at lists.jboss.org
Wed Jul 27 09:18:23 EDT 2011


    [ https://issues.jboss.org/browse/RFPL-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617018#comment-12617018 ] 

Jan Papousek commented on RFPL-1504:
------------------------------------

I've created pages 3 pages in the Metamer and selenium tests for them. I've found 2 bugs:

# When there are two notify stacks in the page and two notifyMessages components and each notifyMessages component handles validation messages from one input field and is associated with one stack, the validation messages are sent into the both stacks (the validation message should be only in one of the stack). The example code is available here (https://gist.github.com/1106505#).
# When the attribute rendered is set to <false> in the tag notifyStack, the messages associated with this stack are still rendered.

I've reported these bugs to Bernard Labno in the discussion thread of the component (http://community.jboss.org/thread/150938?start=45&tstart=0). Bernard thinks that the (2) isn't a bug.

----

The bean (NotifyBean) behind the metamer page loads attributes of AbstractNotify and AbstractNotifyMessages using the class Attributes which can load attributes from annotated class. However this class can't load attributes from implemented interfaces and AbstractNotify and AbstractNotifyMessages have shared attributes defined in the interface NotifyAttributes. So I've added a new method into the class Attributes which can load the attributes from general class, especially from interface.

> QE Review Notify component
> --------------------------
>
>                 Key: RFPL-1504
>                 URL: https://issues.jboss.org/browse/RFPL-1504
>             Project: RichFaces Planning
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: QE
>    Affects Versions: 4.0.0.Final
>            Reporter: Pavol Pitonak
>            Assignee: Jan Papousek
>              Labels: notify, richfaces
>             Fix For: 4.1.0.Milestone1
>
>
> Add the notify component (http://community.jboss.org/wiki/40SandboxComponents) to Metamer and write smoke tests for it.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-planning-issues mailing list