extend from Label and override onComponentTagBody like this:

protected void onComponentTagBody(final MarkupStream markupStream, final
ComponentTag openTag) {
  StringBuilder b = new StringBuilder();

  ... do a lot of b.append()...

  replaceComponentTagBody(markupStream, openTag, b.toString());
}


On Feb 19, 2008 4:03 PM, Leucht, Axel <[EMAIL PROTECTED]> wrote:

> I deployed it in deployment mode but still same result.
>
> My guess is, that instantiating these lots of objects is taking its time.
>  Can I somehow create just one label and while iterating manipiulate the
> data in the object?
>
> /Axel
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to