h:messages in myfaces 2.1.1 not displaying

2011-06-27 Thread Ted
Hi, is anyone currently successfully using h:messages in myfaces 2.1.1? I've used this tag before in the sun reference implementation, there's not much to it, just h:messages infoClass=infoMessages errorClass=errorMessages / is all I use. I know I'm setting the message properly because I

Re: h:messages in myfaces 2.1.1 not displaying

2011-06-27 Thread Jakob Korherr
Hi, Since JSF 2.0, unrendered FacesMessages are rendered by h:body shortly before the closing body tag (/body), if ProjectStage is Development (see org.apache.myfaces.view.facelets.compiler.BodyEndElementInstruction for the code). Normally using the following code should work as expected: html