[jira] Created: (TOMAHAWK-909) PPRPanelGroup ignores return value of false from custom onClick

2007-02-24 Thread Ernst Fastl (JIRA)
PPRPanelGroup ignores return value of false from custom onClick Key: TOMAHAWK-909 URL: https://issues.apache.org/jira/browse/TOMAHAWK-909 Project: MyFaces Tomahawk Issue

[jira] Updated: (TOMAHAWK-909) PPRPanelGroup ignores return value of false from custom onClick

2007-02-24 Thread Ernst Fastl (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernst Fastl updated TOMAHAWK-909: - Status: Patch Available (was: Open) PPRPanelGroup ignores return value of false from custom

Re: JSF 1.2 / continuum

2007-02-24 Thread Matthias Wessendorf
ok, continuum deploys the JSF 1.2 stuff now to: q On 2/23/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: ah, ok for cont. however, I am not able to edit the things... I committed the dist. mgmt in the meantime. mvn clean install should be moved to mvn clean install source:jar deploy On

Re: JSF 1.2 / continuum

2007-02-24 Thread Dennis Byrne
Hello Matze, where does it deploy it to. Is there any way we can use this for feedback? Dennis Byrne On 2/24/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: ok, continuum deploys the JSF 1.2 stuff now to: q On 2/23/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: ah, ok for cont.

Re: JSF 1.2 / continuum

2007-02-24 Thread Matthias Wessendorf
sorry, missed the url http://people.apache.org/repo/m2-snapshot-repository/ I also ping the geronimos, since they now able to use that continuum based stuff, instead of integrating the myfaces_12 code... :) -M On 2/24/07, Dennis Byrne [EMAIL PROTECTED] wrote: Hello Matze, where does it

Re: svn commit: r511270 - /myfaces/core/branches/jsf12/impl/pom.xml

2007-02-24 Thread Mathias Brökelmann
That dependency should be optional or provided and we need to make sure that myfaces can run without it. 2007/2/24, [EMAIL PROTECTED] [EMAIL PROTECTED]: Author: dennisbyrne Date: Sat Feb 24 05:42:20 2007 New Revision: 511270 URL: http://svn.apache.org/viewvc?view=revrev=511270 Log: committing

Re: svn commit: r511230 - in /myfaces/core/branches/jsf12/impl/src: main/java/org/apache/myfaces/config/ main/java/org/apache/myfaces/config/annotation/ main/java/org/apache/myfaces/el/ main/java/org/

2007-02-24 Thread Mathias Brökelmann
Hi Dennis, I have a problem with the handling of ManagedBeans in VariableResolverImpl. According to the spec the VariableResolverImpl should only delegate to the application elresolver now. The managed beans where resolved in a new ManagedBeanResolver. We already have an implementation for this

Re: svn commit: r511230 - in /myfaces/core/branches/jsf12/impl/src: main/java/org/apache/myfaces/config/ main/java/org/apache/myfaces/config/annotation/ main/java/org/apache/myfaces/el/ main/java/org/

2007-02-24 Thread Mathias Brökelmann
sorry - forget it. I have not seen that you have already done that. 2007/2/24, Mathias Brökelmann [EMAIL PROTECTED]: Hi Dennis, I have a problem with the handling of ManagedBeans in VariableResolverImpl. According to the spec the VariableResolverImpl should only delegate to the application

Re: svn commit: r511230 - in /myfaces/core/branches/jsf12/impl/src: main/java/org/apache/myfaces/config/ main/java/org/apache/myfaces/config/annotation/ main/java/org/apache/myfaces/el/ main/java/org/

2007-02-24 Thread Mathias Brökelmann
sorry there is no problem with your implementation of ManagedBeanResolver. I was just a little bit confused by your changes to VariableResolverImpl. Because the implementation of this class must be stripped down for 1.2 and does not handle managed beans any more. 2007/2/24, Dennis Byrne [EMAIL

[jira] Updated: (MYFACES-1541) Partial State Saving improvement to myfaces

2007-02-24 Thread Martin Haimberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Haimberger updated MYFACES-1541: --- Status: Patch Available (was: Open) Partial State Saving improvement to myfaces

[jira] Created: (TOBAGO-300) apt plugin doesn't set the sourcepath parameter of apt

2007-02-24 Thread Bernd Bohmann (JIRA)
apt plugin doesn't set the sourcepath parameter of apt -- Key: TOBAGO-300 URL: https://issues.apache.org/jira/browse/TOBAGO-300 Project: MyFaces Tobago Issue Type: Improvement

Re: [continuum] account blocked

2007-02-24 Thread Wendy Smoak
On 2/23/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: hello continuum admins, the http://myfaces.zones.apache.org:8081 mrmaven account is locked currently. any change to get it unlocked ? It's unlocked. (And I've sent the password for the 'admin' account to the private list in the past,

Partial State-Saving

2007-02-24 Thread Martin Marinschek
Hey *, I've finally found the time to go through the partial state-saving stuff Martin Haimberger did through his Google SoC assignment and we have together made sure the kinks are polished out pretty much. The rest will: a) enable much less state saved per each request (by a factor of 3, 4),

Re: Partial State-Saving

2007-02-24 Thread Jacob Hookom
This seams a bit odd: private TreeStructComponent internalBuildInitalTreeStructureToSave(UIComponent component,FacesContext facesContext, Object state, int childIndex) { Object myState = null; Map facetStateMap = null; List childrenStateList = null; if (state