RE: Zone ID issue

2010-05-07 Thread Jim O'Callaghan
;Tapestry users' Subject: RE: Zone ID issue Thiago, I couldn't see the wood for the trees on this one - I was looking for a problem within the component I had created, but all the IDs in the various areas were explicitly bound in there - the problem was where the component was included i

RE: Zone ID issue

2010-05-06 Thread Jim O'Callaghan
thiag...@gmail.com] Sent: 05 May 2010 22:37 To: Tapestry users Subject: Re: Zone ID issue On Wed, 05 May 2010 17:59:01 -0300, Jim O'Callaghan wrote: > zone="org.apache.tapestry5.corelib.components.z...@278a2a" id="zone_1"> You should pass a String containing the id of th

Re: Zone ID issue

2010-05-05 Thread Thiago H. de Paula Figueiredo
On Wed, 05 May 2010 17:59:01 -0300, Jim O'Callaghan wrote: You should pass a String containing the id of the zone to be updated, not the zone itself. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, Ars M

RE: Zone ID issue

2010-05-05 Thread Jim O'Callaghan
ginal Message- From: Howard Lewis Ship [mailto:hls...@gmail.com] Sent: 05 May 2010 19:42 To: Tapestry users Subject: Re: Zone ID issue Try: @Property @InjectComponent private Zone testZone; On Wed, May 5, 2010 at 11:32 AM, Thiago H. de Paula Figueiredo wrote: > On Wed, 05 May 2010 15:18:18 -0

Re: Zone ID issue

2010-05-05 Thread Howard Lewis Ship
Try: @Property @InjectComponent private Zone testZone; On Wed, May 5, 2010 at 11:32 AM, Thiago H. de Paula Figueiredo wrote: > On Wed, 05 May 2010 15:18:18 -0300, Jim O'Callaghan > wrote: > >> Hello, > > Hi! > >> > > Don't use expansions (${}) when passing values to parameters. It forces the >

Re: Zone ID issue

2010-05-05 Thread Thiago H. de Paula Figueiredo
On Wed, 05 May 2010 15:18:18 -0300, Jim O'Callaghan wrote: Hello, Hi! Don't use expansions (${}) when passing values to parameters. It forces the conversion to String. In this case, it's harmless, as it's already a Strig. 'zone' is a ComponentSource within the associated componen

Zone ID issue

2010-05-05 Thread Jim O'Callaghan
Hello, I 'm having an issue with zone Ids and actionlinks and having spent some time on it am hoping someone can give me some pointers. I've checked the previous postings to do with manually binding zone Ids to ensure they are consistent before and after partial updates and can see that my zon