you can write img tag in displaytag column like this

<display:table ... uid="test" ... >
    <display:column ...>
        <c:if test="${test.something == 'NONE'}">
            <s:a href="/editTest.html?id=${test.id}"... >
                     images/image.gif <br/>
                    <fmt:message key="button.view"/>
            </s:a>
        </c:if>
        </display:column>
....

or you can check this one http://www.servletsuite.com/servlets/pubpic.htm

hope, this helps.




spurcell wrote:
> 
> Hello,
> 
>  
> 
> Just curious if anyone on this list knows if there is a solution already
> written for a simple need I have. I have a client who wants to display a
> "gallery" of thumbnails, possibly configurable number on a page, and a
> paginator to go from page to page. Something like Displaytag, but not
> for text data, for .jpg data. 
> 
>  
> 
>  
> 
> Thanks,
> 
>  
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Displaytag-functionality-for-thumbnails-tf3253234s2369.html#a9047457
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to