Re: Multiple images

2009-09-01 Thread chitraa
Tapestry 4. Thank you. Howard Lewis Ship wrote: > > Tapestry 4 or Tapestry 5? > > On Sun, Aug 30, 2009 at 6:59 PM, chitraa wrote: >> >> Hi, >> >> Did you manage to find a solution to this? I am also trying to render >> multiple chart images into t

Multiple Chart Images

2009-08-31 Thread chitraa
Hi all, I have searched this topic on this forum but did not succesfully find useful help. Question - Does anyone know how to render multiple chart images in a 'for' loop on a page? Observation Basically I have a 'For' component in my Tapestry page. I am using the ChartSer

Re: Multiple images

2009-08-30 Thread chitraa
Hi, Did you manage to find a solution to this? I am also trying to render multiple chart images into the same page. However, the service renders the same image (the last one). Thanks. Olexandr Yuzikov wrote: > > Hi, everyone. > > > > I have a problem to represent a couple of images store

Re: Cannot override the isDisabled() method for the DirectLink component

2008-09-25 Thread chitraa
Yea, thats in T4. I am not sure if I understand why disabled is marked as a parameter for all link components? It seems to work fine for other form components like Submit. I tried to not define 'disable' as a parameter but to no luck :( Hence, as a workaround: 1. I extended the ILinkComponent an

Cannot over the isDisabled() method for the DirectLink component

2008-09-24 Thread chitraa
Hi all, I extended the DirectLink component and am currently trying to override the its isDisabled() method. However, when the component gets rendered, the DefaultLinkRenderer class's renderLink() method does not call this overriden isDisabled() method. Instead, I think it is referencing a defaul