I use struts at webserver, and create proxy action , that proxy action forward
to spring, but when executed result is the following
please advise
thanks in advance
john
[CODE]
Struts Problem Report
Struts has detected an unhandled exception:
Messages: loginAction
Invalid action class
Please help
I use struts2 to handle file upload, i already configured the following
a. /WEB-INF/lib contains commons-fileupload-1.3.2.jar
commons-io-2.2.jar
b. /WEB-INF/classes/struts.xml
c. /var/apache-tomcat-7.0.34/webapps/mytest/WEB-INF/classes/dream
mytes
Sunday, April 15, 2018, 7:36:51 PM CDT, Martin Gainty
wrote:
MG>below
From: john lee
Sent: Sunday, April 15, 2018 7:22 PM
To: dev@struts.apache.org
Subject: struts2 freemarker.template.TemplateNotFoundException
Please help
I use struts2 to handle f
My website is XYZ.com, and was build by struts2, everything works great.
the configuration in the struts.xml is the following
...
but, i want to add chat feature by websocket method.
that websocket action is called ChatAction,
My question is
1. could i put ChatAction inside default package