Hi all,

I've started using T5.3 for the latest project and am migrating some of the ajax api 'extensions' I had to write in order to become productive.

I've noticed that much has improved since T5.1 and am eager to make sure that I am not missing out on further improvements by re-implementing my old hacks! I used to rely heavily on there being a "dummyZone" - an empty zone on every page used to wire up miscellaneous functionality.

Specifically,

1. Is there a better way to invoke ajax requests (similar to eventlink) direct from javascript than the method detailed here:
https://issues.apache.org/jira/browse/TAP5-1405
?

2. Is there a way to construct an ajax callback (ie eventlink, directlink, form etc) without a specifying a zone? - ie, is the 'zone' parameter still the only way to transform an eventlink into an async-eventlink and if a non-existant zone is specified, does it fail? (this would be handy when the ajax callback returns only javascript commands or when zone updates are generated dynamically and there is no definitive zone to update).
- i think i logged a jira for this, but can't find it.

Thanks, Paul.

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

Reply via email to