You need to sign in to do that
Don't have an account?

Can I hardcode a value into a picklist on Visualforce
On a Visualforce form I am using a rerender based on checkboxes and I want to set the Currency at this point also based on the checkbox - can this be done ?
If you want to display other options, you could always generate your own list of select options in Apex, and then render it in a apex:selectList element in Visualforce. (See here: http://www.salesforce.com/docs/developer/pages/Content/pages_compref_selectList.htm)
I would suggest playing around with the "standard" picklist to see what you can come up with first and then if that doesn't work you may have to go the select list route. Good luck!
The apexOutput field should work as the item is form the list but I cannot get the syntax right
This is the field
{!MarketItems[BU].CurrencyISOCode}"