RE: pages not rendered anymore after update from 1.1.6 to 1.2.8

2009-12-09 Thread Michael Heinen
: Mittwoch, 9. Dezember 2009 04:31 To: MyFaces Discussion Subject: Re: pages not rendered anymore after update from 1.1.6 to 1.2.8 Hi The example available here: http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/tiles/ works with jsf 1.2 and tomahawk12-1.1.x (to execute it try mvn

Re: pages not rendered anymore after update from 1.1.6 to 1.2.8

2009-12-08 Thread Richard Yee
WARN] [D57992BA5C47A836C0EBE03C0224EB3B] webapp.BaseFilter checkMyFacesExtensionsFilter: MyFaces Extensions Filter should be configured to execute *AFTER* RichFaces filter. Refer to SRV.6.2.4 section of Servlets specification on how to achieve that. Sent from my iPhone On Dec 8, 2009, at

RE: pages not rendered anymore after update from 1.1.6 to 1.2.8

2009-12-08 Thread Michael Heinen
/filter-mapping Michael -Original Message- From: Richard Yee [mailto:richard.k@gmail.com] Sent: Dienstag, 8. Dezember 2009 15:38 To: MyFaces Discussion Subject: Re: pages not rendered anymore after update from 1.1.6 to 1.2.8 WARN] [D57992BA5C47A836C0EBE03C0224EB3B

Re: pages not rendered anymore after update from 1.1.6 to 1.2.8

2009-12-08 Thread Richard Yee
Have you tried just having a page with a JSF outputText tag to see if that works? (No tiles or Richfaces) I would start from there and then add other tags to narrow down where the problem is. -R

RE: pages not rendered anymore after update from 1.1.6 to 1.2.8

2009-12-08 Thread Michael Heinen
time consuming Michael -Original Message- From: Richard Yee [mailto:richard.k@gmail.com] Sent: Dienstag, 8. Dezember 2009 16:09 To: MyFaces Discussion Subject: Re: pages not rendered anymore after update from 1.1.6 to 1.2.8 Have you tried just having a page with a JSF outputText tag

RE: pages not rendered anymore after update from 1.1.6 to 1.2.8

2009-12-08 Thread Michael Heinen
:24 To: MyFaces Discussion Subject: RE: pages not rendered anymore after update from 1.1.6 to 1.2.8 Thanks Richard, I tried this finally with a simple page in this project. TILES is the culprit. My simple page is now rendered with tomahawk tags after I removed context param

Re: pages not rendered anymore after update from 1.1.6 to 1.2.8

2009-12-08 Thread Anton Gavazuk
: RE: pages not rendered anymore after update from 1.1.6 to 1.2.8 Thanks Richard, I tried this finally with a simple page in this project. TILES is the culprit. My simple page is now rendered with tomahawk tags after I removed context param org.ajax4jsf.VIEW_HANDLERS

Re: pages not rendered anymore after update from 1.1.6 to 1.2.8

2009-12-08 Thread Richard Yee
)? Debugging all the frameworks together is really time consuming Michael -Original Message- From: Richard Yee [mailto:richard.k@gmail.com] Sent: Dienstag, 8. Dezember 2009 16:09 To: MyFaces Discussion Subject: Re: pages not rendered anymore after update from 1.1.6 to 1.2.8 Have you

Re: pages not rendered anymore after update from 1.1.6 to 1.2.8

2009-12-08 Thread Leonardo Uribe
Michael -Original Message- From: Richard Yee [mailto:richard.k@gmail.com] Sent: Dienstag, 8. Dezember 2009 16:09 To: MyFaces Discussion Subject: Re: pages not rendered anymore after update from 1.1.6 to 1.2.8 Have you tried just having a page with a JSF outputText tag