Re: [Wicket-user] Palette problem with latest snapshot

2007-06-17 Thread shumbola
Ok, here are new details for this. I was using following form: from wicket:id=roleForm input wicket:id=roleName palette /form and java source EditRoleForm(String str, Role role) { super(str, new CompoundPropertyMode(role)); *** add(new RequiredTextField(roleName); add(new Palette(...);

Re: [Wicket-user] Palette problem with latest snapshot

2007-06-17 Thread shumbola
Ok, here are new details for this. I was using following form: from wicket:id=roleForm input wicket:id=roleName span wicket:id=palettepalette/span /form and java source EditRoleForm(String str, Role role) { super(str, new CompoundPropertyMode(role)); *** add(new

Re: [Wicket-user] Palette problem with latest snapshot

2007-06-16 Thread Timo Rantalaiho
On Fri, 15 Jun 2007, shumbola wrote: A few days ago I've upgraded my project to the 1.3 snapshot from June 12. Before I was using a one from May 10. Today I noticed that my page which uses the Palette component stopped working. Anytime I launch that page it It's easier to diagnose your problem

[Wicket-user] Palette problem with latest snapshot

2007-06-15 Thread shumbola
Hello, A few days ago I've upgraded my project to the 1.3 snapshot from June 12. Before I was using a one from May 10. Today I noticed that my page which uses the Palette component stopped working. Anytime I launch that page it gives me the following error: WicketMessage: No get method defined