function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mark@rallymark@rally 

rowStyleClass exception

<apex:dataTable value="{!products}" var="prod" border="0" cellPadding="0" cellspacing="0" headerClass="headerRow" rowStyleClass="dataRow" styleClass="list">

When you save, Visualforce throws:

ErrorError: Unsupported attribute rowstyleclass in <apex:dataTable>

rowStyleClass is in the developer guide - known error?
jpizzalajpizzala
I believe the attribute you are looking for is rowClasses.

If you found rowStyleClass in the developer guide (PDF or bound), I have noticed a few discrepencies as well. It is probably best to stick to the Component Reference available as a link on the Apex Pages Developer bar as I'm sure it is more current.
dchasmandchasman
Spot on - the online Component Browser is entirely driven off the actual components' metadata. We've also wired up the generation of our help system (using internally deployed VF pages/controllers in fact) to this same metadata in Winter '08. in addition we just went through a firly grueling process of reviewing every component, every attribute, all examples, etc as part of the final documentation QA for Winter '08 and I know you will be much happier with the doc/reference material in the next release.