got it, thanks.
Nick Westgate wrote:
>
> Uh, add a Java accessor which multiplies them?
> Really this is totally up to your domain model.
>
> Cheers,
> Nick.
>
>
--
View this message in context:
http://www.nabble.com/T5%3A-nested-loop-tf4492636.html#a12814643
Sent from the Tapestry - User
Uh, add a Java accessor which multiplies them?
Really this is totally up to your domain model.
Cheers,
Nick.
Angelo Chen wrote:
Hi Robin,
if I do that, then I'll have :
now, how to uses these two values to access the element of List of size 12?
Robin Helgelin wrote:
On 9/21
Hi Robin,
if I do that, then I'll have :
now, how to uses these two values to access the element of List of size 12?
Robin Helgelin wrote:
>
> On 9/21/07, Angelo Chen <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>> I have a nested loop to create a table, the data displayed is from a Li
On 9/21/07, Angelo Chen <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I have a nested loop to create a table, the data displayed is from a List of
> 12 elements:
>
>
>
>
>
> element of List to be displayed here
>
>
>
>
>
> Since th