CDK: remove string split from x:passThruWithExclusions
------------------------------------------------------
Key: RF-3713
URL:
https://jira.jboss.org/jira/browse/RF-3713
Project: RichFaces
Issue Type: Sub-task
Affects Versions: 3.2.2
Reporter: Nick Belaevski
Assignee: Tsikhon Kuprevich
Fix For: 3.3.1
public void encodePassThruWithExclusions(FacesContext context,
UIComponent component, String exclusions) throws IOException {
if (null != exclusions) {
String[] exclusionsArray = exclusions.split(",");
<----- that should be done by CDK
encodePassThruWithExclusionsArray(context, component,
exclusionsArray);
}
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: