Password strength ...

2016-10-01 Thread Juan M Garrido de Paz
Hello... does Tapestry have any kind of component or something to show password strength besides a password field in a form as you type? A progress bar with colours. I've been looking for it but didn't find much about it... doing it with bootstrap maybe. How do you do it? Bootstrap or are there a

Re: hide special pages ...

2016-08-30 Thread Juan M Garrido de Paz
It doesn't work for me though in some cases, for example when Spring Security sends a 403 response in its default behaviour, and the 403 page is a "hidden" one. I will have to see in detail. Thank you. 2016-08-30 13:21 GMT+02:00 Juan M Garrido de Paz < juanm.garrido@gma

Re: hide special pages ...

2016-08-30 Thread Juan M Garrido de Paz
sted is from one of our property block pages. The activate > ensures that the page cannot be accessed as a "normal page" > > -- > Chris > > On Tue, Aug 30, 2016 at 10:56 AM, Juan M Garrido de Paz < > [hidden email] <http:///user/SendEmail.jtp?type=node&no

Re: hide special pages ...

2016-08-30 Thread Juan M Garrido de Paz
Chris Poulsen" escribió: > Just return something from you activate, e.g: > > Object onActivate() > { > return new HttpError( 404, "Resource not found"); > } > > > On Tue, Aug 30, 2016 at 1:25 AM, Juan M Garrido de Paz < > juanm.garrido@gmail.co

hide special pages ...

2016-08-29 Thread Juan M Garrido de Paz
Hello, I'm using Tapestry with Spring Boot and embedded tomcat (jar packaging). Is it posible to hide certain pages like for example errors 403, 404, 500; or the pages for propertyblocks... so that the user can't type their url and get them? Thank you.

Re: Project Folder Structure ...

2016-08-18 Thread Juan M Garrido de Paz
On Thu, 18 Aug 2016 18:59:43 -0300, Juan M Garrido de Paz < > juanm.garrido@gmail.com> 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 d

Re: Project Folder Structure ...

2016-08-18 Thread Juan M Garrido de Paz
han using "component-libraries"? How do you organize your projects? Thank you. 2016-08-18 23:40 GMT+02:00 Thiago H de Paula Figueiredo : > On Thu, 18 Aug 2016 17:43:07 -0300, Juan M Garrido de Paz < > juanm.garrido@gmail.com> wrote: > > Hello... >> > >

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: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Juan M Garrido de Paz
tying the requests in the html web app, and call the appropiate ws of the tapestry app, that will return json? On Tue, 02 Aug 2016 14:41:24 -0300, Juan M Garrido de Paz <[hidden email] <http:///user/SendEmail.jtp?type=node&node=5732810&i=0>> wrote: > How is the approach of us

Re: Tapestry vs Spring MVC + REST + Angular

2016-08-02 Thread Juan M Garrido de Paz
Hello I'm facing a new project from scratch where i have the desired look and feel of the clint pages, done with html 5, js, bootstrap and jquery. They work as a simple page webapp. Which is the best option... integration at the front end or at the backend? I began doing a web app as i always di