[jira] [Resolved] (PORTLETBRIDGE-99) RequestScopeListener not Serializable

2011-06-07 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Freedman resolved PORTLETBRIDGE-99. --- Resolution: Fixed Fix was to make the RequestScopeListener a non inner

Re: [VOTE] release for myfaces tomahawk 1.1.11

2011-06-07 Thread Werner Punz
Sorry for killing off the first time in my life a release. But it is vital for some people in the users list to finally get THOMAHAWK-1389 in, I forgot somehow postponed the bigfix to the June time when I finally have more time to work on myfaces again. I was kind of surprised accidentally by th

[jira] [Resolved] (PORTLETBRIDGE-213) Portlet 2.0 Bridge: FacesMessages not updated in bridge scope if empty

2011-06-07 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Freedman resolved PORTLETBRIDGE-213. Resolution: Fixed Fix Version/s: 3.0.0-alpha

[jira] [Resolved] (PORTLETBRIDGE-204) Bridge doesn't work with Mojarra 2.0.4b09

2011-06-07 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Freedman resolved PORTLETBRIDGE-204. Resolution: Fixed Fix Version/s: 3.0.0-alpha Bridge no longer

[jira] [Resolved] (PORTLETBRIDGE-190) New Bridge 3.0 files missing Apache License headers

2011-06-07 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Freedman resolved PORTLETBRIDGE-190. Resolution: Fixed Fix Version/s: 3.0.0-alpha Added headers >

[core] best way for editable table

2011-06-07 Thread Martin Koci
Hi, how to do editable table in JSF? Not with all rows/cell in editable state, only with those ones which user switch with icon to update state. Example: Solution 1: add ValueExpression to attribute determines state of component: This solution has serious disadvantages: -- you m

Re: [core] best way for editable table

2011-06-07 Thread Werner Punz
I opted for approach 1 in one project i have on github, speed is not really an issue since you display only a handful of datasets anyway, but I tried to keep the editable information outside of the lifecycle to avoid unnecessary saves and restores. Werner Am 07.06.11 21:29, schrieb Martin K

Re: [core] best way for editable table

2011-06-07 Thread Martin Koci
Hi, yes I use 1. for small tables, but consider table 200 x 200. Then you must have required, displayValueOnly, disabled etc for each component - that means 200x200x3 evaluated expression during *one* JSF phase. Regards, Kočičák Werner Punz píše v Út 07. 06. 2011 v 22:05 +0200: > opted

[VOTE] release for myfaces core 2.0.7

2011-06-07 Thread Leonardo Uribe
Hi, I was running the needed tasks to get the 2.0.7 release of Apache MyFaces core out. This is a quick bug-fix release for the following issues. * [MYFACES-3161] - UIData.restoreDescendantComponentStates fails when empty datatable is used and a new row is created * [MYFACES-3162] - AJAX Broke

Re: [VOTE] release for myfaces core 2.0.7

2011-06-07 Thread Leonardo Uribe
+1 2011/6/7 Leonardo Uribe : > Hi, > > I was running the needed tasks to get the 2.0.7 release of Apache > MyFaces core out. > > This is a quick bug-fix release for the following issues. > >  * [MYFACES-3161] - UIData.restoreDescendantComponentStates fails when > empty datatable is used and a new

[VOTE] release for myfaces core 2.1.1

2011-06-07 Thread Leonardo Uribe
Hi, I was running the needed tasks to get the 2.1.1 release of Apache MyFaces core out. This is a quick bug-fix release for the following issues. * [MYFACES-3161] - UIData.restoreDescendantComponentStates fails when empty datatable is used and a new row is created * [MYFACES-3162] - AJAX Broke

Re: [VOTE] release for myfaces core 2.1.1

2011-06-07 Thread Leonardo Uribe
+1 2011/6/8 Leonardo Uribe : > Hi, > > I was running the needed tasks to get the 2.1.1 release of Apache > MyFaces core out. > > This is a quick bug-fix release for the following issues. > >  * [MYFACES-3161] - UIData.restoreDescendantComponentStates fails when > empty datatable is used and a new