[JBoss JIRA] Closed: (RF-7604) a4j:actionparam doesn't support comma in value
by Tsikhon Kuprevich (JIRA)
[ https://jira.jboss.org/jira/browse/RF-7604?page=com.atlassian.jira.plugin... ]
Tsikhon Kuprevich closed RF-7604.
---------------------------------
> a4j:actionparam doesn't support comma in value
> ----------------------------------------------
>
> Key: RF-7604
> URL: https://jira.jboss.org/jira/browse/RF-7604
> Project: RichFaces
> Issue Type: Bug
> Components: component-a4j-core
> Affects Versions: 3.3.2.CR1
> Environment: richfaces-ui-3.2.1.GA
> Tomcat 6.0.16
> Facelets 1.1.14
> Reporter: Stephen Kinser
> Assignee: Tsikhon Kuprevich
> Priority: Minor
> Fix For: 3.3.2.CR1
>
>
> 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
15 years, 3 months