[
https://issues.apache.org/jira/browse/WICKET-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg resolved WICKET-2696.
-----------------------------------
Resolution: Won't Fix
Assignee: Igor Vaynberg
the tabbed panel started out as a class offering trivial functionality at less
then 100 lines of code. it is now a class offering the same trivial
functionality but at over 300 lines of code. all that baggage came from people
wanted to customize every little aspect of whatever little markup the tabbed
panel generates. now the code is convoluted and hard to follow.
i dont think we should be making this even more convoluted with such edge
cases. if you want a tabbed panel that works differently simply roll your own,
it is trivial.
> PATCH: TabbedPanel should allow modifying i) tab panel id and ii) tab panel
> parent component.
> ---------------------------------------------------------------------------------------------
>
> Key: WICKET-2696
> URL: https://issues.apache.org/jira/browse/WICKET-2696
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.4-RC7
> Reporter: Martin Makundi
> Assignee: Igor Vaynberg
> Priority: Minor
> Attachments: tabpanel-patch.txt
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> TabbedPanel should allow modifying i) tab panel id and ii) tab panel parent
> component.
> Patch attached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.