You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Paul Klaer (JIRA)" <de...@myfaces.apache.org> on 2005/11/20 19:52:26 UTC

[jira] Created: (MYFACES-849) tomahawk HtmlSelectOneMenuTag has no setter corresponding to TLD declared attribute 'escape'

tomahawk HtmlSelectOneMenuTag has no setter corresponding to TLD declared attribute 'escape'
--------------------------------------------------------------------------------------------

         Key: MYFACES-849
         URL: http://issues.apache.org/jira/browse/MYFACES-849
     Project: MyFaces
        Type: Bug
    Versions: Nightly    
    Reporter: Paul Klaer
    Priority: Blocker


On weblogic you get the error:
Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': The Tag class 'org.apache.myfaces.taglib.html.ext.HtmlSelectOneMenuTag' has no setter method corresponding to TLD declared attribute 'escape', (JSP 1.1 spec, 5.4.1)

org.apache.myfaces.taglib.html.HtmlSelectMenuTagBase has no setter for the escape attribute which is inherited by the HtmlSelectOneMenuTag. The tomahawk tld includes the "escape" 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] Reopened: (TOMAHAWK-287) tomahawk HtmlSelectOneMenuTag has no setter corresponding to TLD declared attribute 'escape'

Posted by "Grant Smith (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-287?page=all ]

Grant Smith reopened TOMAHAWK-287:
----------------------------------

             

> tomahawk HtmlSelectOneMenuTag has no setter corresponding to TLD declared attribute 'escape'
> --------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-287
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-287
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>            Reporter: Paul Klaer
>         Assigned To: Grant Smith
>            Priority: Blocker
>             Fix For: 1.1.2
>
>
> On weblogic you get the error:
> Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': The Tag class 'org.apache.myfaces.taglib.html.ext.HtmlSelectOneMenuTag' has no setter method corresponding to TLD declared attribute 'escape', (JSP 1.1 spec, 5.4.1)
> org.apache.myfaces.taglib.html.HtmlSelectMenuTagBase has no setter for the escape attribute which is inherited by the HtmlSelectOneMenuTag. The tomahawk tld includes the "escape" 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] Commented: (MYFACES-849) tomahawk HtmlSelectOneMenuTag has no setter corresponding to TLD declared attribute 'escape'

Posted by "Paul Klaer (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-849?page=comments#action_12358132 ] 

Paul Klaer commented on MYFACES-849:
------------------------------------

HtmlSelectManyMenuTag is missing "escape", too

Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': The Tag class 'org.apache.myfaces.taglib.html.ext.HtmlSelectManyMenuTag' has no setter method corresponding to TLD declared attribute 'escape'

> tomahawk HtmlSelectOneMenuTag has no setter corresponding to TLD declared attribute 'escape'
> --------------------------------------------------------------------------------------------
>
>          Key: MYFACES-849
>          URL: http://issues.apache.org/jira/browse/MYFACES-849
>      Project: MyFaces
>         Type: Bug
>     Versions: Nightly
>     Reporter: Paul Klaer
>     Priority: Blocker

>
> On weblogic you get the error:
> Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': The Tag class 'org.apache.myfaces.taglib.html.ext.HtmlSelectOneMenuTag' has no setter method corresponding to TLD declared attribute 'escape', (JSP 1.1 spec, 5.4.1)
> org.apache.myfaces.taglib.html.HtmlSelectMenuTagBase has no setter for the escape attribute which is inherited by the HtmlSelectOneMenuTag. The tomahawk tld includes the "escape" 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-287) tomahawk HtmlSelectOneMenuTag has no setter corresponding to TLD declared attribute 'escape'

Posted by "Grant Smith (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-287?page=all ]

Grant Smith resolved TOMAHAWK-287.
----------------------------------

    Resolution: Fixed

> tomahawk HtmlSelectOneMenuTag has no setter corresponding to TLD declared attribute 'escape'
> --------------------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-287
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-287
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>            Reporter: Paul Klaer
>         Assigned To: Grant Smith
>            Priority: Blocker
>             Fix For: 1.1.2
>
>
> On weblogic you get the error:
> Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': The Tag class 'org.apache.myfaces.taglib.html.ext.HtmlSelectOneMenuTag' has no setter method corresponding to TLD declared attribute 'escape', (JSP 1.1 spec, 5.4.1)
> org.apache.myfaces.taglib.html.HtmlSelectMenuTagBase has no setter for the escape attribute which is inherited by the HtmlSelectOneMenuTag. The tomahawk tld includes the "escape" 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] Closed: (MYFACES-849) tomahawk HtmlSelectOneMenuTag has no setter corresponding to TLD declared attribute 'escape'

Posted by "Grant Smith (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-849?page=all ]
     
Grant Smith closed MYFACES-849:
-------------------------------

    Fix Version: Nightly
     Resolution: Fixed

Oops, sorry this was my fault. I have now modified the Tags accordingly.

> tomahawk HtmlSelectOneMenuTag has no setter corresponding to TLD declared attribute 'escape'
> --------------------------------------------------------------------------------------------
>
>          Key: MYFACES-849
>          URL: http://issues.apache.org/jira/browse/MYFACES-849
>      Project: MyFaces
>         Type: Bug
>     Versions: 1.1.2
>     Reporter: Paul Klaer
>     Assignee: Grant Smith
>     Priority: Blocker
>      Fix For: Nightly

>
> On weblogic you get the error:
> Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': The Tag class 'org.apache.myfaces.taglib.html.ext.HtmlSelectOneMenuTag' has no setter method corresponding to TLD declared attribute 'escape', (JSP 1.1 spec, 5.4.1)
> org.apache.myfaces.taglib.html.HtmlSelectMenuTagBase has no setter for the escape attribute which is inherited by the HtmlSelectOneMenuTag. The tomahawk tld includes the "escape" 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