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 00:02:23 UTC

[jira] Created: (TOMAHAWK-683) r448673 broke "message" validator attribute -- needs to be moved from JSP Tag to Component.

r448673 broke "message" validator attribute -- needs to be moved from JSP Tag to Component.
-------------------------------------------------------------------------------------------

                 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


Too much logic got put into the ValidatorTag that needs to be in the validator class directly.
Can no longer set the "message" attribute.

-- 
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

        

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

Posted by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org>.
     [ 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