Title: Logging of properties not set?
This is similar to the Jira issue that I created...
 
 
In fact all exceptions are ignored that are thrown while getting or setting properties, even application exceptions.  XWork needs to be more selective about which exceptions it ignores in this bit of code:
 
} catch (OgnlException e) {
            return null;
        }
}
 
----- Original Message -----
Sent: Friday, October 03, 2003 8:56 PM
Subject: [OS-webwork] Logging of properties not set?

Hi all! Enjoying the friday? :)

I'm still trying some more solutions for the "n textboxes vs. one field" problem, and I started to dig a bit deeper in the code, looking for some logging statements I've been possibly missing, but, so far, I couldn't find any place where XWork (ParametersInterceptor, more specifically) says "hey, that property you told me to set couldn't be found! Take a look at your views, moron!"

Maybe that's a problem with Ognl not raising any flags when a property isn't found? If so, how could we fix this? I'm sure this would definitely help everyone find those pesky typos and dumb errors much faster :)

Peace,
-cv

Reply via email to