Hi list,

I am currently studying the sources of Tapestry to find out whether or not I am able to push the formSupport into the environment before the body of a Zone is rendered.

<t:form>

<!-- here be some control that triggers the zone update -->

<t:zone>
<t:textfield value="i.want.this.to.be.updated" >
</t:zone>

</t:form>


I know why it's not working and I've seen the code of FormInjector that does a pretty good job publishing the FormSupport. Some other threads in the list about that topic were leading to no result... but does someone have at least a workaround or maybe an idea for a possible workaround? :)

Besides that, is there already an issue in JIRA for "Extending a Form with a Zone"? The documentation at least is mentioning it...

Cheers
Christian

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

Reply via email to