Maybe this could work for you?

<td jwcid="@Any" scope="ognl:components.myForEach.index == 0? 'row' : null">
</td>

from the wiki FAQ:
http://wiki.apache.org/jakarta-tapestry/FrequentlyAskedQuestions/OptionalParameters

Ivano


Patrick Casey wrote:

        Please disregard, I figured this out on my own. In case anyone's
curious, this seems to work fine (although there may be a better solution).

<span jwcid="myForEach" > <span jwcid="@Conditional" condition="ognl:components.myForEach.index == 0">
<td scope="row">
<span jwcid="@Insert" value="ognl:theRow[theItem.fieldName]" />


</td> </span>
<span jwcid="@Conditional" condition="ognl:components.myForEach.index != 0">
<td>
<span jwcid="@Insert" value="ognl:theRow[theItem.fieldName]"
/> </td>
</span>
</span>


--- Pat

<snip>



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



__________ Informazione NOD32 1.1069 (20050419) __________

Questo messaggio  è stato controllato dal Sistema Antivirus NOD32
http://www.nod32.it







--
Questa e-mail e gli eventuali file allegati sono da ritenersi confidenziali e 
rivolti alle sole persone in indirizzo; vi richiediamo pertanto di non 
diffonderlo ad altri se cio non è espressamente indicato.
Se il messaggio vi è stato recapitato per errore vi preghiamo di distruggerlo e 
di volerci cortesemente avvisare.
Grazie per la collaborazione.


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

Reply via email to