RE: "Configuration is frozen" exception thrown for actionMapping.setScope

2005-11-07 Thread khan.sajid
Hi Hubert, Thanks for the suggestion. I tried the second option 2) Override the default ActionMapping class and set its default "scope" value to request. Extended the ActionMapping class and in the CustomActionMapping constructor called super.scope="request". It works , however is there any kno

"Configuration is frozen" exception thrown for actionMapping.setScope

2005-11-02 Thread khan.sajid
Hi All, In our application, we have decided to force all the actions to use the request scope. So instead of adding scope ="request" in the element in struts-config.xml for each action, we extended the RequestProcessor class as below 1.Extend the RequestProcessor class and add the config entry