aspose file tools
The moose likes Struts and the fly likes Adding an error to the ActionError in struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Adding an error to the ActionError in struts" Watch "Adding an error to the ActionError in struts" New topic
Author

Adding an error to the ActionError in struts

Archana Annamaneni
Ranch Hand

Joined: Jan 29, 2003
Posts: 147
In my application I am trying to add an error message to an ActionError.
That message is in a String varibale , how do i add that,if it is an hardcoded message it works fine.

here is my code

String errormessage = (String)detailids.get(1);
errors.add(ActionErrors.GLOBAL_ERROR,new ActionError("100",errormessage));
saveErrors(request,errors);

Thanks
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Adding an error to the ActionError in struts
 
Similar Threads
How to show Information Dialog?
Exception object catching multiple exceptions in one time?
jsp access exception
Sending a Soap error response to Client
Getting values from properties in validate-using multiple message-resources in struts