Re: Remove style sheet links

2010-04-19 Thread Christoph Jäger
Hi, thanks for the link. Sounds like a nice idea, but I don't want to install a separate Tapestry instance just for 4 different email templates I want to use. Especially as these templates need to use the same infrastructure as the rest of my pages (common .properties files for i18n, datasource

Re: Good practices for handling page cleanup

2010-04-19 Thread Howard Lewis Ship
I suppose such a callback would be possible, but there would be some cost: if page X has such cleanup, then any link from page X to another page will get an additional query parameter to identify it as sourced on page X (so that when the request for page Y is processed, page X can be cleaned up via

Re: Problem with a form in a Block + AJAX

2010-04-19 Thread Juan Isern
After some hours of further testing, filed a JIRA issue that you can see at: https://issues.apache.org/jira/browse/TAP5-1107 Best Juan Isern wrote: > > Hi guys, hope you're doing fine. > > I was developing a component to load lazily content and I'm facing a > problem: forms seem to break whe

Re: Extra input field after ajax returning MultiZoneUpdate

2010-04-19 Thread Howard Lewis Ship
Please create the issue in Jira. On Mon, Apr 19, 2010 at 9:29 AM, Adam Derkey wrote: > Should I create a JIRA ticket for this or is there already one created that > I can use to track the progress? > > On Fri, Apr 16, 2010 at 11:06 PM, Howard Lewis Ship wrote: > >> I've been tracking this problem

Re: [Tapestry Central] Git & Svn : Not Always A Match Made In Heaven

2010-04-19 Thread Howard Lewis Ship
It's looking like the problem is access from Europe: http://www.apache.org/dev/version-control.html#latest-baseline On Mon, Apr 19, 2010 at 9:19 AM, Robert Hailey wrote: > > On Apr 19, 2010, at 8:57 AM, Howard wrote: > >> Apache is stuck using Subversion ... > > Looks like you've already identifi

Re: How to get the Component inside advice?

2010-04-19 Thread Peter Stavrinides
> I hope to have a simple authentication > framework, possibly as a Tapestry extension, at some point in the next > couple of months. Great news Howard, I will look forward to that!! - Original Message - From: "Howard Lewis Ship" To: "Tapestry users" Sent: Wednesday, 31 March, 2010 22

[Tapestry Central] Setting up committer access Git for Tapestry 5

2010-04-19 Thread Howard
Given the problems I'm having, I decided to set up a new local Git repository for futher work. Here's how to do it: $ git clone git://git.apache.org/tapestry5.git This sets up a new working folder, tapestry5. It takes it a while to download the necessary Git repository objects. $ cd tapestry5 $ cu

Re: Extra input field after ajax returning MultiZoneUpdate

2010-04-19 Thread Adam Derkey
Should I create a JIRA ticket for this or is there already one created that I can use to track the progress? On Fri, Apr 16, 2010 at 11:06 PM, Howard Lewis Ship wrote: > I've been tracking this problem; there's a timing issue when Tapestry > adds a hidden field to store the t:formdata; the DOM is

Re: [Tapestry Central] Git & Svn : Not Always A Match Made In Heaven

2010-04-19 Thread Robert Hailey
On Apr 19, 2010, at 8:57 AM, Howard wrote: Apache is stuck using Subversion ... Looks like you've already identified the root problem :) Committed r935569 W: 86533530aac8673a9e107e323de5201b7187270f and refs/remotes/origin/trunk differ, using rebase: :04 04 9c78596ee3f916f012c51d892

Re: Good practices for handling page cleanup

2010-04-19 Thread Michael Gentry
Sweet! This is something I've really missed (especially coming from a WebObjects background). Is there another lifecycle method for when you leave a page (including through a PageLink)? I tend to persist a lot of stuff in the session (lists of rows from the database, for example) that I could po

[Tapestry Central] Git & Svn : Not Always A Match Made In Heaven

2010-04-19 Thread Howard
Apache is stuck using Subversion ... so I've been using the Git/Svn integration built into Git for a while now. The good news is that most of the Git workflow comes with it ... you can create private branches, do local commits to your local repository, and build up a series of changes to dcommit ("

Re: Good practices for handling page cleanup

2010-04-19 Thread Inge Solvoll
That's excellent news, I've been struggling with something related to this lately. Looking forward to upgrading :) On Mon, Apr 19, 2010 at 3:02 PM, Howard Lewis Ship wrote: > This is easier in Tapestry 5.2. > > A new lifecycle method, pageReset(), is available (on pages or components). > > When

Re: Good practices for handling page cleanup

2010-04-19 Thread Howard Lewis Ship
This is easier in Tapestry 5.2. A new lifecycle method, pageReset(), is available (on pages or components). When a page is first accessed (from another page), the pageReset() lifecycle method is invoked. If you stay on the page (component events, ajax events, or page render requests for the same

Re: Problem with a form in a Block + AJAX

2010-04-19 Thread Howard Lewis Ship
Bind the id parameter of the Zone explicitly. This is in the docs, please read them. http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/Zone.html On Sun, Apr 18, 2010 at 10:37 PM, Juan Isern wrote: > > Hi guys, hope you're doing fine. > > I was devel

Re: Google Map Module and JavaScript-only PDF viewer component | GSOC2010

2010-04-19 Thread Ulrich Stärk
Since this will be an add-on module it is OK for it to depend on LGPL-licensed software. Uli On 18.04.2010 12:35, Charith Madusanka wrote: Hi all, Java PDF renderer library has been released by the Lesser General Public License(LGPL) and Google Map AP