Hi all,
I wrote an action class to retrieve the records in an excel file and insert into database.
The action reads the records into an ArrayList of actiomform and check it by using validator in the action class.
If the actionform is invalid, I need to put the line number and the error into a log file and send back to the user.
However, the returned is ActionMessages which contains arguments. How can I convert it to a
String to put into a file?
Hope someone can help. Thanks.
[ June 16, 2006: Message edited by: Donald Fung ]