RE: [S2] Error Message display

2007-08-08 Thread Petzsch, Martin
] Error Message display I know you mentioned it but I would suggest that the simplest method is to override the simple theme error tag template filederror.ftl and create a base that you're happy with. You then have something that is independent of the core libraries and can easily modify later.

Re: [S2] Error Message display

2007-08-07 Thread Zoran Avtarovski
I know you mentioned it but I would suggest that the simplest method is to override the simple theme error tag template filederror.ftl and create a base that you're happy with. You then have something that is independent of the core libraries and can easily modify later. I've had to do this for a

Re: [S2] Error Message display

2007-08-07 Thread mraible
Here's what I've done: IMO, should detect when there's only one error and emit no tags. I've entered an issue in JIRA for this: https://issues.apache.org/struts/browse/WW-2090 On a related note, looking at the docs, it looks like you're required to use to specify the field name. Is this