Re: Error reading text from ApplicationResources.properties

2004-09-29 Thread Rudi Doku
Thanks Duncan, I sorted out the problem. I'm also new to JDeveloper 10g. I refered to some online JDeveloper struts tutorials as well as Struts for Dummies, which, by the way, is a really good book for Newbies. --- Duncan Mills <[EMAIL PROTECTED]> wrote: > In this case I suspect the problem is t

Re: Error reading text from ApplicationResources.properties

2004-09-29 Thread Duncan Mills
In this case I suspect the problem is that the basename attribute in the tag does not have the full path to the file. e.g. it should be something like basename="myapp.view.resources.ApplicationResources" Regards Duncan Mills Jeff Beal wrote: Rudi Doku wrote: Hello, I'm new to struts. I have a

Re: Error reading text from ApplicationResources.properties

2004-09-29 Thread Jeff Beal
Rudi Doku wrote: Hello, I'm new to struts. I have added the following string to teh ApplicationResources.propertiesfile : topic.label=Topic I am trying to display this label on the page without very much success. My page looks like this: <%@ page contentType="text/html;charset=UTF-8" language="java

Error reading text from ApplicationResources.properties

2004-09-28 Thread Rudi Doku
Hello, I'm new to struts. I have added the following string to teh ApplicationResources.propertiesfile : topic.label=Topic I am trying to display this label on the page without very much success. My page looks like this: <%@ page contentType="text/html;charset=UTF-8" language="java"%> <%@ tagl