Bron Selle wrote:
javax.servlet.ServletException: Could not execute action
Means just that, which means the problem isn't with the result, but
rather the action proceeding it.
For example, does it have a "public String execute()" method?
My current entry xwork.xml looks like this:
My application is based on AppFuse 1.9.3 with WebWork I am trying to add
a printOffer action that uses iText to render PDF. I have tried a couple
of different approaches, but when the action is called by selecting an item
from the offerList, I just get a vague error:
javax.servlet.ServletExc