I'm migrating an application from Struts1 to Struts2. It is using following:
o = (DataObject) RequestUtils.lookup(super.pageContext, name,
replaceIndicies(dataObject), null);
but the lookup function is not in V2 of the API. Is there equivalent method in Struts2? If not what i need to do?