Hi All, I am having a strange problem with Tapestry's Grid component. Basically its a set of data from a DB with one column overridden with a custom select control on it. It all works fine until the user sorts it. Then all the conventional cells are drawn in the correct order but the custom one with the select control are drawn in the original order thus making them out of sync with the rest of the data.
<t:grid source="results" t:rowClass="literal:premRow" t:rowIndex="currentCowIndex" t:rowsPerPage="15" t:exclude="id,resultsSet,actionPlanText" t:inPlace="false"> <t:parameter name="actionPlanCell"> <t:ChronicCowActionPlanSelect values="results" context="currentCowIndex" /> </t:parameter> </t:grid> This happens if the inPlace attribute is set to true or false. Have I missed something important about sorting custom grid columns? Any help would be greatly appreacted. Charlie M --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]