[ http://issues.apache.org/jira/browse/TOMAHAWK-701?page=all ]

Mathias Werlitz reopened TOMAHAWK-701:
--------------------------------------

             
I noticed a problem with my patch. In server side mode it is possible that some 
components on the not selected tabs may throw exceptions during decode, because 
processDecodes is called on them even if they where not rendered before.

I provide a second patch for this issue. Now only processDecodes is called on 
components on the selected tab in server side mode.

> TabbedPane renders all tabs in server side mode
> -----------------------------------------------
>
>                 Key: TOMAHAWK-701
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-701
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: Tabbed Pane
>    Affects Versions: 1.1.1
>            Reporter: Mathias Werlitz
>         Assigned To: Grant Smith
>             Fix For: 1.1.5-SNAPSHOT
>
>         Attachments: TOMAHAWK-701.patch, TOMAHAWK-701_fix.patch
>
>
> The tabbed pane renders always all content tabs in server side mode, 
> regardless which tab is selected.
> This can cause much unnecessary rendering and html output. To speed up 
> rendering it is sufficant to render only the selected tab in server side mode,
> I have provided a simple patch.

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

        

Reply via email to