Re: namespace session websocket

2018-10-18 Thread Lukasz Lenart
pt., 12 paź 2018 o 02:25 john lee napisał(a): > > 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

namespace session websocket

2018-10-11 Thread john lee
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