I have a macro (implemented in Java) with this interface:
public List<Block> execute(InferenceParameter parameters, String content, MacroTransformationContext context) ;
I want to call this macro from within a velocity script. When I do, it returns a List<Block>. How do I get the velocity script to render the List<Block> properly?
-- Mark Wallace Principal Engineer, Semantic Applications Modus Operandi, Melbourne, FL, USA
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

