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
this message or any part thereof. If you receive this > message in error, please notify the sender immediately and delete all > copies of this message. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > &g

[S2] Error Message display

2007-08-07 Thread Petzsch, Martin
Hi, Short of modifying the template for s:fielderror is there a way to retrieve just the text of the error message on a JSP? Even with the theme set to simple I get the following on my jsp: An Error Message What I want is just the message: An Error Message And then I am free to decorate it as