you can overwrite the Key in your bundle. JSF 1.2 brings more like this on the table http://java.sun.com/javaee/javaserverfaces/1.2/docs/tlddocs/index.html <h:inputText ... requiredMessage="#{bund.val}" .../>
or use (today) Trinidad http://incubator.apache.org/adffaces/tagdoc/af_inputText.html (requiredMessageDetail attr) -Matt On 7/12/06, Paul Spencer <[EMAIL PROTECTED]> wrote:
I would like to display the detail message in the tooltip generated by <t:message> instead of the default "Validation Error". I know I can set the text displayed using the title attribute, but how do is set it to the detail message, i.e. "Value required", which is generated by the JSF? Paul Spencer
-- Matthias Wessendorf further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com

