I have written a few java files and rewrote a template to be more like a template rather then standard html. When I tried to view the webpage I found that I have a NullPointerException. Usually when there is a NPE the compiler tells me where in my code the NPE is coming from. However it just starts out with "org.apache.velocity.tools.struts.StrutsUtils.getMessageResources(StrutsUtils.java:211)"

I think the problem is that the properties file I defined is not moved to the classes directory when the javacode is compiled. How do I do that if I am using Ant to compiule my source code? However when I did move the properties file into the right directory, I still get the same error. Oh yeah this happens on all velocity pages that I created before I changed the code. If you need to see the entire error please let me know and I will provide it.

Paul

If you need to see

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

Reply via email to