How can I get the source for a grid from a method, instead of a property?
Something like:

<t:grid source="getUsers()" row="user">

public class UserPage { 
         @Property
         User user;
        
        List<User> getUsers() {
                return userService.getUsers();
        }
}




--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Define-a-method-as-source-for-a-grid-tp5717349.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