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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Mar 10 15:52:22 EDT 2009


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

Nick Belaevski resolved RF-3713.
--------------------------------

    Fix Version/s: 3.3.1
                       (was: Future)
       Resolution: Done
         Assignee: Tsikhon Kuprevich  (was: Nick Belaevski)


> 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: 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