You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by alex_brest <al...@gmail.com> on 2009/04/16 02:37:35 UTC

T5: No object of type org.apache.tapestry5.RadioContainer

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


Re: T5: No object of type org.apache.tapestry5.RadioContainer

Posted by alex_brest <al...@gmail.com>.
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: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: No object of type org.apache.tapestry5.RadioContainer

Posted by Howard Lewis Ship <hl...@gmail.com>.
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 <al...@gmail.com> 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: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry
Director of Open Source Technology at Formos

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