You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-user@incubator.apache.org by "Edmond B. Mulemangabo" <ed...@uclouvain.be> on 2006/12/31 12:00:26 UTC

problem using "tr:messages"

Hello !


I'm using Tomcat 5.5, myfaces 1.1.5-SNAPSHOT, trinidad
incubator-m1-SNAPSHOT and facelets 1.1.12 with templates.
<tr:message> is working, <tr:messages> isn't. I'm wondering what I did wrong.


Here is an example : "message 1" is being displayed, "message 2" isn't.


<tr:subform id="sf_misc" >
  <ui:insert name="misc">
    <tr:message id="message1" message="message 1" />
    <tr:messages id="message2" message="message 2" />
  </ui:insert>
</tr:subform>


I tried using facelets' "jsfc"; nothing changed.


Any idea will be appreciated; below is my e-mail address.


--
==
= Edmond B. Mulemangabo
= edmond.mulemangabo@uclouvain.be
==