google-code-export / activeweb

Automatically exported from code.google.com/p/activeweb
0 stars 0 forks source link

Add ability to process body by flash tag #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
proposed behavior:

<@flash name="greeting">
This is a greeting for ${user}
</@>

This also expects that the tag would process a body dynamically with 
interpolation.

Original issue reported on code.google.com by ipolevoy@gmail.com on 27 Jul 2011 at 9:25

GoogleCodeExporter commented 9 years ago
currently it is possible to do this:

<#if (flasher.greeting) ??>
    this is a body
</#if>

Original comment by ipolevoy@gmail.com on 27 Jul 2011 at 9:36