AJust a hint would be suffiicient. Any help appreciated

appfused wrote:
> 
> I keep getting the following message when i try to access various links on
> the page i created after deploying the struts2 basic achetype. Any ideas
> what i might be doing wrong? 
> 
> There is no Action mapped for namespace / and action name summary. -
> [unknow 
> n location] 
> 
> in the struts.xml, i have 
> 
> <action name="summary" class="groupAction" method="save"> 
>             <result name="success">/WEB-INF/pages/summaryList.jsp</result> 
>             <result name="input">/WEB-INF/pages/summarylList.jsp</result> 
>             <result name="error">/WEB-INF/pages/mainMenu.jsp</result> 
>         </action>     
> In the applicationContext.xml i have 
> 
> <bean id="groupAction" class="my.action.TheAction" scope="prototype"> 
>         <property name="userManager" ref="userManager"/> 
>         <property name="roleManager" ref="roleManager"/> 
>     </bean>
> 

-- 
View this message in context: 
http://www.nabble.com/-S2--Error-loading-actions-in-appfuse-tf3484509.html#a9744483
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to