Hi,
could you advice me how to get the 'Next Stage' column to be sorted the same way as the one above for Status please?
<%= th.format(StageTemplatePeer.DESCRIPTION, "Status") %> <th class=tableheads nowrap>Next Stage</th>
the way to get Next Stage description is: String nextStage = item.getNextStage().getStageTemplate().getDescription();
Thanks vero
