Re: What happened to Tapidea (IntelliJ IDEA Plugin)

2008-02-09 Thread Sven Homburg
Emmanuel, gates beginning was i a garage, and everybody ask him "who need an OS with windows". 2008/2/9, Emmanuel Sowah <[EMAIL PROTECTED]>: > > Hugo, > > So you think you have the greatest business model with this Loomy thing > and > that you and your company would be making millions? > How many

Re: What happened to Tapidea (IntelliJ IDEA Plugin)

2008-02-09 Thread Robin Helgelin
On Feb 9, 2008 9:14 AM, Sven Homburg <[EMAIL PROTECTED]> wrote: > Emmanuel, > > gates beginning was i a garage, and everybody ask him "who need an OS with > windows". Don't bother, he's just trying to troll again. -- regards, Robin ---

T5: ActionLink/Zone components inside a loop

2008-02-09 Thread Travis McLeskey
When an ActionLink and Zone appear together in a loop like this: go! in the zone? Clicking the "go!" link from any iteration only affects the Zone from the first iteration. How do I connect each ActionLink to its corresponding Zone? I tried injecting the Zone into the java class and

Re: Zone component - Having a progress indicator.

2008-02-09 Thread César Lesc
I think T5 is using prototype to make ajax calls, you can use the Ajax.Resonders.register to register JS functions that monitor the Ajax activity. César. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: T5: ActionLink/Zone components inside a loop

2008-02-09 Thread Howard Lewis Ship
Ajax constructs go outside of Tapestry's understanding of the page construction. It relies upon the developer to generate unique zone ids. In your situation, I would have the setItem() method generate a unique zone id as a side effect and expose that as a proprty used by both the ActionLink and t

[Hint] Pages in subpackages not loaded, if page and subpackage have the same name

2008-02-09 Thread nillehammer
Hello fellow users, I have just faced a little problem. I have searched the online documentation of tapestry 5, this maillist and google for a solution. As I did not find anything apropriate, I think this might be worth a mail. I obviously chose a very stupid packages/classes hirarchy: eu.dom