BlockMacro support
------------------

                 Key: VELOCITY-583
                 URL: https://issues.apache.org/jira/browse/VELOCITY-583
             Project: Velocity
          Issue Type: New Feature
          Components: Engine
            Reporter: Raghu Rajah
             Fix For: 1.6


Here's the trivial example,

#blockmacro(html $style)
<html style="$style">
 ${yield}
</html>
#end


Block Macro Result
#html("color:red")
<body>Raghu</body>
#end

Full discussion on thread: http://tinyurl.com/ytq3k4

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to