Re: palette problem

2010-09-21 Thread luigi.brandolini
Hi, thank you very much for your suggestion and help guys: getting always an empty selected list, i solved the problem providing all the choices to that model. Regards! Luis -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/palette-problem-tp1869353p2548267.html Sent

Re: Palette Problem

2010-03-24 Thread James Carman
Doesn't your current have to be a subset of available? On Wed, Mar 24, 2010 at 2:58 PM, Josh Chappelle jchappe...@4redi.com wrote: Hi, I'm having a problem that is about to drive me nuts. I have a Palette that won't display the selected values. I am able to reproduce my problem with a

RE: Palette Problem

2010-03-24 Thread Josh Chappelle
Yes that was it. I wish I had those 4 hours back. Thank you. -Original Message- From: James Carman [mailto:jcar...@carmanconsulting.com] Sent: Wednesday, March 24, 2010 3:34 PM To: users@wicket.apache.org Subject: Re: Palette Problem Doesn't your current have to be a subset of available

Re: Palette Problem

2010-03-24 Thread James Carman
[mailto:jcar...@carmanconsulting.com] Sent: Wednesday, March 24, 2010 3:34 PM To: users@wicket.apache.org Subject: Re: Palette Problem Doesn't your current have to be a subset of available? On Wed, Mar 24, 2010 at 2:58 PM, Josh Chappelle jchappe...@4redi.com wrote: Hi, I'm having a problem

Re: Palette problem

2009-05-14 Thread James Carman
What type of values are you using? What type of collection are you putting them in? On Thu, May 14, 2009 at 2:39 AM, Eman Nollase eman.noll...@gmail.com wrote: Hello, I have a problem about palette. here is the scenario: if there is already values in selected side and when I add values from

Re: Palette problem

2009-05-14 Thread freak182
Hello, I just found the problem. I modified the palette.js. Wicket.Palette.update if( i+1 selected.lenght) ... changed to: if ( i selected.lenght) ..this works fine but we are testing it. James Carman-3 wrote: What type of values are you using? What type of collection

Re: Palette problem

2009-05-14 Thread James Carman
You're saying you modified the JS that comes with Wicket and it caused the problem or you modified it and it fixed it? On Thu, May 14, 2009 at 10:27 AM, freak182 eman.noll...@gmail.com wrote: Hello, I just found the problem. I modified the palette.js. Wicket.Palette.update if( i+1

Re: Palette problem

2009-05-14 Thread freak182
i modified the JS that comes with wicket and fixed my problem. James Carman-3 wrote: You're saying you modified the JS that comes with Wicket and it caused the problem or you modified it and it fixed it? On Thu, May 14, 2009 at 10:27 AM, freak182 eman.noll...@gmail.com wrote: Hello,

Re: Palette problem

2009-05-14 Thread freak182
What i do is extends the Palette and override the renderHead to implement the mdified palette.js. James Carman-3 wrote: You're saying you modified the JS that comes with Wicket and it caused the problem or you modified it and it fixed it? On Thu, May 14, 2009 at 10:27 AM, freak182

Re: palette problem

2008-07-31 Thread metalotus
I also had the same problem with palette ... Nothing appeas in the Selected list, there was always an empty selected list ... The solution was to provide all the choices , as suggested by severian. What a time waster! Wicket should have better javadoc :( -- View this message in context:

Re: palette problem

2007-09-10 Thread wheleph
severian wrote: The available list should include the full set I think, not just those that are not currently selected. Severian. I've tried this. It doesn't help - final Form pupilForm = new PupilForm(pupilForm); String first

Re: palette problem

2007-09-10 Thread Al Maw
wheleph wrote: Hello everyone! I've got a problem using component Palette from Wicket-Extensions-1.2.6. The code I use to add Palette on a Form is cited below: --- final Form pupilForm = new PupilForm(pupilForm); ListString available