caofangkun / closure-templates

Automatically exported from code.google.com/p/closure-templates
Apache License 2.0
0 stars 0 forks source link

Problem in rendring nested level template #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am having the following template :
/**
*@param conf
*/
{template .tabs}
 {if $conf.container}
      <{$conf.container} class="{$conf.contClass}">
{/if}
{/template}

where conf.container is div and conf.contClass is views
I am trying to set these data from java side for rendering ,but i am not able 
to set this data in a proper way.

Please tell me how can set the data and render this on java.

Thanks

Original issue reported on code.google.com by sheetalr...@gmail.com on 5 Oct 2011 at 10:58

GoogleCodeExporter commented 8 years ago
I would suggest not to use data strings for HTML tag names. It breaks certain 
features such as contextual autoescape.

Also, this is not a bug report. In the future, please only create issues for 
bug reports. Thanks.

Original comment by kai.hu...@gmail.com on 23 Jan 2012 at 6:05