;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
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
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
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
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
>
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
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