Re: running JS to attach client events to a zones content after it's rendered

2016-10-01 Thread Chris Poulsen
You can bind the button listener on an enclosing element ( document for example ) or you can bind on one of the zone update events and wire up things from there (I think i found some tapestry js components that uses a function called "scan" or "scanner" to initialize dynamically loaded stuff - ther

running JS to attach client events to a zones content after it's rendered

2016-10-01 Thread Qbyte Consulting
Hi, I have a zone with some conditional content so it doesn't appear when the page is initially loaded but is added later when the zone is rerendered with a flag set true. There is a button in the zone that I need to attach jquery events handling functions too from a module. How do I fire the mod

Re: Tapestry 5.4.1, MessageFormatter gone?

2016-10-01 Thread Charles Roth
Just the packaging has changed, add dependency to commons: org.apache.tapestry commons 5.4.1 This dependency should be already there due to the tapestry-ioc and tapestry-core packages already depending on the commons one. This class was just moved unchanged from one subproject (JAR)

Re: Password strength ...

2016-10-01 Thread Qbyte Consulting
Tapestry doesn't include this feature. Just add the script to the page or component concerned along with any other requisite markup. Have a look at mixins, could help do the job. John Sent from my iPhone > On 1 Oct 2016, at 10:16, Juan M Garrido de Paz > wrote: > > Hello... does Tapestry h

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