Re: Tapestry Ajax Loader

2008-11-26 Thread nerdlinger
I would just write a little javascript, whatever is causing your zone to update, just put an onclick="showThrobber('zoneid')" then in that function just replace the innerhtml (or change some css class, there is more than one way) of the zone with your loading icon/message. This replacement will h

Zone update steals input element focus in 5.0.17

2008-11-25 Thread nerdlinger
I just upgraded from 5.0.13 to 5.0.17 and fixed all of my issues ;) except for this one. This is my first tapestry app (and first post) so hopefully I can explain this sufficiently... I've got a form within a zone which is working fine. There are action links within this form which are tied to