Security Management wrote:
>
> I have had problems when trying to show a bunch of thumbnails, because you
> have a URL that points to an action in your jsp that causes a database hit
> to pull the image. If I'm trying to show 150 thumbnails, the page takes
> forever to load due to the db connections. Any solution to that? I'm
> using
> DBCP
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>
>
I also use the URL that points to an action in my jsp, such as:
<s:url id="bbb" action="portrait_showImage"></s:url>
<s:property value= " />
Using this method, I couldn't find a way to display 30 images in table like
this:
user_id_1 user_name_1 user_portrait_1(image)
user_id_2 user_name_2 user_portrait_2(image)
user_id_3 user_name_3 user_portrait_3(image)
user_id_4 user_name_4 user_portrait_4(image)
user_id_5 user_name_5 user_portrait_5(image)
.......
I used to use display tag to solve similar table display, but with image
URL, it doesn't work.
--
View this message in context:
http://www.nabble.com/Performance-issue-with-large-data%28such-as-images%29-tp23945029p23969896.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org