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: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to