Closed GoogleCodeExporter closed 9 years ago
The tolog tags that act as blocks use lexical scope, as specified in the
documentation [1]. This means that variables defined within a tolog:if tag, are
only available within that if block. If you want to use the variable outside
the if block, you will need to declare it outside of the if block.
[1] http://www.ontopia.net/doc/current/navigator/tolog-taglib.html#N1004B
Original comment by qsieb...@gmail.com
on 16 Apr 2012 at 8:45
Original comment by qsieb...@gmail.com
on 17 Apr 2012 at 9:19
Original issue reported on code.google.com by
JanHrusk...@gmail.com
on 15 Apr 2012 at 1:10