Craig McClanahan <[EMAIL PROTECTED]> wrote on 08/23/2005 04:38:23 PM:
> Yep :-). > > > Well, not exactly. Now my logon method isn't getting hit..(:(. > > Instead I have nasty errors like this: > > > > javax.servlet.ServletException: Error testing property 'username' in bean > > of type null > > This means that one of your value binding expressions that includes > "username" is likely to still be messed up. When you changed the > managed bean name from "profile$logon" to "logon", you'll need to > update *all* the expressions that used to say "profile$logon" ... not > just one of them. Right on as usual. That was just the problem..:) > Craig Geeta