zakwanj
Posts: 4
|
Posted: 02/07/2008, 12:27 PM |
|
Hello,
Is there any method to extract display the thumbnail of the images instead of the real images?
If not, I have a problem in using external tag library. I use the lib jit for create thumbnail.
The code:
<jit:image src="photos/test.jpg" >
<jit:resize width="100" height="100" />
</jit:image>
works fine. but the code:
<jit:image src="<ccs:control name='ImageLink1' property='src'/>" >
<jit:resize width="100" height="100" />
</jit:image>
doesn't work. It consider that <ccs:control name='ImageLink1' property='href'/> as the path to the image because we can't use nested tags.
How I can extract the value of the src attribut of the image control and assign it to a variable in JSP, so that I can use it in the jit tag library.
Thank you very much in advance for your help.
|
 |
 |
|