Re: Struts 1.3 errorStyleClass Not Working (Error Field Highlighting)

2015-07-07 Thread eugenebalt
So, I now have some more info about this problem, which could maybe help us debug it: If you open Struts' BaseHandlerTag.doErrorsExist(), which is called to set the Error Style, it looks like this. Note the very last statement, the &&-paired double condition for errorsExist. protected boolean d

Struts 1.3 errorStyleClass Not Working (Error Field Highlighting)

2015-07-07 Thread eugenebalt
The errorStyleClass attribute on the Struts 1.3 tag is not working for me. It's supposed to highlight the error fields accumulated correctly in the ActionErrors collection. In the output HTML I see the error style isn't included. It only has the original class that came from styleClass. The error