Hello! Thanks for answer, but you mean a grid with elements (radiobuttons, checkboxes)? This grid inside a form works fine (and clicks on pager also) without radiobutton column.
Alexander You can't update the grid in place if it's inside a form. > Hello! I have a problem: > > I have a grid with radiobutton column: > > <t:radiogroup t:id="userRG" value="selectedUserId"> > <t:grid source="users" row="user" t:id="usersGrid" add="userId" > pagerPosition="bottom" inPlace="true"> > <t:parameter name="userIdCell"> > <input t:type="radio" t:id="radio" value="user.id"/> > </t:parameter> > </t:grid> > </t:radiogroup> > ..... > > -- Howard M. Lewis Ship Creator of Apache Tapestry Director of Open Source Technology at Formos -- View this message in context: http://www.nabble.com/T5%3A-No-object-of-type-org.apache.tapestry5.RadioContainer-tp23069533p23071524.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]
