New to
struts and I ma not sure what I am doing wrong. When my forward action is called I get an error. Here is the error and a break-down of what I assume to be the relevant pieces of code
Why is it putting the space in the path? The folder is CurrentSupplies (no spaces) but it seems to keep looking for Current[space]supplies
Error-
The request sent by the client was syntactically incorrect (Invalid path /Current Supplies/menu was requested).
Struts-config (relevant part)-
Forward Action �
Why is it putting the space in the path? The folder is CurrentSupplies (no spaces) but it seems to keep looking for Current[space]supplies