I figured out why this was happening, if you turn on showDetail="true", but your messages don't have details, then it uses the summary text as the details text....  Why?  Because the javadocs say:
public 
java.lang.String getDetail()

Return the localized detail text. If no localized detail text has been defined for this message, return the localized summary text instead.


So you get something like this as output:

<ul><li><span class="infoMsg">My success message. My success message. </span></li></ul>

Is it just me, or does that seem a little whacky (aka totally wrong)?  I would expect it to not show a detail message if I explicitly set the detail message to null, wouldn't you?

Travis


On 12/11/05, Travis Reeder <[EMAIL PROTECTED]> wrote:
Anyone seeing duplicate messages from h:messages in the latest source?

Travis




Reply via email to