Re: Sandbar Dependencies Problem

2010-10-21 Thread Brenton
[sandbar "0.3.0-SNAPSHOT"] is all you need. That is the latest version and includes everything including the defform code you are looking for. On Oct 21, 5:25 am, nickikt wrote: > I can find  [sandbar.core "0.3.1"], [sandbar/sandbar-session "0.2.5"] > and other on clojars. I would rather work wi

Re: Sandbar Dependencies Problem

2010-10-21 Thread nickikt
I can find [sandbar.core "0.3.1"], [sandbar/sandbar-session "0.2.5"] and other on clojars. I would rather work with the new versions (not start a poject with outdated dependencies). Witch of the jars do I need to do something like your defform example in the new version? On Oct 21, 2:23 am, Brent

Re: Sandbar Dependencies Problem

2010-10-20 Thread Brenton
Nickikt , All of the stuff covered in that blog post is in Sandbar 0.3.0- SNAPSHOT. You will need to add [sandbar "0.3.0-SNAPSHOT"] as a dependency. There are also lots of working examples in the project on GitHub. http://github.com/brentonashworth/sandbar/tree/master/src/sandbar/example/ Speci

Sandbar Dependencies Problem

2010-10-20 Thread nickikt
I want to make a little Webstuff with Clojure. Wanted to use Sandbar formes and looked at the blogpost http://formpluslogic.blogspot.com/2010/09/taming-html-forms-with-clojure.html. There is kind of a mismatch between blog, implementation and documentation. For the Blogpost i need something like