If I have a template with a block like this:
<r:b name="homeBlock">
<a href="${v EXIT:QUERY:home/}">Go Home</a>
</r:b>
and my element implementation does
String homeBlock = template.getBlock("homeBlock");
I get back the raw text of the block (a string that contains "${v EXIT"
etc.) How do I fetch the value of a block with all the values rendered?
Obviously if there are values that haven't been filled in yet, those
can't be rendered, but in this case the block doesn't contain any such
values.
-Steve
_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users