Search:

Type: Posts; User: briankuhn; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    3,419

    that worked...

    Thanks ATTA. That worked...
  2. Replies
    2
    Views
    3,419

    adding parameters to a RedirectView...

    I have a controller that extends SimpleFormController. It's onSubmit method currently returns the following value:



    return new ModelAndView(new RedirectView(this.getSuccessView()));


    How...
  3. Replies
    15
    Views
    11,478

    fixed...

    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.
  4. Replies
    3
    Views
    3,111

    Thanks Ben. I think you may have misunderstood...

    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...
  5. Replies
    3
    Views
    3,111

    defining custom authorities...

    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?...
  6. Replies
    15
    Views
    11,478

    getting NullPointerException using the code from CVS

    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...
  7. Replies
    15
    Views
    11,478

    getting NullPointerException using the code 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...
  8. Replies
    1
    Views
    1,088

    caching issues...

    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...
  9. Replies
    4
    Views
    3,906

    I hadn't considered that...

    Thanks. I hadn't considered that. I'll look for another way to do this...
  10. Replies
    4
    Views
    3,906

    no takers?

    Is my question unclear?
  11. Replies
    4
    Views
    3,906

    hsqldb: using file based db in WEB-INF dir

    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...
Results 1 to 11 of 11