[Bese-devel] bug or no bug?
Vladimir Sekissov
svg at surnet.ru
Wed Nov 2 12:11:39 UTC 2005
Good day,
jan> (<ucw:a :action (select component filename)
jan> (<:img :src (concatenate 'string
jan> "/thumbnails/"
jan> filename)
jan> :width 100))
May be your yaclml version is too old?
With latest one I tried:
(<ucw:a :action (submit form)
(<:img :src (concatenate 'string
"/thumbnails/"
"bbb.png")
:width 100))
Result:
<a href="/?s=cOlBIoiLnRELKOhaQDnamEZDgNvlZsCJcGjsnGQG&f=UEWfZlXJNkhypQcpAuAr&a=JRbMRuzTJm"
><img src="/thumbnails/bbb.png" width="100"
/></a
You can also try to use <:as-is or <:as-html tags - they do concatenation
of arguments:
(<ucw:a :action (submit form)
(<:img :src (<:as-is "/thumbnails/" "aaa.png")
:width 100))
Best Regards,
Vladimir Sekissov
More information about the bese-devel
mailing list