jquery - How to retrieve images that are stored in database table on the jsp page using struts2 tags when its corresponding description is selected? -
i have created table descriptions , corresponding image paths "c:temp\box images\box diecut.jpg" in database. and, path refers server images stored.
my goal display,say, image1 when description1 selected list, likewise display image2 when description2 selected.
do need use <s:property value="imagepaths"/> in html5 tag of <img src="<s:property value="imagepaths"/>"/> imageslist , write script "onselect" description produce images.
can please me?
github/vkdon93/closewold here solved it. project actally big maybe u need dig inside it. question store images link in db , call < img src=c:/a. jpg>
Comments
Post a Comment