Hi all, I have a situtation where I have a page that includes 0..n number of a component (let's call it A). I have A.jwc A.html and A.java. Will tapestry create only one A java object to represent each component or will each component get it own java object instance. I noticed that in my constructor for A it is getting called only once and I have 2 components of type A on the page.
Thanks E --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
