You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Tobias Glensk (JIRA)" <de...@myfaces.apache.org> on 2007/11/27 15:26:43 UTC

[jira] Created: (TOBAGO-556) TLD documentation for attribute stateChangeListener is misleading

TLD documentation for <tc:sheet> attribute stateChangeListener is misleading
----------------------------------------------------------------------------

                 Key: TOBAGO-556
                 URL: https://issues.apache.org/jira/browse/TOBAGO-556
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
            Reporter: Tobias Glensk
            Priority: Trivial
             Fix For: 1.0.13


Currently the documentation for the attribute states:
...The expression must evaluate to a public method that takes an StateChangeEvent parameter, with a return type of void.

Should be:
...The expression must evaluate to a public method that takes an SheetStateChangeEvent parameter, with a return type of void.

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


[jira] Resolved: (TOBAGO-556) TLD documentation for attribute stateChangeListener is misleading

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

Bernd Bohmann resolved TOBAGO-556.
----------------------------------

    Resolution: Fixed

> TLD documentation for <tc:sheet> attribute stateChangeListener is misleading
> ----------------------------------------------------------------------------
>
>                 Key: TOBAGO-556
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-556
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>            Reporter: Tobias Glensk
>            Assignee: Bernd Bohmann
>            Priority: Trivial
>             Fix For: 1.0.13
>
>
> Currently the documentation for the attribute states:
> ...The expression must evaluate to a public method that takes an StateChangeEvent parameter, with a return type of void.
> Should be:
> ...The expression must evaluate to a public method that takes an SheetStateChangeEvent parameter, with a return type of void.

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