Sorry i will made it clear.
Page Class
@Property
private TableSource sourceA;
public List<TableSource> getSource(){
return List<TableSource>;
}
Template
<t:loop source="Source" value="sourceA" >
{$sourceA.value}
</t:loop>
Something like this... tapestry will automatically loop the item based on
List<TableSource>
But i want to know if it is possible i can customize the value.
Ex. {$sourceA.value} output is "1" then i will make it "OK".
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T5-Customize-Returned-List-tp3218486p3218778.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]