problems with https in eclipse / marven / jetty environment

2016-08-18 Thread Jochimsen, Janko
Hello Everybody, this time I have another problem that is not directly tapestry related but seem to come from the eclipse / marven / jetty environment of the standard start skeleton. I try to switch my application to Https / SSL. In order to do so I followed the advice on https://tapestry.apache

null pointers after user hits enter in AJAX form

2016-08-18 Thread Qbyte Consulting
An unrecoverable error occurs after the user hits Enter key in a form rendered by an enclosed component. Is there a way to ignore the enter key and not submit the form? It's an AJAX search value input, not a regular form for submission, so Enter key hits should be ignored.

Project Folder Structure ...

2016-08-18 Thread Juan M Garrido de Paz
Hello... how do you organize the packages/folders in your projects? (I mean other than pages, components, mixins, services). Due to tapestry force us to have separate pakages for pages, components, etc... I guess we cannot (or shouldn't) organize the whole root package by "features" of business l

Re: Project Folder Structure ...

2016-08-18 Thread Thiago H de Paula Figueiredo
On Thu, 18 Aug 2016 17:43:07 -0300, Juan M Garrido de Paz wrote: Hello... Hi! how do you organize the packages/folders in your projects? (I mean other than pages, components, mixins, services). Due to tapestry force us to have separate pakages for pages, components, etc... I guess we can

Re: Project Folder Structure ...

2016-08-18 Thread Juan M Garrido de Paz
Thank you Thiago. I knew there were the posibility to have several root packages, but never looked into it to learn about it, and I didn't imagine it could be useful for this purpose. You mean that each feature would have a root package (feature = root package = "component library")? In this case

Re: Project Folder Structure ...

2016-08-18 Thread Thiago H de Paula Figueiredo
On Thu, 18 Aug 2016 18:59:43 -0300, Juan M Garrido de Paz wrote: Thank you Thiago. De nada! :D I knew there were the posibility to have several root packages, but never looked into it to learn about it, and I didn't imagine it could be useful for this purpose. You mean that each feature w

Re: Project Folder Structure ...

2016-08-18 Thread Juan M Garrido de Paz
Hola Thiago... maybe I will take a look some day to component libraries, sure it's the way to go to have the whole app well organized by feature. But by now, I think I will use the util package by feature, with the downside of having pages, components,... separated. The problem, as always, is tim