[richfaces-issues] [JBoss JIRA] Updated: (RF-10954) rich:graphValidator doesn't work with rich:messages globalOnly="true"

Juergen Zimmermann (JIRA) jira-events at lists.jboss.org
Wed Apr 27 02:57:18 EDT 2011


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

Juergen Zimmermann updated RF-10954:
------------------------------------

    Description: 
The following tags are only working when I omit globalOnly="true". I'll attach 2 screenshots to illustrate the issue.

<h:form id="createKundeForm">
  <rich:graphValidator id="kundeValidator" value="#{kv.neuerPrivatkunde}" groups="de.swe2.kundenverwaltung.domain.PasswordGroup">
  <rich:messages id="fehlermeldungPassword" globalOnly="true" />
  <p/>

  <h:panelGrid id="createKundeTabelle" columns="3">
    <h:outputLabel id="nachnameLabel" for="nachname" value="#{msgKv['createPrivatkunde.nachname']}"/>
    <h:inputText id="nachname" value="#{kv.neuerPrivatkunde.nachname}">
      <rich:validator/>
    </h:inputText>
    <rich:messages id="fehlermeldungenNachname" for="nachname"/>
    ...

  was:
The following tags are only working when I omit globalOnly="true". I'll attach 2 screenshots to illustrate the issue.

{{<h:form id="createKundeForm">
  <rich:graphValidator id="kundeValidator" value="#{kv.neuerPrivatkunde}" groups="de.swe2.kundenverwaltung.domain.PasswordGroup">
  <rich:messages id="fehlermeldungPassword" globalOnly="true" />
  <p/>

  <h:panelGrid id="createKundeTabelle" columns="3">
    <h:outputLabel id="nachnameLabel" for="nachname" value="#{msgKv['createPrivatkunde.nachname']}"/>
    <h:inputText id="nachname" value="#{kv.neuerPrivatkunde.nachname}">
      <rich:validator/>
    </h:inputText>
    <rich:messages id="fehlermeldungenNachname" for="nachname"/>
    ...}}



> rich:graphValidator doesn't work with rich:messages globalOnly="true"
> ---------------------------------------------------------------------
>
>                 Key: RF-10954
>                 URL: https://issues.jboss.org/browse/RF-10954
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-validators
>    Affects Versions: 4.0.0.Final
>            Reporter: Juergen Zimmermann
>         Attachments: ok.without-globalOnly.jpg
>
>
> The following tags are only working when I omit globalOnly="true". I'll attach 2 screenshots to illustrate the issue.
> <h:form id="createKundeForm">
>   <rich:graphValidator id="kundeValidator" value="#{kv.neuerPrivatkunde}" groups="de.swe2.kundenverwaltung.domain.PasswordGroup">
>   <rich:messages id="fehlermeldungPassword" globalOnly="true" />
>   <p/>
>   <h:panelGrid id="createKundeTabelle" columns="3">
>     <h:outputLabel id="nachnameLabel" for="nachname" value="#{msgKv['createPrivatkunde.nachname']}"/>
>     <h:inputText id="nachname" value="#{kv.neuerPrivatkunde.nachname}">
>       <rich:validator/>
>     </h:inputText>
>     <rich:messages id="fehlermeldungenNachname" for="nachname"/>
>     ...

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


More information about the richfaces-issues mailing list