Re: advice needed: use taglib to render dynamic links to embeded objects

2004-07-28 Thread ron1
:-) alu, artifex wrote: it works just perfectly! using the tag and having all images use a relative path. i haven't figured out any disadvantages yet. thanks, great solution! art alu, artifex wrote: mhm, sounds very promising - if i use pure html for all stylset-based links they would use the a

Re: advice needed: use taglib to render dynamic links to embeded objects

2004-07-28 Thread alu, artifex
it works just perfectly! using the tag and having all images use a relative path. i haven't figured out any disadvantages yet. thanks, great solution! art alu, artifex wrote: mhm, sounds very promising - if i use pure html for all stylset-based links they would use the adress base from the base

Re: advice needed: use taglib to render dynamic links to embeded objects

2004-07-27 Thread alu, artifex
mhm, sounds very promising - if i use pure html for all stylset-based links they would use the adress base from the base tag, the taglib tags are rendering every url with a preceeding slash so the base tag would be overriden. is it that simple? i'll give it a try and let you know. regards art ro

Re: advice needed: use taglib to render dynamic links to embeded objects

2004-07-27 Thread Christoph Kutzinski
I would solve this probably by extending the Struts img-Tag with my own. This shouldn't be too difficult since you have all the sources for the img-Tag. HTH, Christoph alu, artifex wrote: hi list, i'm working on a struts web application which should give the users the possibility to choose the g

Re: advice needed: use taglib to render dynamic links to embeded objects

2004-07-27 Thread ron1
thought of using the html:base element? you can then make all references to images and stylesheets static, changing only the base to the current layout base... I don't know if using or will overrides this, so you may have to use pure html for those... Cheers, Ron alu, artifex wrote: hi list,