The Html file: <table jwcid="[EMAIL PROTECTED]:Table" source="ognl:model" columns="literal: id,name" row="prop:workSheet"> <span jwcid="[EMAIL PROTECTED]"> <span jwcid="[EMAIL PROTECTED]" value="ognl:pageUtil.getWrapedName(name)">wraped name</span> </span> </table>
The java file: If get the table's id value, It can be this: SimpleTableColumn col = ...; String id = col.getColumnValue(object); Than It will get the id value, but how to get the value of the *wrapedName*? Thanks!