]
Nick Belaevski resolved RF-10250.
---------------------------------
Resolution: Out of Date
togglePanel: not works when activeItem not specified but works when
empty String provided
-----------------------------------------------------------------------------------------
Key: RF-10250
URL:
https://issues.jboss.org/browse/RF-10250
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Fix For: 4.0.0.Milestone6
Original Estimate: 2 hours
Remaining Estimate: 2 hours
<rich:togglePanel id="panel" activeItem="tp1">
<rich:togglePanelItem
header="New York City">
throws:
java.lang.IllegalArgumentException: Name is required parameter.
the only minor claim - could be not easy to get which component want name to be defined
:)
<rich:togglePanel id="panel">
<rich:togglePanelItem name="tp1"
throws the same exception. - ISSUE. first rendered item should became visible.
<rich:togglePanel id="panel" activeItem="">
<rich:togglePanelItem name="tp1"
header="New York City">
and
<rich:togglePanel id="panel" activeItem="tp1">
<rich:togglePanelItem name="tp1"
works the same and as I requested above.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: