You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Thorsten Guenther (JIRA)" <ad...@incubator.apache.org> on 2006/09/19 08:45:22 UTC

[jira] Created: (ADFFACES-184) ClassCastException is thrown for wrong typed childs in PanelTabbedRenderer

ClassCastException is thrown for wrong typed childs in PanelTabbedRenderer
--------------------------------------------------------------------------

                 Key: ADFFACES-184
                 URL: http://issues.apache.org/jira/browse/ADFFACES-184
             Project: MyFaces ADF-Faces
          Issue Type: Bug
            Reporter: Thorsten Guenther
            Priority: Minor


From the dev list...

> Please do file a JIRA issue.  IMO, the best behavior would be to not render the child and log a warning.  Or, option 2, actually > output into the page the warning.  Exceptions are always bad during rendering...
> 
> -- Adam
> 
> > I tried to put something else under tr:panelTabbed then 
> > tr:showDetailItem and got rightfully rewarded by an ClassCastException.


-- 
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] Updated: (ADFFACES-184) ClassCastException is thrown for wrong typed childs in PanelTabbedRenderer

Posted by "Thorsten Guenther (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-184?page=all ]

Thorsten Guenther updated ADFFACES-184:
---------------------------------------

    Attachment: PatchForADFFACES-184.diff

> ClassCastException is thrown for wrong typed childs in PanelTabbedRenderer
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-184
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-184
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Thorsten Guenther
>            Priority: Minor
>         Attachments: PatchForADFFACES-184.diff
>
>
> From the dev list...
> > Please do file a JIRA issue.  IMO, the best behavior would be to not render the child and log a warning.  Or, option 2, actually > output into the page the warning.  Exceptions are always bad during rendering...
> > 
> > -- Adam
> > 
> > > I tried to put something else under tr:panelTabbed then 
> > > tr:showDetailItem and got rightfully rewarded by an ClassCastException.

-- 
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] Updated: (ADFFACES-184) ClassCastException is thrown for wrong typed childs in PanelTabbedRenderer

Posted by "Thorsten Guenther (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-184?page=all ]

Thorsten Guenther updated ADFFACES-184:
---------------------------------------

    Status: Patch Available  (was: Open)

> ClassCastException is thrown for wrong typed childs in PanelTabbedRenderer
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-184
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-184
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Thorsten Guenther
>            Priority: Minor
>         Attachments: PatchForADFFACES-184.diff
>
>
> From the dev list...
> > Please do file a JIRA issue.  IMO, the best behavior would be to not render the child and log a warning.  Or, option 2, actually > output into the page the warning.  Exceptions are always bad during rendering...
> > 
> > -- Adam
> > 
> > > I tried to put something else under tr:panelTabbed then 
> > > tr:showDetailItem and got rightfully rewarded by an ClassCastException.

-- 
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] Updated: (ADFFACES-184) ClassCastException is thrown for wrong typed childs in PanelTabbedRenderer

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-184?page=all ]

Adam Winer updated ADFFACES-184:
--------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

Checked in the patch. Thanks!

> ClassCastException is thrown for wrong typed childs in PanelTabbedRenderer
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-184
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-184
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Thorsten Guenther
>            Priority: Minor
>         Attachments: PatchForADFFACES-184.diff
>
>
> From the dev list...
> > Please do file a JIRA issue.  IMO, the best behavior would be to not render the child and log a warning.  Or, option 2, actually > output into the page the warning.  Exceptions are always bad during rendering...
> > 
> > -- Adam
> > 
> > > I tried to put something else under tr:panelTabbed then 
> > > tr:showDetailItem and got rightfully rewarded by an ClassCastException.

-- 
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] Updated: (ADFFACES-184) ClassCastException is thrown for wrong typed childs in PanelTabbedRenderer

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-184:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> ClassCastException is thrown for wrong typed childs in PanelTabbedRenderer
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-184
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-184
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Thorsten Guenther
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: PatchForADFFACES-184.diff
>
>
> From the dev list...
> > Please do file a JIRA issue.  IMO, the best behavior would be to not render the child and log a warning.  Or, option 2, actually > output into the page the warning.  Exceptions are always bad during rendering...
> > 
> > -- Adam
> > 
> > > I tried to put something else under tr:panelTabbed then 
> > > tr:showDetailItem and got rightfully rewarded by an ClassCastException.

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