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,
>>
>> 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 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
>>>> available side there is only n-1 values get. If there is currently 2
>>>> values
>>>> in the selected side then i add 2 values from available side, i only
>>>> get
>>>> 3
>>>> values. The last one is not included in the result. Any idea?
>>>>
>>>> Thanks a lot.
>>>> Cheers.
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Palette-problem-tp23535231p23541749.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Palette-problem-tp23535231p23550012.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to