Hi,
In my base page controller class I’ve got abstract action method, with
forwards defined like this:
@Jpf.Action(
forwards = [EMAIL PROTECTED](name = "success", path =
"editParams.jsp") }
)
public abstract Forward prepareParamsForEditing();
When I’m inheriting from this controller and override
“prepareParamsForEditing”, it seams like forwards defined in a base class
are not visible / available to the child class. Could someone confirm if
it the case, or maybe I’m doing some stupid mistake.
Best regards,
Pawel Kozlowski