<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core" rendered="false">
	<xp:this.beforeRenderResponse><![CDATA[#{javascript:try {
 var token=paramValues.get("token").toString(); 
 var unid=paramValues.get("unid").toString();
 var att=paramValues.get("att").toString();
  
 request2DB(token, unid, att); 

 } catch(e) { 
        _dump(e); 
 } 
 }]]></xp:this.beforeRenderResponse>
	<xp:this.resources>
		<xp:script src="/SSJSUtils.jss" clientSide="false"></xp:script>
	</xp:this.resources>
	<!--	<xp:text escape="true" id="computedField1" value="#{javascript:return flds}">-->
	<!--	</xp:text>-->

</xp:view>
