Re: Displaying errors by the field for array objects

2024-07-31 Thread Prasanth Pasala
ve found that I've had to use that myself in some situations when using string literals in an OGNL expression. Please let us know if this fixes it. Regards, Nate -Original Message- From: Prasanth Sent: Tuesday, 30 July 2024 17:29 To: Struts Users Mailing List Subject: Displayi

RE: Displaying errors by the field for array objects

2024-07-31 Thread Nate Kerkhofs
that I've had to use that myself in some situations when using string literals in an OGNL expression. Please let us know if this fixes it. Regards, Nate -Original Message- From: Prasanth Sent: Tuesday, 30 July 2024 17:29 To: Struts Users Mailing List Subject: Displaying errors

Displaying errors by the field for array objects

2024-07-30 Thread Prasanth
Hi, I have text fields with names as amount[0], amount[1] etc which are loaded in a map in the action class. Trying to display error messages next to each field rather than showing all at the top using the code below but it is not working. If I just use fielderror tag then I can display all erro