Re: LambdaModel does not implements IPropertyReflectionAwareModel

2019-05-02 Thread Sven Meier
Hi, just a thought: for bean-validation with lamdamodels it might be easier to validate the bean as a whole and map the resulting errors to Wicket form components afterwards. Have fun Sven > > On 02.05.2019 at 23:03,wrote: > > > Sven, Thank you for

Re: LambdaModel does not implements IPropertyReflectionAwareModel

2019-05-02 Thread Gabriel Landon
Sven, Thank you for your help. I will stick with PropertyModel. Regards, Gabriel. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: LambdaModel does not implements IPropertyReflectionAwareModel

2019-04-26 Thread Sven Meier
nately, LambdaModel does not implement IPropertyReflectionAwareModel, > so I cannot use the wicket-validation module anymore as the > ValidationModelResolver class is based on IPropertyReflectionAwareModel. Is > there another way to do validation with LambdaModel? Or is it

LambdaModel does not implements IPropertyReflectionAwareModel

2019-04-25 Thread Gabriel Landon
Hi, I'm moving projects from wicket 7.0 to wicket 8.0 that use the wicket-bean-validation module for automatic validation of form (@NotNull, @Size, ...). I'm now using the LambdaModel instead of PropertyModel, but unfortunately, LambdaModel does not implement IPropertyReflectionAwareModel, so I

Re: IPropertyReflectionAwareModel

2010-07-16 Thread Uwe Schäfer
Igor Vaynberg schrieb: no reason that i can see, file a jira. cant be fixed in 1.4 though. WICKET-2947. yes, would be a breaking change. thanks. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

IPropertyReflectionAwareModel

2010-07-15 Thread Uwe Schäfer
hi is there a particular reason, why IPropertyReflectionAwareModel does not extend IModelT? it looks like an extension of IModel and i need exactly this: an IModelT that implements IPropertyReflectionAwareModel: might be PropertyModel, might be something homebrewn currently i have

Re: IPropertyReflectionAwareModel

2010-07-15 Thread Igor Vaynberg
no reason that i can see, file a jira. cant be fixed in 1.4 though. -igor 2010/7/15 Uwe Schäfer u...@thomas-daily.de: hi is there a particular reason, why IPropertyReflectionAwareModel does not extend IModelT? it looks like an extension of IModel and i need exactly this: an IModelT