On Wed, Dec 27, 2017 at 10:41 AM, Yasser Zamani <yasserzam...@apache.org> wrote:
> On 12/27/2017 7:52 PM, Dave Weis wrote: > > I do have the struts-convention plugin loaded and removing it fixed my > > problem!! > > > > Where was it trying to find the success forward? > > > > Thank you so much! > > Glad to hear this :) > > At [1] I saw it will look for `WEB-INF/content/logout.jsp` or > `WEB-INF/content/logout-success.jsp`. > I'm torn whether or not to use this. It would make things substantially more convenient but I like the declarative method so there's no question as to intention. Which direction would you recommend? I'll probably have around 100 actions on this project and 300 or so JSP pages. I am using tiles extensively also. dave