Hi!

 I am building an application with menu callbacks. Based on the url
request the application has to call a function. The function name and
namespace is available as strings from database. The issue I am facing
is, when I try to call the function using ns-resolve, I get an error
saying "No namesapce found" . This is how I am calling the required
callback

((ns-resolve (symbol ns-name) (symbol callback)))

where "ns-name" is the name of the namespace containing the function
and "callback" is the actual function to be called.

 How do I fix the namespace not found error ?

regards
Vivek

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to