Re: Proposal for a new book: Mastering Apache Tapestry

2013-08-05 Thread Thiago H de Paula Figueiredo
On Mon, 05 Aug 2013 19:10:57 -0300, Dimitris Zenios wrote: I would love to see a book for tapestry-ioc,plastic only.And how it can integrate with other forms of application and compete with spring etc etc This book has the intention of covering 100% of Tapestry-IoC and most of Plastic, at

Re: Ckeditor and tapestry 5.4

2013-08-05 Thread Yunhua Sang
Is Ckeditor loading CSS files by itself? If not, you could leave the CSS files in assets folder, then load the css files through @Import in the component Java class. On Mon, Aug 5, 2013 at 6:08 PM, Dimitris Zenios wrote: > Also Yunhua Sang module dispatcher only support .js files.Ckeditor need

Re: Proposal for a new book: Mastering Apache Tapestry

2013-08-05 Thread Dimitris Zenios
I would love to see a book for tapestry-ioc,plastic only.And how it can integrate with other forms of application and compete with spring etc etc On Tue, Aug 6, 2013 at 12:20 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Mon, 05 Aug 2013 17:13:54 -0300, Thiago H de Paula Fig

Re: Ckeditor and tapestry 5.4

2013-08-05 Thread Dimitris Zenios
Also Yunhua Sang module dispatcher only support .js files.Ckeditor needs to load css files alsos On Tue, Aug 6, 2013 at 12:30 AM, Dimitris Zenios wrote: > There is a slight problem.I am using a require.js module to load > ckeditor.I have ckeditor-library as a shim and a ckeditor module like this

Re: Ckeditor and tapestry 5.4

2013-08-05 Thread Dimitris Zenios
There is a slight problem.I am using a require.js module to load ckeditor.I have ckeditor-library as a shim and a ckeditor module like this define(["ckeditor-library"], function() { return function(spec) { blah blah } }); When ckeditor library is initialized, it tries to get its j

Re: Ckeditor and tapestry 5.4

2013-08-05 Thread Yunhua Sang
Hi Dimitris, You could create a new JavaScript module and put all the needed JavaScript files into the same folder. The folder structure could be like: resources META-INF modules ckeditor js files... The default folder of JavaScript modules is resources/

Re: Proposal for a new book: Mastering Apache Tapestry

2013-08-05 Thread Thiago H de Paula Figueiredo
On Mon, 05 Aug 2013 17:13:54 -0300, Thiago H de Paula Figueiredo wrote: * I thought about a cookbook section, but I'm not sure what people would find interesting. * You may suggest by asking questions about Tapestry or how to implement something with it, even if it sounds preposterous.

Re: Ckeditor and tapestry 5.4

2013-08-05 Thread Thiago H de Paula Figueiredo
On Mon, 05 Aug 2013 15:01:39 -0300, Dimitris Zenios wrote: Hello everybody.I am trying to integrate tapestry 5.4 and ckeditor. Ckeditor loads all its dependencies asynchronously but not through require.js. How can i expose ckeditors folder for the to the client in order to let ckeditor.js loa

Proposal for a new book: Mastering Apache Tapestry

2013-08-05 Thread Thiago H de Paula Figueiredo
Hi! I've said a handful of times in this mailing list that I'd love to write a book on Tapestry. With crowdsourcing sites like Kickstarter and Indiegogo, I can check whether there's demand enough for the book before writing. In addition, it seems I'll have the free time needed to start work

Re: beaneditform and kapcha

2013-08-05 Thread D.R.
Hi, but it also works with a beaneditform: ... What you see? ... @Component(id = "beanEditForm", parameters = {"object=beanToEdit", "add=kaptcha"}) private BeanEditForm _editFormComponent; Kind regards David Am 05.08.2013 18:45, schri

Ckeditor and tapestry 5.4

2013-08-05 Thread Dimitris Zenios
Hello everybody.I am trying to integrate tapestry 5.4 and ckeditor. Ckeditor loads all its dependencies asynchronously but not through require.js. How can i expose ckeditors folder for the to the client in order to let ckeditor.js load its resources from? Regards Dimitris Zenios

Re: beaneditform and kapcha

2013-08-05 Thread Thiago H de Paula Figueiredo
On Mon, 05 Aug 2013 12:53:48 -0300, Nikola Vulovic wrote: How to add kapcha to beaneditform? Use BeanEditor instead. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For add

beaneditform and kapcha

2013-08-05 Thread Nikola Vulovic
How to add kapcha to beaneditform? -- Pozdrav Nikola Vulovic