Re: Looking for a sample

2011-07-05 Thread Thiago H. de Paula Figueiredo
On Tue, 05 Jul 2011 15:59:10 -0300, Taha Hafeez wrote: Hi Thiago Hi Taha! You always have a better answer :) I don't think so. :) And JumpStart has many! Very useful! -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instruc

Re: Looking for a sample

2011-07-05 Thread Taha Hafeez
Hi Thiago You always have a better answer :) Taha On Wed, Jul 6, 2011 at 12:26 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 05 Jul 2011 15:39:14 -0300, Tony Nelson > wrote: > > Hi all, >> > > Hi! > > > I've spent as much time and brain cells as I can on this. >> D

Re: Looking for a sample

2011-07-05 Thread Thiago H. de Paula Figueiredo
On Tue, 05 Jul 2011 15:39:14 -0300, Tony Nelson wrote: Hi all, Hi! I've spent as much time and brain cells as I can on this. Does anyone has a working sample of Zone update based with information input by the user? Always check the Tapestry JumpStart application and samples. -- Thiag

Re: Looking for a sample

2011-07-05 Thread Taha Hafeez
Hi Tom It is not tested Tapestry.Initializer.textUpdate = function(params) { Event.observe(params.buttonId, "click", function() { var zoneManager = Tapestry.findZoneManagerFromZoneId(zoneId); if(zoneManager) { zoneManager.updateFromURL(params.URL + "/" + urlencode

Looking for a sample

2011-07-05 Thread Tony Nelson
Hi all, I've spent as much time and brain cells as I can on this. Does anyone has a working sample of Zone update based with information input by the user? Specifically, I have a text field that a user fills in, clicks an add link/button, and I want to insert the new value in a in a zone. I'