Hello 

Hmm it is returned as a List<TableClass>.


@Property
private TableSource source;


public List<TableClass> getSource(){
     return List<TableClass>;
}

<t:loop source="Source" value="source" >
          {$source.value}
</t:loop> 


That is my problem...


-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-Customize-Returned-List-tp3218486p3218709.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to