Re: Sorting tables on columns with null values

2016-09-21 Thread Dan Haywood
Thanks for this... have applied to 1.13.1 maintenance release On 21 September 2016 at 13:29, Martin Grigorov wrote: > Thank you, Erik! > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Wed, Sep 21, 2016 at 2:20 PM, Erik de Hair

Re: cssClass not working on object forms?

2016-09-21 Thread Dan Haywood
Thanks for this... have applied to 1.13.1 maintenance release On 21 September 2016 at 13:21, Erik de Hair wrote: > raised an issue [1] and created a pull request > > [1] https://issues.apache.org/jira/browse/ISIS-1492 > > > On 09/21/2016 09:16 AM, Dan Haywood wrote: > >>

Re: Sorting tables on columns with null values

2016-09-21 Thread Martin Grigorov
Thank you, Erik! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Sep 21, 2016 at 2:20 PM, Erik de Hair wrote: > raised an issue [1] and created a pull request > > [1] https://issues.apache.org/jira/browse/ISIS-1493 > > > > On 09/21/2016

Re: cssClass not working on object forms?

2016-09-21 Thread Erik de Hair
raised an issue [1] and created a pull request [1] https://issues.apache.org/jira/browse/ISIS-1492 On 09/21/2016 09:16 AM, Dan Haywood wrote: Yeah, please. Thx, Dan On 21 Sep 2016 08:02, "Erik de Hair" wrote: For now I replaced the EntityPage-class and added the

Re: Sorting tables on columns with null values

2016-09-21 Thread Erik de Hair
raised an issue [1] and created a pull request [1] https://issues.apache.org/jira/browse/ISIS-1493 On 09/21/2016 11:58 AM, Martin Grigorov wrote: Good catch! Please create a Pull Request! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Sep 21, 2016 at

Re: Sorting tables on columns with null values

2016-09-21 Thread Martin Grigorov
Good catch! Please create a Pull Request! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Sep 21, 2016 at 11:52 AM, Erik de Hair wrote: > Hi Martin, > > It looks like the code on [1] is messing things up. > > If you replace the method

Re: Sorting tables on columns with null values

2016-09-21 Thread Erik de Hair
Hi Martin, It looks like the code on [1] is messing things up. If you replace the method with something like below, it works: private static Ordering orderingBy(final ObjectAssociation sortProperty, final boolean ascending) { final Ordering ordering = new Ordering(){

Re: cssClass not working on object forms?

2016-09-21 Thread Dan Haywood
Yeah, please. Thx, Dan On 21 Sep 2016 08:02, "Erik de Hair" wrote: > For now I replaced the EntityPage-class and added the css-class. Should I > raise an issue and create a pull request? > > On 09/16/2016 04:22 PM, Erik de Hair wrote: > >> Hi, >> >> Does the cssClass()-method

Re: cssClass not working on object forms?

2016-09-21 Thread Erik de Hair
For now I replaced the EntityPage-class and added the css-class. Should I raise an issue and create a pull request? On 09/16/2016 04:22 PM, Erik de Hair wrote: Hi, Does the cssClass()-method only apply for items in tables? I don't see the class names in the object forms. If so, is it