File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes Unknown Handler classes 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 "Unknown Handler classes" Watch "Unknown Handler classes" New topic
Author

Unknown Handler classes

MaheshS Kumbhar
Ranch Hand

Joined: Sep 24, 2009
Posts: 188
If we add a bean to struts.xml file for class that implement com.opensymphony.xwork2.UnknownHandler interface, and also declare a package level attribute <default-action-ref> for default action if none is matched.
Which one will take precedence, action class declared using <default-action-ref> or class declared using <bean> tag?


I am slow but sure
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Unknown Handler classes
 
Similar Threads
struts2 problem
Struts2.0 interceptor Problem
problem with EL
Struts2 ModelDriven Not Threadsafe?
ActionError problems with Singleton Action Bean in Struts2