Re: Noob question(s). Interceptor breaking forms, and Connection handling?

2008-04-07 Thread Dave Newton
--- Dave Belfer-Shevett <[EMAIL PROTECTED]> wrote: > I have a Logon form that works fine without an interceptor, but as soon > as I add one, my getUsername() and other methods fail (the username is > null). When you declare interceptor-refs for an action you are declaring *all* the interceptors

Re: Noob question...

2005-12-13 Thread Dakota Jack
The "culprit", Josh, I would guess, would be an argumetn type mismatch during an invocation of PropertyUtils. This means, usually, that you are not using the multiple select tag in Struts properly. This is an old problem easy to diagnos both from the list and from google. Checking out these sour

Re: Noob question...

2005-12-12 Thread Josh McDonald
Thanks, managed to get it working by re-writing a gang of code, so not sure what exactly was the culprit :| -Josh -- "His comrades fought beside him, Van Owen and the rest... But of all the thompson gunners- Roland was the best." Josh McDonald Analyst Programmer Information Technology P

Re: Noob question...

2005-12-12 Thread gramani
"Josh McDonald" <[EMAIL PROTECTED]> wrote on 12/12/2005 06:26:33 PM: > Bit of a noob to debugging struts apps, what exactly does "Failed to > obtain specified collection" mean? I can't find anything on google that > explains it. I've gone over the JSP code and various actions and forms > etc, and