// As the Default renderhandler for the Pod Weather Content process even if the element is empty
request.element.hasData = 1;
// leave isStatic=0 so not to cache specific users data
request.element.isStatic = 0;
//Application.ADF.utils.dodump(request.element,"request.element",0);
if ( ArrayLen(podcontentArray) )
items = podcontentArray;
else
items = attributes.elementInfo.elementData.propertyValues;
//Application.ADF.utils.dodump(items,"items",0);