Re: Antwort: Layout component

2008-01-22 Thread Michael Courcy
Kristian, I didn't know that, I'll try it. Thanks. Kristian Marinkovic a écrit : hi michael, great tutorial... had to figure out this myself :) you can simplify the getLeftContent() method if you use the value attribute of the Parameter annotation: @Parameter(value="block:left") private

Antwort: Layout component

2008-01-22 Thread Kristian Marinkovic
hi michael, great tutorial... had to figure out this myself :) you can simplify the getLeftContent() method if you use the value attribute of the Parameter annotation: @Parameter(value="block:left") private Object left; Object getLeftContent() { return left; } if no left parameter is pass