Link to home
Start Free TrialLog in
Avatar of Asheesh_Kumar
Asheesh_Kumar

asked on

Is Action Class is threadSafe in Struts?

Is Action Class(user define Action Class) is threadSafe in Struts by defaul?
MyAction extends Action {
execute(, , , ,) {
}
}
  IF this class(MyAction) is thread safe then is the methods of all the classes(Bussiness, DAO) that called in execute() method is thread-safe(means no need to worry about thread safty in Struts application)
ASKER CERTIFIED SOLUTION
Avatar of boonleng
boonleng
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of laes_
laes_

sorry for the disturb,

boonleng could  u plz have a look at this problem og  gettting back param from each html:text to html:link
https://www.experts-exchange.com/questions/23862420/html-link-in-a-logic-iterate-how-pass-param-to-html-link-to-update-the-data-given-by-the-user-by-default-i-put-the-data-from-database.html

thanks
laes