Re: select2 localization questions

2012-09-04 Thread Igor Vaynberg
On Tue, Sep 4, 2012 at 7:27 AM, Sandor Feher sfe...@bluesystem.hu wrote: Hi, I successfuly created a Select2Choice item in my form. I fill it up from a model and everything works fine but the listed choices' display in wrong codepage. I use utf8 everywhere and have no problems with cp. i

Re: select2 localization questions

2012-09-04 Thread Sandor Feher
Igor Vaynberg-2 wrote On Tue, Sep 4, 2012 at 7:27 AM, Sandor Feher lt;sfeher@gt; wrote: Hi, I successfuly created a Select2Choice item in my form. I fill it up from a model and everything works fine but the listed choices' display in wrong codepage. I use utf8 everywhere and have no

Re: select2 localization questions

2012-09-04 Thread Igor Vaynberg
On Tue, Sep 4, 2012 at 10:14 AM, Sandor Feher sfe...@bluesystem.hu wrote: Igor Vaynberg-2 wrote On Tue, Sep 4, 2012 at 7:27 AM, Sandor Feher lt;sfeher@gt; wrote: Hi, I successfuly created a Select2Choice item in my form. I fill it up from a model and everything works fine but the listed

Re: select2 localization questions

2012-09-04 Thread Sandor Feher
Okay. Just one more question. I have a domain model (HrpBbheerk) which contains a Short column. I would like to fill this via Select2Choice. I read the select2-examples but not able to get rid it. So the steps I took. 1. Fill my hepar5list list from my domain model (HrpBbhepar5). This contains

Re: select2 localization questions

2012-09-04 Thread Igor Vaynberg
you should declare your Select2Choice as Select2ChoiceShort since that is its model type. once you do this the compiler will tell you that your TextChoiceProvider should be TextChoiceProviderShort instead of HrpBbhepar5 -igor On Tue, Sep 4, 2012 at 1:42 PM, Sandor Feher sfe...@bluesystem.hu