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

Jay Balunas updated RF-8283:
----------------------------

    Fix Version/s: 3.3.3.CR1
         Assignee: Andrey Markhel


simple log message update.

> AjaxViewRoot is giving misleading information when a component with id from 
> areasToProcess is not found in components tree
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-8283
>                 URL: https://jira.jboss.org/jira/browse/RF-8283
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.3.3.BETA1
>            Reporter: Piotr Witusowski
>            Assignee: Andrey Markhel
>            Priority: Minor
>             Fix For: 3.3.3.CR1
>
>
> Around line 248 one can find:
> Set<String> areasToProcess = ajaxContext.getAjaxAreasToProcess();
> if(null != areasToProcess){
>       for (String areaId : areasToProcess) {
>               boolean areaProcessed = invokeOnComponent(context, areaId, 
> invokerCallback);
>                       if(!areaProcessed){
>                               _log.warn("No component found to process for 
> clientId "+ajaxSingleClientId);
>                       }
>       }
> }
> It gives misleading information that it is component with ajaxSingleClientId 
> missing but actually it is areaId. Consider changing line 254 to:
> _log.warn("No component found to process for clientId "+areaId);

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to