a note about AbstractSingleSelectChoice

2008-02-07 Thread Sergiy Yevtushenko
Hi all, In my app I was ought to subclass DropDownChoice just because of one small implementation detail of AbstractSingleSelectChoice.getModelValue(): ... public String getModelValue() { final Object object = getModelObject(); if (object != null)

Re: a note about AbstractSingleSelectChoice

2008-02-07 Thread Igor Vaynberg
please add to jira... -igor On Feb 7, 2008 2:08 AM, Sergiy Yevtushenko [EMAIL PROTECTED] wrote: Hi all, In my app I was ought to subclass DropDownChoice just because of one small implementation detail of AbstractSingleSelectChoice.getModelValue(): ... public String

Re: a note about AbstractSingleSelectChoice

2008-02-07 Thread Sergiy Yevtushenko
Igor Vaynberg wrote: please add to jira... Done. Issue WICKET-1331. Regards, Sergiy. *- [EMAIL PROTECTED] http://es.os2.ru/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For