2 Replies Latest reply on Jan 10, 2011 7:13 AM by lcurros

    Problem of seam s:message tag

    silverhoof.bryan.shaw.gmail.com
      I have an application written using SEAM framework and I use s:message to show validation errors.
      In a table I have some input field decorated using s:decorate to add validation error messages.
      But if validation error occured, the validation error message shows [component id]:[value inputed] [Some thing I realy want to show].
      I don't want to show the leading part of the validation error (The [component id]:[value inputed]).
      How can I eliminate that prefix?