Thanks ATTA. That worked...
Type: Posts; User: briankuhn; Keyword(s):
Thanks ATTA. That worked...
I have a controller that extends SimpleFormController. It's onSubmit method currently returns the following value:
return new ModelAndView(new RedirectView(this.getSuccessView()));
How...
These two classes do work as a stand alone patch to 0.6.1. My problem was that my AuthenticationDao was returning null instead of throwing a UsernameNotFoundException.
Thanks Ben. I think you may have misunderstood my question though. I've implmented my AuthenticationDao, and it works fine. I'm trying to understand why my role names have to be converted to...
This is probably a newbie question, but I can't seem to figure out how to define my own names for granted authorities. In the following bean definition, where does the role name ROLE_USER come from?...
I'm using the 0.6.1 release + the 2 classes from cvs. I thought this would work as an independant patch. I guess I need to pull everything from CVS...
Hi all.
I'm getting a NullPointerException using this code. It only happens when I try to log in using an non-existant username/password. Everything works fine otherwise, so I'm not sure where...
I have a jsp form that has two submit buttons; save and reset. The
form submits to a SimpleFormController with the following onSubmit
method:
public ModelAndView onSubmit(...) throws...
Thanks. I hadn't considered that. I'll look for another way to do this...
Is my question unclear?
Hi all,
I'm trying to setup a demo application that requires no installation other than deploying a war file. I'm trying to use a hsql database that resides in something like...