|
please send me the stacktrace you're getting now. Gabor Beres schrieb: Thanks Thomas, i realized that i forgot to update the myfaces libs to 1.0.7. Now it still not works, but throws the same exception that the original example. A nullpointer.How could i make it work? Thanx. -----Original Message----- From: Thomas Spiegl [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 18, 2004 6:11 PM To: MyFaces Discussion Subject: Re: tiles example not working hi Béres, the stacktrace indicates you are using myfaces_release 1.0.6 The way the tiles-definitions are getting initialized changed a bit in release 1.0.7. If you are using 1.0.7 you just need to define the location of your tiles-defiinition in your web.xml eg. <context-param> <param-name>tiles-definitions</param-name> <param-value>/WEB-INF/your-tiles.xml</param-value> </context-param> HTH, thomas |
- RE: tiles example not working Gabor Beres
- RE: tiles example not working Thomas Spiegl
- RE: tiles example not working Gabor Beres
- Re: tiles example not working Thomas Spiegl
- RE: tiles example not working Gabor Beres
- Re: tiles example not working Thomas Spiegl
- RE: tiles example not working Gabor Beres
- RE: tiles example not working Gabor Beres
- RE: tiles example not working Gabor Beres
- Re: tiles example not working Thomas Spiegl

