Hi Paul, > I just checked both my web.xml and struts-conf.xml. They both look fine > to me but then again this is the first time I am developing a web > program. I mighht not know the correct syntax. However I am pretty > sure that my web.xml and struts-config.xml are correct. > > Is there anything missing from my struts-config.xml file or my web.xml > file that would make my webpage throw the NullPointerException? > > Here is an updated version of my struts-config.xml and web.xml files
AFAICT, these two don't mix. > ________________ > struts-conf.xml > ________________ ## snip > _________ > web.xml > _________ ## snip > <init-param> > <param-name>config</param-name> > <param-value>/WEB-INF/conf/struts-config.xml</param-value> > </init-param> Are you sure that the Struts part is working? Best regards, -- Shinobu -- Shinobu Kawai <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
