Hi Kasim,
With mustach you can get a seq of the path segments using the & notation:
(app [& path] ...)
which then you can pass to your mmethod
(app [& path] (my-handlers path))
However if your dispatch-fn ends up being identity, you should skip the mmethod and go straight to a good old map mappiing from paths to handlers.
hth,
Christophe
--
Professional:
http://cgrand.net/ (fr)
On Clojure:
http://clj-me.cgrand.net/ (en)