On Tue, Sep 4, 2012 at 7:27 AM, Sandor Feher <[email protected]> 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 believe this was fixed recently in master. > The second one is how to localize select2 messages from select2.js ? > E.g. formatNoMatches, formatSearching and so one. select2 is localized by you providing those functions with the correct strings. in wicket you can do the same by specifying them in the config object. -igor > > thnx., Sandor > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/select2-localization-questions-tp4651732.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
