Re: Dynamic html:image

2003-12-19 Thread gentyjp
At 11:37 19/12/2003, you wrote: Assuming imageList contains String taht are absolute (in application context) path to your images, this should work : It works, except I had to do item.toString() Thanks a lot Jean-Paul ---

Dynamic html:image

2003-12-19 Thread gentyjp
Hi Struts and tags newbie again !! I have a string vector of image name. I wish to view them using html:image. My question is how can I initialize my page attribute ? Thanks Jean-Paul -

logic:iterate inside a logic:iterate ??

2003-12-18 Thread gentyjp
Hi I'am a Struts newbie, sorry if it is a "classic" question. My question is about logic:iterate I have a vector of documents. In my application a document is a vector of LabelValueBean. I wish to write both the label and the value. I wish to write all my documents so I iterate