Hi Everyone, I tried to override the jobClass row in a grid to display as a select drop down.The following fragment code were used.
<t:Grid t:source="employeeList" t:row="employee" t:model="employeeModel" > <t:parameter name="jobClassCell"> <select t:model="jobClasses" t:value="employee.jobClass" t:context="employee.id"/> </t:parameter> </t:Grid> It is not working! My guess is there might be a conflict between the two models (employeeModel, which is a BeanModel, and jobClasses model, which is a SelectModel). Any help? Thank you. -- View this message in context: http://www.nabble.com/Tapestry-5----Select-Drop-Down-in-a-Grid-Component-tp15162558p15162558.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]