| Issue 243: | about createStruts2TableFacade in struts2 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
TableFacade tableFacade =
TableFacadeFactory.createStruts2TableFacade("promoter", request);
But when in struts2 ,it not suggest directly using " HttpServletRequest ".
Because this will bring coupler.
I want using " ActionContext.getContext() " to replace HttpServletRequest ,
it's wrong.
So have a good way to resolve it?
Mar 10, 2011
Project Member
#1
jeff.johnston.mn@gmail.com
Status:
Fixed
|