I remembered reading an artical about displaying required filds in red color using struts validation,Message resources etc.Can some one point me the artical or explain me how to do this?. Appreciate it.
If you just want to make the label color red for required fields, I'd recommend you just code it in the html with a <font> tag or style attribute. In my view, trying to figure out a way to tie this to the struts validation just isn't worth the effort.
If you're looking for a way to highlight or color certain fields if struts returns an error for that field, check out thisthread.