Re: interfaces with default methods on actions

2016-06-09 Thread Lukasz Lenart
2016-06-10 1:04 GMT+02:00 Adam Brin : > I've been experimenting with Struts 2.5 and trying to simplify our Struts2 > code by using Java8's new interface features with a series of default > methods with common getters/setters around pagination. But when I test it , > the action's setter's aren't cal

interfaces with default methods on actions

2016-06-09 Thread Adam Brin
I've been experimenting with Struts 2.5 and trying to simplify our Struts2 code by using Java8's new interface features with a series of default methods with common getters/setters around pagination. But when I test it , the action's setter's aren't called. According to this page ( https://struts.