That usually means somewhere in the code, an object of class 
com.vaadin.ui.Table is being used where a function is expected.  For 
example, evaluating this code:

("abc" 1)

...will result in "java.lang.ClassCastException: java.lang.String cannot be 
cast to clojure.lang.IFn", because a String can't be used as a function. 
 Check the code to see if a com.vaadin.ui.Table object is the first thing in 
an unquoted list, or passed to a higher-order function in a position where 
the higher-order function is expecting a function argument.

-- 
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