Hi,
I just can't wrap my head around on how to do the following.

@Parameter
private Block block;

void afterRender(MarkupWriter writer)
{

writer.element("div");
// here I want to render the block
writer.end();

}

I cannot use tml template and also I cannot implement this is different
passes of beginRender afterRender etc. rendering the div in one of the
passes and the block in another by returning the block from the render phase
method.

Advice would be very appreciated.

Cheers,
Dragan Sahpaski

Reply via email to