Re: Getting the model

2016-04-06 Thread Ron Smits
You were right, fixed it On Wed, Apr 6, 2016 at 6:49 PM Martin Grigorov wrote: > Please read the answers. > On Apr 6, 2016 7:26 PM, "Ron Smits" wrote: > > > This alas does not work:( > > > > First I am using wicket 7.2.0 and the getModelObject does

Re: Getting the model

2016-04-06 Thread Martin Grigorov
Please read the answers. On Apr 6, 2016 7:26 PM, "Ron Smits" wrote: > This alas does not work:( > > First I am using wicket 7.2.0 and the getModelObject does not exist so I > finally made: > > @Override > protected void onComponentTag(ComponentTag tag) { > add(new

Re: Getting the model

2016-04-06 Thread Ron Smits
This alas does not work:( First I am using wicket 7.2.0 and the getModelObject does not exist so I finally made: @Override protected void onComponentTag(ComponentTag tag) { add(new AttributeAppender("class", " number")); if(getDefaultModel().getObject() instanceof Number){ Number

Re: Correct way to clear disk cache and session data?

2016-04-06 Thread Matt Pavlovich
Thanks! On 4/6/16 12:42 AM, Martin Grigorov wrote: Hi, On Apr 5, 2016 9:53 PM, "Matt Pavlovich" wrote: Ahead of performing an upgrade, we would like to clear all sessions and disk cache to avoid any serialization issues with new version of code. Googling around, I find