I have an Action that returns URLs which need to call another Struts2 action. In a JSP I would do <s:url>. Is there something equivalent to this that I can call inside of the action?
I have an Action that returns URLs which need to call another Struts2 action.
Share
Since struts is creating your action class, simply use the Inject annotation and have struts tell you!