jeffp / wizardly

create a functioning wizard for any model in three steps
http://github.com/jeffp/wizardly-examples
MIT License
131 stars 16 forks source link

Wizardly and Tomcat #12

Open BigForNothing opened 14 years ago

BigForNothing commented 14 years ago

Wizardly works fine until deploying with Tomcat. The first step will load up error free, but when the "Next" button is pressed, it just reloads the page. Errors are still generated if validates_presence_of is set and there isnt a valid. Any ideas?