Re: BeanEditForm onValidate()

2018-01-12 Thread Bob Harner
Does the userVerif.equals(user) clause actually result in true? If not, then recordError wouldn't run, and validation would be considered to have passed. Check User.java's equals method, or better yet, maybe just compare the username strings directly. On Jan 12, 2018 7:04 AM, "Christopher

Re: [ANN] JumpStart 7 Released!

2018-01-12 Thread Christopher Dodunski
Thank you Geoff for your continuing commitment to the Tapestry framework! - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: [ANN] JumpStart 7 Released!

2018-01-12 Thread Nathan Quirynen
Hey, Just wanted to say thanks for your wonderful Tapestry examples, as I have used it regularly in the past and I'm sure I will use it in the future! Nathan Op 11/01/2018 om 14:14 schreef JumpStart: Hi all, At long last, JumpStart 7 has officially been released, with a downloadable zip

BeanEditForm onValidate()

2018-01-12 Thread Christopher Dodunski
Hi there, Below is my onValidate() method of a BeanEditForm for updating a user's profile, where I simply check that a user isn't changing his username to an already taken username. The error output (below it) suggests that BeanEditForm is committing the change to the database even before

Re: Conflict between Angular and prototype.js in a tapestry app

2018-01-12 Thread Thiago H. de Paula Figueiredo
On Fri, Jan 5, 2018 at 7:19 PM, Pratik Patel wrote: > Hello all, > Hello! Short answer: there's no built-in way of having just one page having one infrastructure which is different from the others. Something you can try to do is to write a MarkupRendererFilter which

Re: [ANN] JumpStart 7 Released!

2018-01-12 Thread Taha Hafeez
Thanks Geoff for your great work! > On 11 Jan 2018, at 18:44, JumpStart > wrote: > > Hi all, > > At long last, JumpStart 7 has officially been released, with a downloadable > zip file, installation notes, and tips! > > I am still as excited as ever

Re: [ANN] JumpStart 7 Released!

2018-01-12 Thread Dmitry Gusev
Thanks for the great job, Geoff! On Thu, Jan 11, 2018 at 4:14 PM, JumpStart < geoff.callender.jumpst...@gmail.com> wrote: > Hi all, > > At long last, JumpStart 7 has officially been released, with a > downloadable zip file, installation notes, and tips! > > I am still as excited as ever about