[richfaces-issues] [JBoss JIRA] Created: (RF-3713) CDK: remove string split from x:passThruWithExclusions

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Jun 16 19:53:33 EDT 2008


CDK: remove string split from x:passThruWithExclusions
------------------------------------------------------

                 Key: RF-3713
                 URL: http://jira.jboss.com/jira/browse/RF-3713
             Project: RichFaces
          Issue Type: Sub-task
    Affects Versions: 3.2.2
            Reporter: Nick Belaevski
         Assigned To: Nick Belaevski
             Fix For: 3.2.2


	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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list