Hi  all

If the displayed text comes from the current table the sorting is working fine. 
 If however the 
displayed text comes from an object referenced from a connected table it 
doesn't work at all.  
In the following example if my variationText refers to 'option.desc' then the 
sorting works fine 
on this value.  When I specify 'option.variation.desc' the text is displayed 
but the sorting 
doesn't work.

<table class="mytable" jwcid="optionTable" width="100%">
        <span jwcid="[EMAIL PROTECTED]"> 
                <span jwcid="variationText" /> 
        </span>
</table>

    <component id="optionTable" type="contrib:Table">
        <binding name="source" value="options"/>
        <binding name="columns">literal:
            variation
        </binding>
        <binding name="pageSize" value="literal:10"/>
        <binding name="initialSortColumn" value="component:variationText"/>
        <binding name="row" value="option"/>
        <binding name="columnsClass" value="literal:labels"/>
    </component>
    <component id="variationText" type="InsertText">
        <binding name="value" value="option.variation.desc"/>
    </component>

Any suggestions?

Cheers
mc



FOCUS Computing - web design
Mob: 0415 24 26 24
[EMAIL PROTECTED]
http://www.focus-computing.com.au




-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.1/391 - Release Date: 18/07/2006


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to