Hi all:
 
    I have a problem , want to sort the output of "Foreach" component.
Just like the code in XSL :
 
<xsl:for-each select="XXX">
      <xsl:sort order="descending" select="@yyy" />
< </xsl:for-each>
 
I I'm familiar with XSL , so I take XSL for example ...
 
By the way , it seems that developing Tapestry components like writing XSL...
For example , <xsl:value-of select="xxx"> equals Tapestry "Insert",
and <xsl:when test="xxx"> equals Tapestry "Conditional" ...
 

Reply via email to