[richfaces-issues] [JBoss JIRA] Moved: (RF-7604) a4j:actionparam doesn't support comma in value

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Jul 27 09:56:29 EDT 2009


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

Nick Belaevski moved AJSF-144 to RF-7604:
-----------------------------------------

       Project: RichFaces  (was: Ajax4jsf)
           Key: RF-7604  (was: AJSF-144)
    Issue Type: Feature Request  (was: Bug)


> a4j:actionparam doesn't support comma in value
> ----------------------------------------------
>
>                 Key: RF-7604
>                 URL: https://jira.jboss.org/jira/browse/RF-7604
>             Project: RichFaces
>          Issue Type: Feature Request
>          Components: component-a4j-core
>         Environment: richfaces-ui-3.2.1.GA
> Tomcat 6.0.16
> Facelets 1.1.14
>            Reporter: Stephen Kinser
>            Priority: Minor
>
> I attempt to define a value that contains a comma, as follows:
> <a4j:actionparam name="metricName" value="Host:type=Processors,name=CPU.UserMode" assignTo="#{GraphPageBean.metricName}"/>
> Here's the method that I expect to be passed Host:type=Processors,name=CPU.UserMode:
> public void setMetricName(String metricName) {
>     this.metricName = metricName;
>   }
> setMetricName is called with a metricName value of "Host:type=Processors". I modified the value to use a '|' instead of a ',' and I got the full value of Host:type=Processors|name=CPU.UserMode.

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

        


More information about the richfaces-issues mailing list