Hi,
I want to do something like this
<html:img page="<tiles:get name='step'/>" height="10" />
step will represent some images that is dynamically put into using tiles:put. But what I got is
<img src="/validator<tiles:get name='title'/>"
i.e. <tiles:get name='step'/> is not get expanded.
Can I do the above and how?
Thank you very much.
Kind regards,
Phong.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]