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

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


     [ http://jira.jboss.com/jira/browse/RF-3713?page=all ]

Nick Belaevski updated RF-3713:
-------------------------------

    Fix Version/s: Future
                       (was: 3.2.2)

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