You can't update the grid in place if it's inside a form. On Wed, Apr 15, 2009 at 5:37 PM, alex_brest <[email protected]> wrote: > > 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> > > all works fine, but after click on pager, i receive a next error: > > Communication with the server failed: Render queue error in > BeginRender[Start:radio]: No object of type > org.apache.tapestry5.RadioContainer is available from the Environment. > Available types are org.apache.tapestry5.RenderSupport, > org.apache.tapestry5.ValidationDecorator, > org.apache.tapestry5.internal.services.ClientBehaviorSupport, > org.apache.tapestry5.internal.services.DocumentLinker, > org.apache.tapestry5.services.Heartbeat. > > (RenderQueueImpl.java:82) - Render queue error in BeginRender[Start:radio]: > No object of type org.apache.tapestry5.RadioContainer is available from the > Environment. > > Please, help me. > > T5.0.18 > -- > View this message in context: > http://www.nabble.com/T5%3A-No-object-of-type-org.apache.tapestry5.RadioContainer-tp23069533p23069533.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] > >
-- Howard M. Lewis Ship Creator of Apache Tapestry Director of Open Source Technology at Formos --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
