aspose file tools
The moose likes Struts and the fly likes html:cancel button throwing exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "html:cancel button throwing exception" Watch "html:cancel button throwing exception" New topic
Author

html:cancel button throwing exception

faraz irfan
Greenhorn

Joined: Mar 11, 2008
Posts: 1
hi friends
I am using <html:cancel> button in my application as follows
<html:cancel>
<bean:message key="button.cancel"/>
</html:cancel>

but when i press Cancel button on my jsp it gives me an error like:
The server encountered an internal error () that prevented it from fulfilling this request.

i have also used
if(isCancelled(request)){
System.out.println("Cancelled Operation performed");
return mapping.findForward("mainpage");
}
in my execute meathod in the action class.

kindly help me out..
thanks in advance.. :-)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: html:cancel button throwing exception
 
Similar Threads
Buttons in Struts
LookupDispatchAction + html:cancel
create a link for html:cancel instead of display button
How to use Cancel button in DispatchAction
want to display text link for html:cancel instead of button