Re: [appfuse-user] struts.xml strange behaviour

2007-06-10 Thread sarat.pediredla
This seems to be a common problem with Struts 2 in 2.0M5. See this bug, http://issues.appfuse.org/browse/APF-811 Although the action has a different name, it falls into problems when using search as the action name for a class of SearchAction. Likewise, when I try issue as the name for IssueActi

Re: [appfuse-user] struts.xml strange behaviour action mapping and redirects

2007-06-10 Thread Will Berger
For those running into this problem. The workaround seems to be make sure you dont follow this pattern. scenarioDatasource.html --> ScenarioDatasourceAction When i renamed the action to scenarioDatasourceForm.html The redirects started working. I tried commenting out , but that didn't he

[appfuse-user] struts.xml strange behaviour

2007-06-10 Thread Will Berger
I may be missing a concept. I have a action called ScenarioDatasourceAction and a jsp called scenarioDatasource.jsp. In my action's execute method I would return "success", but the jsp would not redirect to "/scenarioOutputForm.html" It just didn't make sense, I felt like there is another action