Well the README-Guide seems not really be up to date.
When I followed the steps descripted in issue #1 I was really happy to see ANY output in Liferay and for just one moment my example seemed to work.
Sadly the portlet didn't show the output I wanted to see. The browser console doesn't output any errors, but when I look in the system.out of Liferay I see the following lines:
00:32:51,448 ERROR [http-nio-8080-exec-4][LiferayPortlet:482] Disabling paths for portlet react_portlet_portlet_ReactPortlet because root path is configured to have access to all portal paths
00:32:51,451 ERROR [http-nio-8080-exec-4][MVCPortlet:551] null is not a valid include
00:32:54,915 ERROR [http-nio-8080-exec-6][MVCPortlet:551] null is not a valid include
00:32:55,158 ERROR [http-nio-8080-exec-5][MVCPortlet:551] null is not a valid include
00:32:55,418 ERROR [http-nio-8080-exec-8][MVCPortlet:551] null is not a valid include
Do you have any ideas what is happening here?