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

2005-11-11 Thread eve
form: class="it.unifi.tesi.struts.prova.User" /> thanks eve 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 h

"Can't get definitions factory from context"

2005-11-10 Thread eve
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? javax.servlet.ServletException: Can't get definitions factory from context. org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.jav

strange behaviours of tiles

2005-11-09 Thread eve
has it ever happened to you that a little apparently insignificant change in the jsp caused tiles not to work and all pages composed with tiles to appear completely blank? I really can't find the cause!

tiles tags

2005-11-09 Thread eve
what's the difference between the tags and ? Can i use both in the layout? Which one should I choose?