2014-02-04 Lance Java <[email protected]>: > It's tricky because there would be 2 requests (1 for markup and 1 for > javascript).
No, there's no need for a 2nd request - JS should be static - it's code! The data should be in the DOM (or probably fetched by a REST request per JSON). Think outside of the Tapestry box - if you look at recent examples in other frameworks you won't find any inline JS anymore. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
