Re: PPRPhaseListener

2007-04-26 Thread Ernst Fastl
Hi, The PPRPhaseListener is called before RenderResponse so in my understanding decode should have been called normally on all components. The only thing ommited is the normal rendering. Rather the PPRPhaseListener seeks the affected components based on their clientIds calls the encodeMethods,

Re: PPRPhaseListener

2007-04-26 Thread Gerald Müllan
Well, i had a quick look with a dataTable where the value corresponds to a aliasBean alias which references a list of objects. In the PPRPhaseListener the dataTable has been seeked correctly (and the main tags rendered out), but during rendering its children the amount is 0. I believe it is the

[jira] Commented: (TOMAHAWK-205) inputCalendar Popup positioned incorrectly in scrollable div

2007-04-26 Thread Dominique Jean-Prost (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491945 ] Dominique Jean-Prost commented on TOMAHAWK-205: --- Well, I gave a chance to bug#726 patch, and I have

[jira] Created: (TOBAGO-367) cell spanY attribute results in rendering error

2007-04-26 Thread Dennis Hauser (JIRA)
cell spanY attribute results in rendering error --- Key: TOBAGO-367 URL: https://issues.apache.org/jira/browse/TOBAGO-367 Project: MyFaces Tobago Issue Type: Bug Affects Versions: 1.0.10

[jira] Created: (TOBAGO-368) tx:in validator attribute is not working

2007-04-26 Thread Dennis Hauser (JIRA)
tx:in validator attribute is not working Key: TOBAGO-368 URL: https://issues.apache.org/jira/browse/TOBAGO-368 Project: MyFaces Tobago Issue Type: Improvement Affects Versions: 1.0.10

[jira] Commented: (TOBAGO-368) tx:in validator attribute is not working

2007-04-26 Thread Dennis Hauser (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491966 ] Dennis Hauser commented on TOBAGO-368: -- My example was more complex than described above, the tx:in although

[jira] Resolved: (MYFACES-1582) web-facesconfig_1_2.xsd contains restrictive copyright

2007-04-26 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul McMahan resolved MYFACES-1582. --- Resolution: Fixed Fix Version/s: 1.2.0-SNAPSHOT Assignee: Paul McMahan

Re: [SVN] - Help ? svn mv

2007-04-26 Thread Matthias Wessendorf
does that also move the branches ? On 4/25/07, Bruno Aranda [EMAIL PROTECTED] wrote: Not that I know of :-) Bruno On 25/04/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, it sounds like a really straight forward task, but.. are there any (known) issue w/ a svn move ? I'd like to

[jira] Created: (TOMAHAWK-971) Schedule throws a java.lang.IllegalStateException if more than one post back is made consecitively when using the jsf 1.1 ri

2007-04-26 Thread Kem Elbrader (JIRA)
Schedule throws a java.lang.IllegalStateException if more than one post back is made consecitively when using the jsf 1.1 ri Key: TOMAHAWK-971

ppr and javascript response

2007-04-26 Thread Mario Ivankovits
Hi! As far as I know its not yet possible to process the javascript within the response, is it? Hmm ... a naive question, would it be really that easy if we just get all script tags and eval() their content? This would not work with referenced javascript files, but with embedded script code, no?

[jira] Created: (TOMAHAWK-972) It is not possible to have two verticak panelNavigation2 menus on the same page

2007-04-26 Thread Hermod Opstvedt (JIRA)
It is not possible to have two verticak panelNavigation2 menus on the same page --- Key: TOMAHAWK-972 URL: https://issues.apache.org/jira/browse/TOMAHAWK-972 Project: MyFaces

[jira] Commented: (MYFACES-1328) UISelectOne and UISelectMany fail with custom converter that returns java.lang.String from getAsObject() method.

2007-04-26 Thread Paul Devine (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492118 ] Paul Devine commented on MYFACES-1328: -- This comment is not intended as a bug report of any kind, but might

Re: [SVN] - Help ? svn mv

2007-04-26 Thread Martin van den Bemt
If you move it at the right level : yes :) After the move use svn switch to ehhh switch to the new location ;) Mvgr, Martin Matthias Wessendorf wrote: does that also move the branches ? On 4/25/07, Bruno Aranda [EMAIL PROTECTED] wrote: Not that I know of :-) Bruno On 25/04/07, Matthias

[jira] Created: (MYFACES-1604) commandLink with disabled=true should render children and id

2007-04-26 Thread Paul McMahan (JIRA)
commandLink with disabled=true should render children and id Key: MYFACES-1604 URL: https://issues.apache.org/jira/browse/MYFACES-1604 Project: MyFaces Core Issue Type: Bug

[jira] Resolved: (MYFACES-1604) commandLink with disabled=true should render children and id

2007-04-26 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul McMahan resolved MYFACES-1604. --- Resolution: Fixed Fix Version/s: 1.2.0-SNAPSHOT commandLink with disabled=true

Re: PPRPhaseListener

2007-04-26 Thread Ernst Fastl
Shure see you there soon, I'm confident that we'll be able to find a solution. greez Ernst On 4/26/07, Gerald Müllan [EMAIL PROTECTED] wrote: Well, i had a quick look with a dataTable where the value corresponds to a aliasBean alias which references a list of objects. In the PPRPhaseListener