<h:messages> rendering

Hi all.

Does anyone if <h:messages> can render output as a bulleted list? Or other ways of solving the problem.

Ex. <ul><li>message1</li><li>message2</li><ul>

setting the layout attribute to table render like:

<tr><td><span class="messages">message1span></td></tr><tr>

<tr><td><span class="messages">message2span></td></tr><tr>

while layout="list" render like:

<span class="messages">message1</span><span class="messages">message2</span>

(no <lu's> and <li's>)

Thanks allot.

[793 byte] By [mikfua] at [2007-11-27 7:41:52]
# 1
Ok. My own guess is that JSF-RI 1.1 does not render the tags <lu> and <li> But looks like the JSF-RI 1.2 does.Anybody knows if that is correct ?Guess I have to provide a custom renderer then.
mikfua at 2007-7-12 19:22:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I garee it does not render the tags for <li>
Kalyanaa at 2007-7-12 19:22:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...