maybe - i'm just throwing something out there rather than the list of x number 
of objects in your session.
i think i've got ValueEncoder and BeanModel mixed up though after reading that.

the member property - can't you make some kind of unique context up?

*pseudo code*

final string delimiter = "---" ;

class member {
  string group
  enum membershiptype
  string name
}

context = "member.group" + delimter + "member.membershiptype" + delimiter + 
"member.name"


then on the action link parse this context to find your member object to get 
out of your data source?

cm



On 06/05/2012, at 3:38 PM, netdawg wrote:

> This?  
> 
> http://tapestry.apache.org/using-select-with-a-list.html
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/getting-the-object-in-a-row-from-a-grid-component-tp5687588p5688802.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
> 


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

Reply via email to