JSF 1.2 project status

2007-04-06 Thread Martin Haimberger
Hi *, Nice greatings from Christoph Ebner and me. Now a short overview of the JSF 1.2 implementation status. We looked over the unassigned issues: MYFACES-1563 - Christoph will do that. MYFACES-1255 - Crosschecked with RI - Only javadoc MYFACES-1264 - Christoph will do that. MYFACES-1253 -

Re: JSF 1.2 project status

2007-04-06 Thread Matthias Wessendorf
great, I bet someone will apply the patches, I am on vacation :) Thanks for the efforts! -M On 4/6/07, Martin Haimberger [EMAIL PROTECTED] wrote: Hi *, Nice greatings from Christoph Ebner and me. Now a short overview of the JSF 1.2 implementation status. We looked over the unassigned

Re: JSF 1.2 project status

2007-04-06 Thread Cagatay Civici
Cool, thanks for your time and work, In the weekend I'll test and apply the patches, Cagatay On 4/6/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: great, I bet someone will apply the patches, I am on vacation :) Thanks for the efforts! -M On 4/6/07, Martin Haimberger [EMAIL PROTECTED]

[jira] Commented: (MYFACES-1436) Add element deferred-value/method for elements in the taglibs

2007-04-06 Thread Martin Haimberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487224 ] Martin Haimberger commented on MYFACES-1436: Hi, as i can see, this work is already done. The h.tld

[jira] Created: (TOMAHAWK-958) Improve t:dataList example to demonstrate simple mode

2007-04-06 Thread Mike Kienenberger (JIRA)
Improve t:dataList example to demonstrate simple mode --- Key: TOMAHAWK-958 URL: https://issues.apache.org/jira/browse/TOMAHAWK-958 Project: MyFaces Tomahawk Issue Type: Improvement

[jira] Updated: (MYFACES-1548) UIComponent State change if getValueBinding() is called.

2007-04-06 Thread Mathias Broekelmann (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathias Broekelmann updated MYFACES-1548: - Resolution: Fixed Assignee: Mathias Broekelmann Status: Resolved

StartupServletContextListener.setFacesInitializer

2007-04-06 Thread Dennis Byrne
Having a little trouble determining when and how this method is invoked. Any ideas? Thanks, -- Dennis Byrne

Re: StartupServletContextListener.setFacesInitializer

2007-04-06 Thread Mike Kienenberger
org.apache.myfaces.webapp - myfaces-impl-1.1.5.jar MyFacesServlet init(ServletConfig) StartupServletContextListener contextInitialized(ServletContextEvent) On 4/6/07, Dennis Byrne [EMAIL PROTECTED] wrote: Having a little trouble determining when and how this method is invoked. Any

Re: StartupServletContextListener.setFacesInitializer

2007-04-06 Thread Dennis Byrne
I'm having a hard time seeing where it's invoked. Can you please help? http://svn.apache.org/viewvc/myfaces/core/tags/1_1_5/impl/src/main/java/org/apache/myfaces/webapp/MyFacesServlet.java?revision=509198view=markup Dennis Byrne On 4/6/07, Mike Kienenberger [EMAIL PROTECTED] wrote:

Re: StartupServletContextListener.setFacesInitializer

2007-04-06 Thread Mike Kienenberger
Oops. My mistake. I'm looking at initFaces. I see no StartupServletContextListener.setFacesInitializer method in MyFaces Core 1.1.5. On 4/6/07, Mike Kienenberger [EMAIL PROTECTED] wrote: public void init(ServletConfig servletConfig) throws ServletException { //Check,