Anil Rayarapu

Greenhorn
+ Follow
since Mar 24, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Anil Rayarapu

I have posted the errors into action errors and saved them in the request. How to retrieve them in the next form??
ActionError newError = new ActionError("order.confirm.failed");
errors.add(ActionErrors.GLOBAL_ERROR, newError);
saveErrors(request, errors);

Now when i want to put the errors on the next jsp, i just call <html:errors\>
but how can i know if there is something in this before i actually display it in the jsp? I am using a if clause.
20 years ago
Thanks Smith.. I was looking where i can find the syntax for the code and the function for calling the value also.
20 years ago
Hi, I need some help in this one.
How can i access which button is pressed in a actionclass from the Httprequest passed to it?
20 years ago