Issue regarding error messages

2010-11-24 Thread Prabhubalaji Ragavan
Hi I am using , where the messages will pulled from the resource bundle. I want my messages to be on the bottom of the fields rather than top of the field. Thanks Prabhu

Re: Issue regarding error messages

2010-11-24 Thread Maurizio Cucchiara
You can define *labelposition*="top" on css_xhtml theme. take a look at http://struts.apache.org/2.1.8/docs/cssxhtml-theme.html 2010/11/24 Prabhubalaji Ragavan > Hi > I am using , where the messages will pulled from the > resource bundle. > I want my messages to be on the bottom of the fields ra

Re: Issue regarding error messages

2010-11-24 Thread Maurizio Cucchiara
Sorry, I said something stupid. Forget it. Anyway in that page you can see how define css position of error messages .errorLabel {font-style:italic; color:red; } .errorMessage {font-weight:bold; text-align: center; color:red; } .checkboxLabel {} .checkboxErrorLabel {color:red; } .required {color:r