You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org> on 2006/09/22 10:02:23 UTC

[jira] Resolved: (TOMAHAWK-683) r448673 lost ValueBinding support for message/detailMessage/summaryMessage

     [ http://issues.apache.org/jira/browse/TOMAHAWK-683?page=all ]

Mike Kienenberger resolved TOMAHAWK-683.
----------------------------------------

    Fix Version/s: 1.1.5-SNAPSHOT
       Resolution: Fixed

> r448673 lost ValueBinding support for message/detailMessage/summaryMessage
> --------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-683
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-683
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Validators
>    Affects Versions: 1.1.5-SNAPSHOT
>         Environment: facelets
>            Reporter: Mike Kienenberger
>            Priority: Critical
>             Fix For: 1.1.5-SNAPSHOT
>
>
> r448673 lost ValueBinding support for message/detailMessage/summaryMessage
> > -    public String getMessage()
> > -    {
> > -        if (_message != null) return _message;
> > -        ValueBinding vb = getValueBinding("message");
> > -        return vb != null ? _ComponentUtils.getStringValue(getFacesContext(), vb) : null;
> > +    public String getMessage() {
> > +        return getDetailMessage();
> > +    public String getDetailMessage() {
> > +        return _detailMessage;
> > +    }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira