Currently I fail to getRequestDispatcher
from Struts2 as below:
RequestDispatcher rd = httpReq.getRequestDispatcher("/category.htm");
Error was show as below:
The requested resource (/xxxx/category.htm) is not available.
but it working well when http:/xxxx/yyyy/category.htm?id=21
execute
does anyone have idea?