Hi, > hi, i'm evaluaring jbuilder8 ee for development with struts, i've setup > a sample app with no database acces or anything fancy, and it works > well, but now i'm trying to build a prototype app with oracle, and now > it seems like jbuilder can't find the ApplicationResources.properties > file. > > i've put this in the WEB-INF dir, inside the classes dir, inside the > package dir, but with no positive results. in my web.xml file it is > declared as > > <init-param> > <param-name>application</param-name> > <param-value>ApplicationResources</param-value> > </init-param>
I'd try to change the web.xml to: <param-value>>/WEB-INF/ApplicationResources</param-value> Greetings, Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

