open a jira issue. -igor
On Thu, Apr 23, 2009 at 1:08 AM, Anton Veretennikov <[email protected]> wrote: > Hi, Wicket community > > While working with AbstractColumn I found that overriding > getSortProperty() does not make column sortable until isSortable() is > not overrided also. > > AbstractColumn::isSortable() is looking like now: > > public boolean isSortable() > { > return sortProperty != null; > } > > May be changing it to "return getSortProperty() != null;" will solve > this problem? > > -- Tony > > --------------------------------------------------------------------- > 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]
