Re: [5.4] Where to put the require.config?

2015-03-24 Thread Geoff Callender
Instead of debug, can't you just search for "require(" in all js files in the subfolders of a-1.0.0/? It's a solution that might not be resilient to new versions of "a", but it is a solution. I think I'm right in saying that none of this would be necessary if we could just drop the whole folder

Nested AjaxFormLoop Implementation

2015-03-24 Thread BO WAN
Hi, I'm writing to see if anyone could help me with some issues with nested AjaxFormLoop. This is my first time using mailing list so please let me know if I'm doing anything wrong. *Issue:* I am developing a page which has 4 levels of nested AjaxFormLoop and currently trying to get the 2nd level

Re: [5.4] Where to put the require.config?

2015-03-24 Thread Rural Hunter
Yes I can do that. But I think it's too much and I need to debug the requests to find all those dependencies. This can be a workaround but doesn't look like a neat solution. Is it possible to make this happen automatically by Tapestry itself? 2015-03-24 20:05 GMT+08:00 Geoff Callender < geoff.call

Re: T5 and Ember

2015-03-24 Thread Kalle Korhonen
On Tue, Mar 24, 2015 at 7:24 AM, Andreas Andreou wrote: > After having worked for more almost 2 years on (mostly) ember, > my advice would be to completely decouple (if possible) the projects. > > Move ember on its own, make use of the improving cli plugins for > developing, > building and deploy

Re: T5 and Ember

2015-03-24 Thread Andreas Andreou
Kalle, After having worked for more almost 2 years on (mostly) ember, my advice would be to completely decouple (if possible) the projects. Move ember on its own, make use of the improving cli plugins for developing, building and deploying. I'm still on a yeoman created grunt setup, so that could

Re: Can't access generate HTML file (probably not Tapestry-specific)

2015-03-24 Thread Geoff Callender
Server-side, in a Tapestry page or service, create the file. final File htmlTempFile = File.createTempFile("htmlTemp", ".html"); htmlTempFile.deleteOnExit(); Then manipulate it. If you need to know its path, it's no problem... String htmlTempPath

Re: T5 and Ember

2015-03-24 Thread Ivano Luberti
Oh well, reading further I have found the answer by myself: > Ember.js favors Convention over Configuration. sorry Kalle Il 24/03/2015 12:00, Ivano Luberti ha scritto: > Hi Kalle, I don't know a thing about Ember and Angular but I plan to > learn about javascript frameworks. Hence I don't

Re: [5.4] Where to put the require.config?

2015-03-24 Thread Geoff Callender
if you look at the Network view in Chrome's Web Inspector I think you'll find it's trying to GET these: /yourapp/modules.gz/dep/canvas.js /yourapp/modules.gz/tool/util.js /yourapp/modules.gz/tool/log.js /yourapp/modules.gz/tool/guid.js It's hoping to find them in META-INF/modules/ but they're no

Problems with jquery tab component

2015-03-24 Thread Poggenpohl, Daniel
Hi, I'm using the jquery tab component, and as the google group seems pretty dead at the moment, I thought I bring my question here... I have a page with a tab component (ajax=true) with 4 tabs. One of these tabs contains dialogAjaxLinks that open some dialogs. The links are contained inside a

Re: T5 and Ember

2015-03-24 Thread Ivano Luberti
Hi Kalle, I don't know a thing about Ember and Angular but I plan to learn about javascript frameworks. Hence I don't have an answer for you but a question instead (of course totally OT on this list). First link I get from google searching for "ember angular" is https://www.airpair.com/js/javascr