I'm not sure to understand in which case the AjaxFormUpdateController is
used ... Would you care to enlighten me?

2014-11-04 18:42 GMT+01:00 Lance Java <lance.j...@googlemail.com>:

> As you've discovered, the container does not go through the render phases
> so doesn't add the environmental. Tapestry uses the
> AjaxFormUpdateControllerImpl to add the FormSupport environmental during
> ajax events. You will need to have a separate mechanism for adding the
> environmental ins the case of ajax actions.
>
> Some related code for tapestry's FormSupport/Ajax implementation:
>
> https://github.com/apache/tapestry-5/search?utf8=%E2%9C%93&q=FORM_COMPONENTID_PARAMETER
>
> https://github.com/apache/tapestry-5/blob/90766995f59048cb7f7d4cf042a21a9d728583db/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ajax/AjaxFormUpdateControllerImpl.java#L90
>

Reply via email to