[richfaces-issues] [JBoss JIRA] Closed: (RF-8283) AjaxViewRoot is giving misleading information when a component with id from areasToProcess is not found in components tree
Pavol Pitonak (JIRA)
jira-events at lists.jboss.org
Fri Feb 5 07:34:19 EST 2010
[ https://jira.jboss.org/jira/browse/RF-8283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pavol Pitonak closed RF-8283.
-----------------------------
> 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)
> Components: core
> 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
More information about the richfaces-issues
mailing list