alternat row in repeat with xforms:group doesn't works fine

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

alternat row in repeat with xforms:group doesn't works fine

julien-29

Hello,
I try with the last nightly build, but it doesn't work.
My example :
<table width="100%" border="0" cellspacing="0" cellpadding="3">
  <tr class="TABLEAUHEADERMINILISTE">
<td width="5%">&#160;</td>
                                <td width="15%">code</td>
                                <td width="25%">nom</td>
                                <td width="15%">codePostal</td>
                                <td width="40%">ville</td>
                        </tr>
                                                                               
                                                                               
   
                        <xforms:repeat
nodeset="instance('main')/resultat/resultatRechTiers/listeTiers/tiers"
id='tier'>
                                               
                                 <xforms:group ref=".[ ( position() mod 2 ) = 0
]">
                                                <tr class="TABLEAULGCLAIRE">
                                       
                                                        <td
width="5%">&#160;</td>
                                                        <td
width="15%"><xforms:output ref="codeTiers"/></td>
                                                        <td
width="25%"><xforms:output ref="nomTiers"/></td>
                                                        <td
width="15%"><xforms:output ref="codePostal"/></td>
                                                        <td
width="40%"><xforms:output ref="ville"/></td>
                                                       
                                                </tr>
                                        </xforms:group>
                                       
                                        <xforms:group ref=".[ ( position() mod
2 ) = 1 ]">
                                                <tr class="TABLEAULGFONCEE">
                                       
                                                        <td
width="5%">&#160;</td>
                                                        <td
width="15%"><xforms:output ref="codeTiers"/></td>
                                                        <td
width="25%"><xforms:output ref="nomTiers"/></td>
                                                        <td
width="15%"><xforms:output ref="codePostal"/></td>
                                                        <td
width="40%"><xforms:output ref="ville"/></td>
                                                       
                                                </tr>
                                        </xforms:group>
                               
                        </xforms:repeat>
                       
                        </table>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws