>
>
> (defun init-user-session (comp)
>  (setf (composite-widgets comp)
>        (list (lambda (&rest args)
>                (with-html
>                  (:h1 "test")
>                  (:ul
>                   (:li (:a :href "/pub/images/aaa.png" "aaa"))
>                              )
>                  )))))
>
> and then It works !!! but I don't want so
>

I don't understand how this can work if you specified the pub-files-path
ending in the dir  "pub/super"


> How do I get working code  in my image file "aaa.png" at "/Users/super/
> work/web/temp-cloud/pub/super/images" ??
>

Try using firebug/webkit-inspector to see what the image path you requested
was, and/or try

tail -f /tmp/hunchentoot.log in a terminal to see what the request path was
as interpreted by weblocks/hunchentoot.

plz Help me. sob..


afaics, your public files path spec was wrong.. a simple error, no need for
sobbing :-)

-- 
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en.

Reply via email to