Re: Interceptors probelms

2010-07-26 Thread Cimballi
The first one is pretty clear : No result defined for action com.inrev.bm.action.IRCampaignMgmtAction and result input You have to check your struts.xml file (or other xml configuration files for Struts), in the declaration of the action IRCampaignMgmtAction and add a result with the name "input".

Interceptors probelms

2010-07-26 Thread Rohit
Hi, I am new to struts2, prior to this I have been using struts1.2, Spring and Hibernate combination. I have just started using Struts2,Spring and Hibernate application, but I seem to be plagued with interceptor exceptions, There are two error which keep happening, all in different scenario