*/
public static Object findAttribute(String beanName, PageContext pageContext) {
Object attribute;
ComponentContext compContext = ComponentContext.getContext(pageContext.getRequest());
if (compContext != null) {
attribute = compContext.findAttribute(beanName, pageContext);
if (attribute != null)
return attribute;
} // end if
// Search in pageContext scopes