Hi folks,
Sorry for bothering you again but I want to clarify something with tapestry
and Ajax.
I want to show a Select in a zone.
*I have an actionLink:*
Object onActionFromShowZone()
{
return organizationZone.getBody();
}
*my tml zone:*
<t:zone visible="false" t:id="organizationZone" id="organizationZone">
<t:select model="listOrganizations" value="organizationSelect"/>
</t:zone>
Everything works fine when visible="true" (No Ajax request)
But when I set visible to false and click on my actionLink to show the
Select, I got this Ajax error:
*"Communication with the server failed: Render queue error in
SetupRender[Profile:select]: The Select component must be enclosed by a Form
component.Ajax failure: Status 500 for /gsoc/profile.showzone: Render queue
error in SetupRender[Profile:select]: The Select component must be enclosed
by a Form component"*
Regards,
Thibaut