Re: [Tapestry-developer] Image used more than once
Brought to you by:
hship
From: Tarun R. E. <ta...@we...> - 2003-02-25 03:30:17
|
Thanks Adam. I realized this later. What about multiple references in a page to the same component ? (an inserter for ex). I have a page that makes use of the same inserter component more than once. So I need to define two inserter components int the page specification with different jwcid's that do the exactly the same thing. On Tue, 2003-02-25 at 03:34, Adam Greene wrote: > Is it possible to make the image a standard IMG tag in the HTML or is some > nature of the image dynamic. Not everything has to be done in the .page. > if it is static you can simply put it in the HTML. The only time an image > would need to be in the .page is if it requires the use of an asset or other > dynamic nature. > > ----- Original Message ----- > From: "Elankath, Tarun (Cognizant)" <ET...@bl...> > To: "Joel Trunick" <Jo...@Sm...>; > <tap...@li...> > Sent: Monday, February 24, 2003 8:21 AM > Subject: RE: [Tapestry-developer] Image used more than once > > > > Hi Joel, > > > > Did you manage to find the solution to your problem ? I too am facing the > > same problem. :-( > > > > Grateful for any help, > > Tarun > > > > > > -----Original Message----- > > From: Joel Trunick [mailto:Jo...@Sm...] > > Sent: Saturday, February 22, 2003 2:09 AM > > To: 'tap...@li...' > > Subject: [Tapestry-developer] Image used more than once > > > > > > > > > > I have a spacer image that is probably used a 100 times in one page. > > However, as soon as I reference the image twice with an ID tag, it > > complains: > > "Template for component Account contains multiple references to embedded > > component imgSpacer" > > How do I reference the same asset a thoughout the page? That would be > > awfully tedious to make a new component for the same thing 100x :-) > > Joel > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Tapestry-developer mailing list > Tap...@li... > https://lists.sourceforge.net/lists/listinfo/tapestry-developer |