Re: New T5 blog

2009-10-21 Thread Inge Solvoll
My solution posted on the blog includes stopping the event, doing some confirmation and finally triggering the event manually after. I really learned a lot about javascript in general, and about Prototype and Tapestry.js specifically in this process. I strongly recommend spending some hours

Re: New T5 blog

2009-10-21 Thread Robin Komiwes
In fact, there was this wiki about a confirm mixin: http://wiki.apache.org/tapestry/Tapestry5AndJavaScriptExplained On Wed, Oct 21, 2009 at 8:50 AM, Inge Solvoll inge.tapes...@gmail.comwrote: My solution posted on the blog includes stopping the event, doing some confirmation and finally

Re: New T5 blog

2009-10-21 Thread Inge Solvoll
That's right, but it won't work with zone links, and it won't work without the built-in javascript confirm. In many webapps, the built-in javascript confirm is too ugly, or we might want some other more sophisticated interaction. On Wed, Oct 21, 2009 at 9:58 AM, Robin Komiwes odiss...@gmail.com

Re: New T5 blog

2009-10-20 Thread Inge Solvoll
Sounds excellent, Igor!! New component posted on my blog, an EventLink connected to a zone, with confirm dialog. http://tinybits.blogspot.com/2009/10/link-with-confirmation.html A confirmation link has been really hard to implement in all frameworks I've worked with so far (Struts, Tapestry 3

Re: New T5 blog

2009-10-20 Thread Thiago H. de Paula Figueiredo
Em Tue, 20 Oct 2009 18:13:41 -0200, Inge Solvoll inge.tapes...@gmail.com escreveu: New component posted on my blog, an EventLink connected to a zone, with confirm dialog. It was implemented as a component. Shouldn't it be better implemented as a mixin, so we can use them in other

Re: New T5 blog

2009-10-20 Thread Inge Solvoll
Yes, you are very possibly right :) I believe it ended up as a component because of some of the dead end streets I mentioned. At some point, I found that I needed to use an EventLink WITHOUT a zone connected, and do my own zone connecting in the containing component (ConfirmLink), because I

Re: New T5 blog

2009-10-20 Thread Thiago H. de Paula Figueiredo
Em Tue, 20 Oct 2009 18:47:14 -0200, Inge Solvoll inge.tapes...@gmail.com escreveu: Yes, you are very possibly right :) :) I believe it ended up as a component because of some of the dead end streets I mentioned. Do they include how to stop an event in JavaScript? If I was going to

Re: New T5 blog

2009-10-16 Thread Inge Solvoll
http://tinybits.blogspot.com/2009/10/missing-javascript.html Started working on AJAX extensions to the builtin Tapestry.js, contributions from others would be great! The function for submitting zone forms is quite simple, but also quite useful I think. The function for triggering a zone link is

Re: New T5 blog

2009-10-16 Thread Igor Drobiazko
I'm going to fix this issue in the next days/weeks: https://issues.apache.org/jira/browse/TAP5-138 One of the fixes would be to introduce the a javascrpt function which triggers zone update on any event like 'change'. Currently only 'click' is possible. I could also add a further function with an

Re: New T5 blog

2009-05-20 Thread Inge Solvoll
New blog entry, this time I've tried to improve/simplify a Chenillekit mixin. Check out my OnEvent mixin here: http://tinybits.blogspot.com/2009/05/simple-onevent-mixin.html On Fri, May 15, 2009 at 11:20 AM, Inge Solvoll inge.tapes...@gmail.comwrote:

Re: New T5 blog

2009-05-15 Thread Inge Solvoll
http://tinybits.blogspot.com/2009/05/update-zone-on-any-client-side-event.html New post with code I believe I've posted here before. This mixin enables you to trigger a zone update from any client side event, with the value of the triggering element as event context. There are a couple of things

Re: New T5 blog

2009-04-15 Thread Inge Solvoll
http://tinybits.blogspot.com/ New post on my blog with another simple mixin that has been posted on the list before. Also worked a bit on the layout. Found that the best way to publish source code on blogger.com was to use Windows Live Writer with source code formatter plugin:

New T5 blog

2009-04-03 Thread Inge Solvoll
Hi! I decided to create a new blog for publishing code samples from my daily Tapestry 5 work, targeting T5 newbies and others who need code samples to really see how simple it is to write understandable, compact, reusable and loosely coupled code in the view layer with T5.

Re: New T5 blog

2009-04-03 Thread Thiago H. de Paula Figueiredo
On Fri, Apr 3, 2009 at 7:55 AM, Inge Solvoll inge.tapes...@gmail.com wrote: Hi! I decided to create a new blog for publishing code samples from my daily Tapestry 5 work, targeting T5 newbies and others who need code samples to really see how simple it is to write understandable, compact,

Re: New T5 blog

2009-04-03 Thread Francois Armand
Thiago H. de Paula Figueiredo wrote: [...] By the way, is there any list of Tapestry-related blogs? If not, lets build one and add it to the Tapestry site. A wasn't aware of one, so I just created: http://wiki.apache.org/tapestry/Tapestry5Blogs Add your blog here ! -- Francois Armand

Re: New T5 blog

2009-04-03 Thread Andreas Andreou
You can also edit the rss feeds for Tapestry @ ohloh http://www.ohloh.net/p/4017 On Fri, Apr 3, 2009 at 6:59 PM, Francois Armand farm...@linagora.com wrote: Thiago H. de Paula Figueiredo wrote: [...] By the way, is there any list of Tapestry-related blogs? If not, lets build one and add it

Re: New T5 blog

2009-04-03 Thread Francois Armand
Andreas Andreou wrote: You can also edit the rss feeds for Tapestry @ ohloh http://www.ohloh.net/p/4017 I added the reference about it on the wiki page. But I can't see how to suscribe in my rssreader on Ohloh Tapestry 5 feed... Do you know how to do (what is the url for Ohloh T5 feed) ?

Re: New T5 blog

2009-04-03 Thread Andreas Andreou
no - it's the other way around :) the feeds we keep in our wiki entry - we can also add them to the ohloh page for the Tapestry project ( http://www.ohloh.net/p/4017 ) On Fri, Apr 3, 2009 at 7:31 PM, Francois Armand farm...@linagora.com wrote: Andreas Andreou wrote: You can also edit the rss