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
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.
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
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
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
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
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