Is there a better way to construct a block from a string in Java than this?

    Block onShowDialogFromMoreInfo(TicketClass ticketClass) {
        return  new RenderableAsBlock(new StringRenderable(person.getInfo()));
    }

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to