Re: binding trouble
Re: binding trouble
- Subject: Re: binding trouble
- From: Arturo Perez <email@hidden>
- Date: Tue, 28 Jun 2005 10:05:44 -0400
On 27-Jun-05, at 4:27 PM, Amedeo Mantica wrote:
because I have more than one image for each repetition
Amedeo
On 27/giu/05, at 21:55, Arturo Perez wrote:
Amedeo Mantica wrote:
Yes Arturo, but doing this I need a Java method for each image...
I'm trying to do it in an unique Java method, but I need to pass
it the variable.
Amedeo
You are in a repetition so why do you need a unique variable for
every image?
OK, so you're in a repetition that's iterating over a list of image
<somethings>. They're not image filenames because you have more than
one image per <something>.
So, inside of the repetition per <something> have a WOImage bound to
image1Method, another WOImage bound to image2Method, another WOImage
bound to image3Method and so on that does the appropriate thing in each
method.
If the number of images is dynamic then nested repetitions should do the
trick.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden