Anthony Hong wrote:
Yes, I can redfine it in my properties.
What I mean is I want to use current my faces message in detail mode
but I don't want it output for id"

eg:
javax.faces.component.UIInput.REQUIRED_detail = "{0}": Value is required.

I want it to be
javax.faces.component.UIInput.REQUIRED_detail = Value is required.

All detail message without label as an argument.
Can it be?

Sure. The trick is that you must define *both* messages
(...REQUIRED and ...REQUIRED_detail) in your own resource bundle,
otherwise neither message will be used. (I don't know why, I just
discovered this by trial-and-error.)


Jon
--
.....................................................................
          Dr Jonathan Harley   .
                               .   Email: [EMAIL PROTECTED]
           Zac Parkplatz Ltd   .   Office Telephone: 024 7633 1375
           www.parkplatz.net   .   Mobile: 079 4116 0423

Reply via email to