// 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);
// Get the Configuration Data
appConfigStruct = application.ptPortlet.getAppConfig();
if ( ArrayLen(podcontentArray) )
items = podcontentArray;
else
items = attributes.elementInfo.elementData.propertyValues;
//Application.ADF.utils.dodump(items,"items",0);
//fileURL = request.subsitecache[1].url & "customcf/pod_custom_files/";
fileURL = appConfigStruct['pod_type_custom_file_url'];
filepath = ExpandPath(fileURL);