RE: Disply messages in different colors on jsp

2003-01-30 Thread Nicolas Robert
bject: Disply messages in different colors on jsp Hi, In my application some messages are error and some are information, i want to show error messages in red and information messages in blue, so how can i do it?? can i store them both in one ActionErrors class and in jsp have some thing to show in d

RE: Disply messages in different colors on jsp

2003-01-30 Thread Rene Eigenheer
try ActionErrors and ActionMessages - works fine > -Original Message- > From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 30. Januar 2003 23:02 > To: [EMAIL PROTECTED] > Subject: Disply messages in different colors on jsp > > > Hi, > > I

Disply messages in different colors on jsp

2003-01-30 Thread Ashish Kulkarni
Hi, In my application some messages are error and some are information, i want to show error messages in red and information messages in blue, so how can i do it?? can i store them both in one ActionErrors class and in jsp have some thing to show in different colors or have 2 different ActionErr