Did you try enabling client support? <Require feature="opensocial-templates"> <Param name="requireLibrary">http://apphosting.jivesoftware.com/apps/dev/japtemp/japtemplates.xml</Param> <Param name="client">true</Param> </Require>
I think this makes template available for javascript interactions. Another option is to set the attribute autoUpdate="true" on the template tag. The logic is in TemplateRewriter.java. -- Have a good one, Jason