You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andreas Precht (JIRA)" <de...@myfaces.apache.org> on 2008/05/28 11:37:45 UTC

[jira] Created: (TOBAGO-671) wrong tag-class for wizardController

wrong tag-class for wizardController
------------------------------------

                 Key: TOBAGO-671
                 URL: https://issues.apache.org/jira/browse/TOBAGO-671
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Sandbox
    Affects Versions: 1.0.17
            Reporter: Andreas Precht
            Priority: Minor


An exception occurred for task [Deployer:149026]Redeploy application baseOne-jsf-test on TIDomainServer.: 
Exception:weblogic.management.ApplicationException: prepare failed for baseOne-jsf-test
Module: baseOne-jsf-test Error: Could not load baseOne-jsf-test: weblogic.servlet.jsp.JspException: (line 12): Error in using tag library uri='http://myfaces.apache.org/tobago/sandbox' prefix='tcs': The Tag class 'org.apache.myfaces.tobago.taglib.sandbox.WizardTag' has no setter method corresponding to TLD declared attribute 'rendered', (JSP 1.1 spec, 5.4.1)

wrong tag-class in Tobago Sandbox

<name>wizardController</name>
<tag-class>org.apache.myfaces.tobago.taglib.sandbox.WizardTag</tag-class>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TOBAGO-671) wrong tag-class for wizardController

Posted by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil resolved TOBAGO-671.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.0
                   1.0.18

Renamed declaration class.
Also added a UnitTest for Sandbox Tags to check the "setter" methods.

> wrong tag-class for wizardController
> ------------------------------------
>
>                 Key: TOBAGO-671
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-671
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Sandbox
>    Affects Versions: 1.0.17
>            Reporter: Andreas Precht
>            Assignee: Udo Schnurpfeil
>            Priority: Minor
>             Fix For: 1.0.18, 1.1.0
>
>
> An exception occurred for task [Deployer:149026]Redeploy application baseOne-jsf-test on TIDomainServer.: 
> Exception:weblogic.management.ApplicationException: prepare failed for baseOne-jsf-test
> Module: baseOne-jsf-test Error: Could not load baseOne-jsf-test: weblogic.servlet.jsp.JspException: (line 12): Error in using tag library uri='http://myfaces.apache.org/tobago/sandbox' prefix='tcs': The Tag class 'org.apache.myfaces.tobago.taglib.sandbox.WizardTag' has no setter method corresponding to TLD declared attribute 'rendered', (JSP 1.1 spec, 5.4.1)
> wrong tag-class in Tobago Sandbox
> <name>wizardController</name>
> <tag-class>org.apache.myfaces.tobago.taglib.sandbox.WizardTag</tag-class>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.