Jitesh, I think most developers use templating only in profile, where
is mandatory. On canvas, the common pattern is to use a combination of
jquery like "$('#name").html(value)" or manual built html like "<div>"
+ value + "</div>".On 24 nov, 12:36, jitesh <[email protected]> wrote: > Hi Guys, > > Our os-template rendering has stopped working. We tried a minimal > application to see that it works only on sandbox, but not on prod or > live. Need vital feedbacks on whether anybody uses template rendering > and his / her application is working. > > We use the following method: > > var template = os.getTemplate(template_name); > template.renderInto(document.getElementById('content_div'), data); > > thanks, > Jitesh -- You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/opensocial-orkut?hl=en.

