Thank you Thiago,

Putting the entire Form in my zone is definitely not an ideal solution (I'd
like to show a part of my form, not the whole form)

I tried to use FormFragment with the triggerFragment mixin, but you can just
trigger show() and hide() from a checkbox or a radioButton.
Is there a way to show my Select component from an actionLink, without
rewrite javascript code? (using FormFragment)

Thibaut

On Thu, Jun 11, 2009 at 10:20 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:

> Em Thu, 11 Jun 2009 20:21:23 -0300, Thibaut Gadiolet <
> thibaut.gadio...@gmail.com> escreveu:
>
>     <t:zone visible="false" t:id="organizationZone" id="organizationZone">
>>        <t:select model="listOrganizations" value="organizationSelect"/>
>>    </t:zone>
>>
>
> It's not an ideal solution, but try putting the whole form inside the zone.
> Any field component needs to be rendered inside a Form being rendered,
> hence your situation.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java consultant, developer, and instructor
> http://www.arsmachina.com.br/thiago
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to