Is it possible to get the state of FormModel either changed or not as a whole form not by a property? I want to prompt user to save their changes if ...
Ollie, I have NestingFormModel and when I edit one of textfield on of the forms I do expect that my formModel.isDirty() would return true but it never returns true infact, no ...
Questions about FormModel.isDirty() I've got some questions about FormModel.isDirty(). I apologize in advance if I'm stupid or if I missed something obvious in the javadocs, the user manual or the code. ...
FormModel.isDirty() changed? Hello I have the feeling that over the last 2 weeks, something has changed in the FormModel so that the isDirty() method seems to always return "false"; May be ...
Why isn't there a FormModelHelper.create*FormModel(Class beanClass)? Currently they all take a bean instance as parameter, but I'd like to init my form model before I actually have a bean instance. Later ...
FormModel.setFormObject(null) throws an Exception. In my use case it can happen that a null item is selected and I 'd like to show a read-only empty form. I should be able ...
Hi! I am just wondering that is it possible to revert a formmodel that has validation errors. FormModel.revert() does nothing when the formmodel is not valid. It seems also that isDirty() ...
problem with FormModel Hi, I'm trying to change the pojo in a ApplicationDialog's FormModel. But it seems nothing changes at all! Creating a "carFormDialog" instance consumes lots of time, so we ...