Re: Can't get definitions factory from context

2008-12-08 Thread Lukasz Lenart
2008/12/5 Benjamin Dittwald <[EMAIL PROTECTED]>: > thanks for your help. i use tiles 2 now. with the common dependencies > includet in the distribution. > > now, my tomcat log says: > > 05.12.2008 16:05:23 org.apache.catalina.core.StandardContext listenerStart > SCHWERWIEGEND: Error configuring app

Re: Can't get definitions factory from context

2008-12-05 Thread Benjamin Dittwald
thanks for your help. i use tiles 2 now. with the common dependencies includet in the distribution. now, my tomcat log says: 05.12.2008 16:05:23 org.apache.catalina.core.StandardContext listenerStart SCHWERWIEGEND: Error configuring application listener of class org.apache.tiles.web.startup.Tiles

Re: Can't get definitions factory from context

2008-12-01 Thread Lukasz Lenart
2008/12/1 Benjamin Dittwald <[EMAIL PROTECTED]>: > I hope you can help me, I've found some solutions in the web to this > problem, but nothing worked for me. > I use tiles for the layout and nothing else from struts, the rest is > myfaces. Tomcat 6.0.16 is the container. > Struts jar version is 1.1

Re: "Can't get definitions factory from context"

2005-11-16 Thread Laurie Harper
Hmm, I'm not sure how just adding validation rules for the form prevents the JSP from rendering, since you don't have client-side validation enabled. Are you sure there are no other errors generated, either when you request your login.jsp or during server startup? Do you have any validation-re

Re: "Can't get definitions factory from context"

2005-11-11 Thread eve
Everything works if I don't configure the validation. I just added this in my validation.xml: mask ^[0-9a-zA-Z]*$

Re: "Can't get definitions factory from context"

2005-11-10 Thread Deepa Khetan
While adding the validator configuration to your struts-config, u must be missing some tag. check for it On 11/11/05, eve <[EMAIL PROTECTED]> wrote: > > I have tiles working in my application. As i try to use the validator > i get the following error > which may it be the cause? > > > > > > > java

Re: "Can't get definitions factory from context"

2005-11-10 Thread Laurie Harper
That appears to be a Tiles error, not a validator error; does it work if you don't configure any validation? If so, what validator configuration do you add that leads to the error below? L. eve wrote: I have tiles working in my application. As i try to use the validator i get the following er