Issue 243: about createStruts2TableFacade in struts2
Status:  Fixed
Owner: ----
Closed:  Mar 2011
Reported by zprill@gmail.com, Feb 5, 2010
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
You would have to create your own WebContext implementation and then call the TableFacadeFactory method that uses the WebContext.
Status: Fixed