Re: Class reloading

2012-01-18 Thread Christian Grobmeier
Thanks Howard, I will try to look into it. Cheers Christian On Tue, Jan 17, 2012 at 6:16 PM, Howard Lewis Ship wrote: > ComponentClassInstantiatorSource service is a good place to start, as > well as the Plastic code. > > On Mon, Jan 16, 2012 at 5:57 PM, Christian Grobmeier > wrote: >> Howard,

Re: Got5-JQuery - Tapestry.Zone_Updated_Event

2012-01-18 Thread George Christman
Emmanuel, is there something similar that can be used with the addrow link for AjaxFormLoop? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Got5-JQuery-Tapestry-Zone-Updated-Event-tp5103466p5155608.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Problem running BeanEditForm example

2012-01-18 Thread Jonathan Youngman
I'm trying to run the example code at: http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/BeanEditForm.html Here's my CreateUser class: package com.eviewsss.app.pages; import org.apache.tapestry5.annotations.Persist; public class CreateUser { @Persist priva

Re: Problem running BeanEditForm example

2012-01-18 Thread Jonathan Youngman
Forgot to mention tapestry version: 5.3.1 -- View this message in context: http://tapestry.1045711.n5.nabble.com/Problem-running-BeanEditForm-example-tp5155805p5155825.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Attribute rendering in tags with variables

2012-01-18 Thread yazdog8
Not sure the title conveys what I'm meaning to ask, but in the PHP/Rails world, if you want to omit an attribute in an HTML tag, you're usually going to wrap it in an if statement: class=""> Essentially, if $someVar has been set, then you render a class attribute for the body in the DOM. I've s

Re: Attribute rendering in tags with variables

2012-01-18 Thread Thiago H. de Paula Figueiredo
On Wed, 18 Jan 2012 21:17:27 -0200, yazdog8 wrote: In the layout template tml, I have this: What I'm seeing on runtime is that if there is no ID set, the id attribute on the html body tag isn't rendered. Likewise, for the class attribute. Is this the expected behavior? Something along the

Re: Any Tapestry-specific performance analytics packages available?

2012-01-18 Thread Kalle Korhonen
Thanks Josh, sounds like we have a winner since there are no other contestants. I remember seeing your announcement at the time, but my quick search didn't even turn it up now. I'll check it out. Kalle On Tue, Jan 17, 2012 at 10:21 AM, Josh Canfield wrote: > Hey Kalle. > > I started tapestry-mo