Hi

I am trying to render a Velocity page using double rendering Technique(Velocity 
generates Velocity)

 

I created a small macro 

 

#macro (sample $macroname $name)
      #$macroname ('$name')
#end

 

which takes two parameter $nameType and $name. If I pass "hello" and "world" as 
parameters to the above macro. It will render #hello("world")

But I want the above macro intern call the following macro

 

#macro (hello $name)
   hello $name
#end

 

Since velocity considered the rendered output as string the above macro is not 
called. 

How can we implement this?

 

Thanks

Krishnan

Yahoo! India Matrimony: Find your life partneronline.

Reply via email to