I am sending this again ..... Please respond if you are facing similar issue or/and have solution/suggestions.

Note : To test this bug, deploy trinidad-demo WAR file in your server and open showOneAccordion.jspx or showManyAccordion.jspx. You will have to click refresh after every click on the showDetailItem child to display its content.

-Piyush

----- Original Message ----- From: "Piyush Hari" <[EMAIL PROTECTED]>
To: <adffaces-dev@incubator.apache.org>
Sent: Friday, November 03, 2006 5:06 PM
Subject: panelAccordion


Hello,

When I click on a showDetailItem child of a panelAccordion, showDetailItem children do not show up. On Refreshing the page they do. Is this a known issue ? I am observing this in all the browsers I tested - IE 7, Firefox - 1.5, Pocket IE, IE Mobile.

My JSPX has :

<tr:panelAccordion discloseNone="true">
  <tr:showDetailItem text="Item1">
      <tr:outputText value="output1"/>
   </tr:showDetailItem>
  <tr:showDetailItem text="Item2">
       <tr:outputText value="output2"/>
  </tr:showDetailItem>
  <tr:showDetailItem text="Item3">
        <tr:outputText value="output3"/>
  </tr:showDetailItem>
</tr:panelAccordion>

-Piyush

Reply via email to