Really make sure you enable logging with myfaces – it has to habit of swallowing fatal exceptions that you can only see if you have a properly configured log4j.properties file. Here is mine (put in WEB-INF/classes):

 

log4j.rootLogger=WARN, stdout

 

log4j.logger.org.apache.myfaces = INFO

log4j.logger.javax.faces = INFO

 

check also portal logs, there’s definitely an exception somewhere that you just don’t see

 


From: Stefan Gesigora [mailto:[EMAIL PROTECTED]
Sent: Monday, September 18, 2006 4:39 PM
To: MyFaces Discussion
Subject: Re: Portlet wasn't show after portal link clicked

 

Could it be a nullpointer or is it a problem with the page refresh?
If I minimize and the maximize the porlet it works.
But it doesn't work if I ony click the page link!

Help!!!

2006/9/18, Stefan Gesigora <[EMAIL PROTECTED]>:

Hi!

I'm using BEA Weblogic Portal Server 8.1 SP 5 and MyFaces 1.3 to build a portlet.
It works in the way it should do.
But when I clicked at the portal link that should call the page with my portlet again my portlet was not there!
Looked at the myfaces logs but everything seemed to be okay.

What could be the problem?

regards,
Steven

 

Reply via email to