2 Replies Latest reply on Sep 13, 2006 1:28 PM by gavin.king

    Using componentId in addFromResourceBundle

    rbz285

      I noticed that FacesMessages didn't have a handy method for adding a templated facesmessage for a specific jsf component (1.0.1 GA), although

      http://jira.jboss.org/jira/browse/JBSEAM-262

      says its been added in CVS. But having had a look at the code change it appears that the id parameter has been added to the method signatures but isn't passed through unless you use the method with all the parameters (severity, default, etc)

      see the diff

      http://fisheye.jboss.org/viewrep/JBoss/jboss-seam/src/main/org/jboss/seam/core/FacesMessages.java?r1=1.17&r2=1.18

      I've not actually tested the CVS version, I was just thinking ahead to the 1.1 release, so I could be going cross eyed

      by the way, is this the right place to mention it or should I have put a comment on the JIRA issue instead ?