Hi

org.apache.struts.config.ModuleConfig appConfig = (org.apache.struts.config.ModuleConfig) request.getAttribute(org.apache.struts.Globals.MODULE_KEY);

appConfig.getControllerConfig();

Above will give you an JavaBean Object which has stored info of RequestProcessor. You may store various attributes while declaring RequestProcessor. thus above will provide you all attributes

Manish Singla

Mahin Jeyachandran wrote:
Good day,

I'm new to struts framework...

Where and when will we use the following code...?

org.apache.struts.config.ModuleConfig appConfig = (org.apache.struts.config.ModuleConfig) request.getAttribute(org.apache.struts.Globals.MODULE_KEY);

appConfig.getControllerConfig();

Can someone help me with a small example...

Thanks.
Regards,
Mahin
AddVal Technology Inc.







--
Thanks
Manish Singla
x73166


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to