[Stripes-users] need some help to write a prepopulated form

2014-08-10 Thread Alex
Hi Stripe users, I need some help from more experienced Stripe users please, I just started my first project and became stuck on that simple problem: I want to write a form to read from and write into a database. So I started with to prepopulate a field but do not understand the correct

Re: [Stripes-users] need some help to write a prepopulated form

2014-08-10 Thread Iwao AVE!
Hi Alex, You didn't specify 'stages' in @Before (the default value is EventHandling). To repopulate the value, you need to specify stages = LifecycleStage.BindingAndValidation. And check out the doc about life cycles if you haven't. http://www.stripesframework.org/display/stripes/Lifecycles+Etc.