Hi Guys,
Quick question. Is it possible to associate a facesMessage with a particular ice:Messages tag?
i.e. I create
facesMessage.add("Error message one");
facesMessage.add("Error message two");
And in my page I have
<ice:messages style="float:center;color: #FF0000" id="errorMessageOne"/>
<ice:messages style="float:center;color: #FF0000" id="errorMessageTwo"/>
So I want to kick off "Error message one" where the message id="errorMessageOne" and kick off "Error message two" where message id=errorMessageTwo.
Any tips on this?
Thanks for the help!