fullcalendar integration

2018-11-09 Thread Ilya Obshadko
Anyone tried using fullcalendar with Tapestry 5.4.x? I'm getting an error 'RequireJS error: define: momentProperties.push is not a function'. I believe this has something to do with moment.js initialization, but can't figure it out. Searching relevant topics on the web didn't quite help. Any help

jumpstart easy CRUD examples

2018-11-09 Thread herr_reini
Hi! I was wondering how the Person object is persisted after submitting the form, so that the user input is available in the render request. It does not have a @Persist annotation and it is only created in beginRender() if the form is valid. Would someone please explain this. Thanks und best re