Re: Component with a persist attribute inside a loop

2009-03-26 Thread ahingsaka samsenesena
the loop are the same. > > Kind regards, > Joachim > > ahingsaka samsenesena wrote: > > Hi, > > > > I'm trying to use my own component inside a loop and I have a problem > > when there is a "persist" annotation on attributes

Re: Component with a persist attribute inside a loop

2009-03-26 Thread ahingsaka samsenesena
t it. > > @Parameter > @Property > private String usage; > > > ${usage} > > > 2009/3/26 ahingsaka samsenesena > > > Hi, > > > > I'm trying to use my own component inside a loop and I have a problem > > when there is a "persi

Re: Component with a persist attribute inside a loop

2009-03-26 Thread ahingsaka samsenesena
t it. > > @Parameter > @Property > private String usage; > > > ${usage} > > > 2009/3/26 ahingsaka samsenesena > > > Hi, > > > > I'm trying to use my own component inside a loop and I have a problem > > when there is a "persi

Component with a persist attribute inside a loop

2009-03-26 Thread ahingsaka samsenesena
problem : when i click on the link. The value displayed is always "thumb" ! I should have "pix" displayed with the first link, "zoom" with the second ... I tried to put an id, but the behaviour is the same : And if I don't use the loop, t

Component with a persist attribute inside a loop

2009-03-26 Thread ahingsaka samsenesena
Here is the problem : when I click on the link, the value displayed is always "thumb" ! I should have "pix" displayed with the first link, "zoom" with the second ... I tried to put an id, but the behaviour is the same : And if I don't use the loop, t