I'm trying to add a new forward path and
JSP to a
Struts action
servlet that already uses XDoclet annotations. Someone else wrote those, and I have no idea why I'm getting the error below:
It seems so generic. All I've done is add a ViewTransaction forward, but all I get is a blank page and the above error when I try to use it (and the new JSP I created is in the same directory as some old ones already in use). See below for a snippet of my code with a working forward (ViewAccount) and the new forward:
Why might this be happening? It seems really simple.