Hi All,
I am working on a portal application(JSPDynPage).I need to add multiple images in my DynPage.I am able to add single image by the fallowing code.The problem is that I have lot of images to include in my application.I
IResource Resource = componentRequest.getResource(IResource.IMAGE, "images/sample1.bmp");
response.include(componentRequest,Resource);
Is there any other way to include more than one image at a time, or we have to write this coce for every image?..
Thanks
Sampath.Gunda