Paolo Beccari <[EMAIL PROTECTED]> wrote:
I suppose this message is always returned when a
conversion error occurs.
Next step is finding a way to hide it. I'll post the
solution, if ever find one.
"Dave Newton" <[EMAIL PROTECTED]> wrote:
$ find . -name "*.properties" | xargs grep -i invalid
./src/java/com/opensymphony/xwork2/xwork-messages.properties:xwork.default.invalid.fieldvalue=Invalid
field value for field "{0}"
Definitely coming from the XWork conversion process.
Don't know offhand how to fix it, but there's some
proof, at least.
d.
Solved. It can be workarounded using i18n Action configuration.
Action.properties file:
#custom message
#invalid.fieldvalue.idATsro=custom message for conversion error
#no message
#note that it is well-formatted in html rendering (no additional spaces in
page before package.properties messages displays)
invalid.fieldvalue.idATsro=
P.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]