[richfaces-issues] [JBoss JIRA] (RF-12047) Add "global" attribute to graphValidator

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Mar 21 16:08:51 EDT 2012


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

Brian Leathem updated RF-12047:
-------------------------------

    Fix Version/s: 4.Future

    
> Add "global" attribute to graphValidator
> ----------------------------------------
>
>                 Key: RF-12047
>                 URL: https://issues.jboss.org/browse/RF-12047
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: component-validators
>    Affects Versions: 4.2.0.Final
>            Reporter: Gerald Turner
>            Priority: Trivial
>             Fix For: 4.Future
>
>
> graphValidator appends FacesMessages to the FacesContext with clientId set to the clientId of the graphValidator component, naturally, however I have a use-case for not assigning a clientId to those FacesMessages at all (null, global messages).
> The following example exhibits how graphValidator currently works:
> 	<rich:messages for="gv"/>
> 	<rich:graphValidator id="gv" .../>
> What I'm asking for is the following:
> 	<p:messages globalOnly="true"/>
> 	<rich:graphValidator id="gv" global="true" .../>
> (Conversely I could wishlist PrimeFaces to add a 'for' attribute to their 'messages' component, something like 'for="@global gv"', so no harm in closing this report ;-)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list