Hi,

I'm using struts-modular approach. i.e. in web.xml I've definitions like this

-------------------------
<init-param>
       <param-name>config</param-name>
       <param-value>/WEB-INF/struts-config.xml</param-value>
   </init-param>
   <init-param>
           <param-name>config/module2</param-name>
           <param-value>/WEB-INF/struts-config-module2.xml</param-value>
   </init-param>
-------------------------

But when ActionErrors object is populated in "config/module2" module,it is not visible in the JSP page( i.e <html:errors/> tag doesn't display me the errors populated). But the same works with "config" module. Why is this problem.?

FYI: I use struts 1.1


Thanx in advance, Norman

_________________________________________________________________
Get head-hunted by 10,000 recruiters. http://go.msnserver.com/IN/35984.asp Post your CV on naukri.com today.



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



Reply via email to