Holy Cow I can't believe that the problem was just that. The wrong file name for the struts configuration file. Now all I have is a small problem with getting the $text.get(property) to display the text rather then the code. The warning that I get is template = /info.vm [line 42,column 74] : $text.get("done") is not a valid reference.

Again thanks for  the help

-Paul
Shinobu Kawai wrote:

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]




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

Reply via email to