Re: BeanEditForm onValidate()

"Christopher Dodunski" <[email protected]>
Newsgroups gmane.comp.java.tapestry.user
Message-ID <[email protected]>
And when using the literal "Abel", as below...

        User userVerif =
crudServiceDAO.findUniqueWithNamedQuery(User.BY_USERNAME,
QueryParameters.with("userName", "Abel").parameters());
        LOG.debug("Verify user: [" + userVerif.getUserName() + "|" +
userVerif.getFirstName() + "|" + userVerif.getLastName() + "]");

Again, no error.  Log output is:

17-01-2018 23:41:15 DEBUG UpdateUser:74 - [ENTER]
onActivate(<EventContext: Welcome, 3>)
17-01-2018 23:41:15 DEBUG UpdateUser:103 - onActivate
17-01-2018 23:41:15 INFO  UpdateUser:154 - User James [uid:3] was granted
access to the UpdateUser page to update: James [uid:3]
17-01-2018 23:41:15 DEBUG UpdateUser:158 - Verify user: [Abel|Abel|Tasman]
17-01-2018 23:41:15 DEBUG UpdateUser:154 - [ EXIT] onActivate [null]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.