LifecycleImpl log4j messages

2011-05-04 Thread FranzK
Hi -- I wanted to turn logging on for LifecycleImpl. In my log4.properties I have set log4j.logger.org.apache.myfaces.lifecycle.LifecycleImpl=TRACE the log4.propertires file is in the classpath (log4j and commons-logging jars are in lib). logging in general works, because I do all sort of

Error trying to fix bug MYFACES-3101

2011-05-04 Thread alex mustieles
Hi, I downloaded these jar files in order to fix the the bug reported at: https://issues.apache.org/jira/browse/MYFACES-3101?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel#issue-tabs Jar files:

[Trinidad] NPE on returnFromDialog

2011-05-04 Thread Luka Surija
Hello guys, I'm evaluating the transition of our projects from Trinidad 1.2.14 to 2.x. Most things works as expected, but I'm having some troubles with Dialog Service. 1. Can't open dialog in window mode with partialSubmit=true - nothing happens. 2. After dialog is open without window mode and

Bug in Common1_2_14.js

2011-05-04 Thread Mueller, Jens
This looks very much like a bug (== null instead of = null): adf/jsLibs/Common1_2_14.js if(_agent.isGecko) { if(a0._pprBlockingTimeout!=null) { a0.clearTimeout(a0._pprBlockingTimeout); a0._pprBlockingTimeout==null; } } HTH. 40 Jahre DZBW Herzlichen Dank unseren Kunden und Partnern. Wir freuen

Re: Error trying to fix bug MYFACES-3101

2011-05-04 Thread Martin Koci
alex mustieles píše v Út 03. 05. 2011 v 12:32 -0500: Hi Alex, Hi, I downloaded these jar files in order to fix the the bug reported at: https://issues.apache.org/jira/browse/MYFACES-3101?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel#issue-tabs Jar files:

f:setPropertyActionListener does not work

2011-05-04 Thread Georg Füchsle
Hallo I have made up a small JSF-Project using maven. It works as long I will not use f:setPropertyActionListener. When f:setPropertyActionListener is called, it runs into an exception. I deploy to WebShpere 6.1. I tried to switch the class loading without success. Looking forward for any help!

Re: Myfaces extension: changing default resource uri

2011-05-04 Thread sundaram
can you provide a example for this. like original resource location = /faces/myFacesExtensionResource/* allowed url = /faces/ndm/* Leonardo Uribe wrote: Hi The web config param you are looking for is this one: org.apache.myfaces.RESOURCE_VIRTUAL_PATH by default is:

Re: Myfaces extension: changing default resource uri

2011-05-04 Thread Leonardo Uribe
Hi Look here (just replace extensionResource with ndm): http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/simple20/src/main/webapp/WEB-INF/web.xml Check this param: context-param description Change the url-pattern from the ExtensionsFilter Default is

Re: f:setPropertyActionListener does not work

2011-05-04 Thread Leonardo Uribe
Hi Could you provide the exception to see if there is a configuration problem? regards, Leonardo 2011/5/4 Georg Füchsle giofy...@googlemail.com: Hallo I have made up a small JSF-Project using maven. It works as long I will not use f:setPropertyActionListener. When