Re: sortable column with overriden getCssClass

2008-06-02 Thread Gabor Szokoli
Ooops, I goofed, everything works fine, the second class= attribute is
on an inner element :-)
Can we have wicket tabulate the html output in developement mode please? :-)


  
[...]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



sortable column with overriden getCssClass

2008-06-02 Thread Gabor Szokoli
Hi,

We use sortable AbstractColumn derivatives in our DataTable.
I added this recently to the column to add a custom CSS class to the
TD elements in this column (see IStyledColumn):

@Override getCssClass {return "colmn_class";}

Now my TH elements have an aggregate class list with the sortedness
class and mine as expected, and another class attribute with the
sortedness class only:



Now that can't be right, did I do something wrong or could this be a bug?


Gabor Szokoli

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]