I know I can do it with java. But I have many pages like this. I don't want to 
code so much for many pages just for sorting.

Thanks,
Leon.Zhou

On Nov 2, 2013, at 11:55 AM, xxshutong <[email protected]> wrote:

> Hi Guys,
> I have a list page with form as bellow:
> <service service-name="performFind" result-map="result" 
> result-map-list="listIt">
>           <field-map field-name="inputFields" from-field="inputCtx"/>
>           <field-map field-name="entityName" value="InventoryInput"/>
>           <field-map field-name="orderBy" value="productId"/>
>           <field-map field-name="viewIndex" from-field="viewIndex"/>
>           <field-map field-name="viewSize" from-field="viewSize"/>
> </service>
> 
> productId is a foreign key, how can I sort by a foreign column.
> like <field-map field-name="orderBy" value="product.name"/> can not work.
> 
> Thanks,
> Leon.Zhou

Reply via email to