Re: Error finding tiles-defs.xml

2006-03-13 Thread Dave Newton
Oshima Tlholoe wrote: > Even in Tomcat, cos u have to configure your ActionServlet,and tell it which > initial parameter to load at startup, hence you need to specify your > tiles-defs.xml as an initial parameter. This is tomcat/Jboss related, I have > never worked on Websphere. > It's not Tomc

Re: Error finding tiles-defs.xml

2006-03-12 Thread Oshima Tlholoe
hi Dave, Even in Tomcat, cos u have to configure your ActionServlet,and tell it which initial parameter to load at startup, hence you need to specify your tiles-defs.xml as an initial parameter. This is tomcat/Jboss related, I have never worked on Websphere. On 3/10/06, Dave Newton <[EMAIL PROTEC

Re: Error finding tiles-defs.xml

2006-03-10 Thread Greg Reddin
On Mar 10, 2006, at 12:52 PM, Dave Newton wrote: Hilton, Steve wrote: Oshima, thank you VERY VERY much! That fixed it. I had looked on so many web site, and at so many examples, and in so many books, and not one single resource I looked at EVER said to add that code to web.xml. Th

Re: Error finding tiles-defs.xml

2006-03-10 Thread Dave Newton
Hilton, Steve wrote: > Oshima, thank you VERY VERY much! That fixed it. I had looked on > so many web site, and at so many examples, and in so many books, and not > one single resource I looked at EVER said to add that code to web.xml. > Thanks again. I really appreciate it! > Wow; I'm

RE: Error finding tiles-defs.xml

2006-03-10 Thread Hilton, Steve
: Oshima Tlholoe [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 4:58 AM To: Struts Users Mailing List Subject: Re: Error finding tiles-defs.xml hi Steve did you include the your tiles-defs.xml in the web.xml so that its loaded when your ActionServlet starts up. asn the following

Re: Error finding tiles-defs.xml

2006-03-10 Thread Oshima Tlholoe
hi Steve did you include the your tiles-defs.xml in the web.xml so that its loaded when your ActionServlet starts up. asn the following definitions-config /WEB-INF/tiles-defs.xml On 3/10/06, Oshima Tlholoe <[EMAIL PROTECTED]> wrote: > > hi Steve, > I had a look at

Re: Error finding tiles-defs.xml

2006-03-10 Thread Oshima Tlholoe
hi Steve, I had a look at your code snipets and they seem right, this can be stupid to mention but just check on your war file to see if the tiles-defs.xml is copied under the WEB-INF/ directory,sometimes this are little mistakes that we make. On 3/9/06, Hilton, Steve <[EMAIL PROTECTED]> wrote: >

Error finding tiles-defs.xml

2006-03-09 Thread Hilton, Steve
If you look at the last 3 lines below (at the very bottom of this e-mail)... It says it can't find file '/WEB-INF/tiles-defs.xml'. I've listed my tiles-def and struts-config files in here as well. Both of those files reside under /WEB-INF. I have set this up similar to every example I have been