Wrap text in a Table cell

Can I?

Yes.

<HTML>Like<BR>this.

Nothing automatic?

This is a ‘longtext’ field where a user can enter an opus, if he so chooses.

If you simply prepend an to any text, it should wrap. I don’t think that the entire table row will expand for you though, so this all might be a moot point.

When I have potentially long text data to display, I use some sort of pop-out label display that displays the text for the currently selected row.

Just wondering, is required or recommended, or does it not matter?

Doesn’t matter - Java’s html parsing is quite lenient.