Re: POST not working with compojure 1.1.0 and ring-jetty-adapter 1.1.0

2012-07-08 Thread ArturoH
Worked like a charm, thank you James On Saturday, July 7, 2012 5:42:43 PM UTC-5, James Reeves wrote: > > On 7 July 2012 23:24, ArturoH wrote: > > I'm not sure that I am having a version problem but this very simple > example > > does not work for me. I get the POST form but when I subit the PO

Re: POST not working with compojure 1.1.0 and ring-jetty-adapter 1.1.0

2012-07-07 Thread James Reeves
On 7 July 2012 23:24, ArturoH wrote: > I'm not sure that I am having a version problem but this very simple example > does not work for me. I get the POST form but when I subit the POST back I > do not see the variable content just a simple "The message was ::". I run it > with "lein run". Any hel