You need to sign in to do that
Don't have an account?
GerhardNewman2
but this code gives the following error:
Summer 09 Bug: How to use PanelBar value parameter?
I want to make the third item open by default.
Code:
<apex:panelBar value="System"> <apex:panelBarItem label="Operations Fields" id="Operations"> data 1 </apex:panelBarItem> <apex:panelBarItem label="Administrator Fields" id="Administrator"> data 2 </apex:panelBarItem> <apex:panelBarItem label="System Fields" id="System"> data 3 </apex:panelBarItem> </apex:panelBar>
but this code gives the following error:
Error: Formula expression is required for attribute value in <apex:panelBar>
What is the correct usage? I can find no examples.
Here is the solution in case someone wonders how it works (easy when you know how)
Controller:
Page:
Gerhard
Message Edited by GerhardNewman2 on 11-06-2008 05:55 PM
The solution I previously posted (see above) and have been using in production no longer works with summer 09 in my sandbox. I believe this is a bug. Please fix!
Thanks,
Gerhard