Matias Blasi <matias.blasi <at> gmail.com> writes: > While de render-cycle is going, that's all right, but when we need > the value of one Control, out of this cycle, we haven't because of the > Foreach naturality. (eg. if we use de DirectLink of the table-header's > to order it, as the Table's source depends on our Control's binding's > value, wich points to Foreach's value)
Option 1: Use the Table component instead. It supports sorting out of the box. Option 2: To support sorting yourself, you don't need a particular Control. You only need the column id, not a column value. -- Author of an e-Book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
