Re: [GSoC] MAB Project

2010-07-22 Thread Tobіas Ullrіch
Hi, On Wed, Jul 21, 2010 at 18:32, Gerhard Petracek gerhard.petra...@gmail.com wrote: ok - you mean a plugin for mab which generates pom files (and not a plugin for maven). - +1 of course, sorry, should have been more precise. Cheers, Tobias

Re: [VOTE] Release MyFaces Portlet Bridge 2.0.0-beta

2010-07-22 Thread Matthias Wessendorf
+1 On Wed, Jul 21, 2010 at 10:18 PM, Michael Freedman michael.freed...@oracle.com wrote: +1 On 7/20/2010 2:09 PM, Michael Freedman wrote: Please vote on the proposed release of MyFaces Portlet Bridge 2.0.0-beta.  This is the beta version of the JSR 329 RI: Portlet 2.0 Bridge for JavaServer

[COMMUNITY] MyFaces += Ali Ok

2010-07-22 Thread Matthias Wessendorf
The Myfaces PMC is proud to announce a new addition to our community. Please welcome Ali Ok as the newest MyFaces committer! Ali is an active member of the myfaces community, especially on MyFaces core and the HTML5 (gsoc) subproject. @Ali: Please add yourself to the Master-POM at

Re: [COMMUNITY] MyFaces += Ali Ok

2010-07-22 Thread Jan-Kees van Andel
Hey Ali, Congratulations, good luck with all your work and a very warm welcome! Regards, Jan-Kees 2010/7/22 Matthias Wessendorf mat...@apache.org The Myfaces PMC is proud to announce a new addition to our community. Please welcome Ali Ok as the newest MyFaces committer! Ali is an active

Re: [COMMUNITY] MyFaces += Ali Ok

2010-07-22 Thread Gerhard Petracek
welcome! regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/7/22 Matthias Wessendorf mat...@apache.org The Myfaces PMC is proud to announce a new addition to our community.

Re: [COMMUNITY] MyFaces += Ali Ok

2010-07-22 Thread Hazem Saleh
Congratulations and welcome! On Thu, Jul 22, 2010 at 2:38 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: welcome! regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Bruno Aranda
Hi, Having problems with Primefaces again I have realised that something was working with Mojarra, but not with MyFaces. Again, is the ResponseWriter.startCDATA stuff which Primefaces invokes directly on its main phase listener. However, reading the javadocs:

Re: [COMMUNITY] MyFaces += Ali Ok

2010-07-22 Thread Jakob Korherr
Welcome, Ali :) Regards, Jakob 2010/7/22 Hazem Saleh haz...@apache.org Congratulations and welcome! On Thu, Jul 22, 2010 at 2:38 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: welcome! regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development

[jira] Created: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Bruno Aranda (JIRA)
ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs -- Key: MYFACES-2835 URL:

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Bruno Aranda
https://issues.apache.org/jira/browse/MYFACES-2835 On 22 July 2010 12:48, Bruno Aranda brunoara...@gmail.com wrote: Hi, Having problems with Primefaces again I have realised that something was working with Mojarra, but not with MyFaces. Again, is the ResponseWriter.startCDATA stuff which

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Jakob Korherr
Hi Bruno, Please take a look at MYFACES-2831. This seems to be the same problem! Regards, Jakob 2010/7/22 Bruno Aranda brunoara...@gmail.com Hi, Having problems with Primefaces again I have realised that something was working with Mojarra, but not with MyFaces. Again, is the

Re: [COMMUNITY] MyFaces += Ali Ok

2010-07-22 Thread Ali Ok
I have to say I am very honored. Thanks again for inviting me. Let's have fun and develop great software :) Greetings, Ali On Thu, Jul 22, 2010 at 2:54 PM, Jakob Korherr jakob.korh...@gmail.comwrote: Welcome, Ali :) Regards, Jakob 2010/7/22 Hazem Saleh haz...@apache.org Congratulations

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Jakob Korherr
Sorry, had to reopen it. Please take a look at the JIRA. Regards, Jakob 2010/7/22 Jakob Korherr jakob.korh...@gmail.com Hi Bruno, Please take a look at MYFACES-2831. This seems to be the same problem! Regards, Jakob 2010/7/22 Bruno Aranda brunoara...@gmail.com Hi, Having problems

[jira] Resolved: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Bruno Aranda (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Aranda resolved MYFACES-2835. --- Fix Version/s: 2.0.2-SNAPSHOT Resolution: Fixed This has now been fixed

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Matthias Wessendorf
sounds right. does blame say more why it does not do nothing? It is also kinda strange since the TCK was successfully executed for 2.0.0 and 2.0.1; -Matthias On Thu, Jul 22, 2010 at 1:48 PM, Bruno Aranda brunoara...@gmail.com wrote: Hi, Having problems with Primefaces again I have realised

[jira] Reopened: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr reopened MYFACES-2835: This is not the whole solution for this issue. startCData() and endCData() are used

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Matthias Wessendorf
so, maybe there are now regressions? hrm. have you done some testing? -M On Thu, Jul 22, 2010 at 2:07 PM, Matthias Wessendorf mat...@apache.org wrote: sounds right. does blame say more why it does not do nothing? It is also kinda strange since the TCK was successfully executed for 2.0.0

[jira] Commented: (MYFACES-2831) Avoid neested CDATA section for PPR e.g. with Primefaces

2010-07-22 Thread Bruno Aranda (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891110#action_12891110 ] Bruno Aranda commented on MYFACES-2831: --- See MYFACES-2835 In Mojarra, the same

[jira] Commented: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Bruno Aranda (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891118#action_12891118 ] Bruno Aranda commented on MYFACES-2835: --- I am afraid it is the solution. The

[jira] Commented: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Bruno Aranda (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891127#action_12891127 ] Bruno Aranda commented on MYFACES-2835: --- Ah yes, I see, you are right. I will fix

[jira] Commented: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891126#action_12891126 ] Jakob Korherr commented on MYFACES-2835: Yes, I know. The solution is right on

[jira] Commented: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891129#action_12891129 ] Jakob Korherr commented on MYFACES-2835: Yes, PartialResponseWriterImpl has to be

[jira] Commented: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891128#action_12891128 ] Jakob Korherr commented on MYFACES-2835: FYI test cases which currently fail

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Matthias Wessendorf
On Thu, Jul 22, 2010 at 2:14 PM, Matthias Wessendorf mat...@apache.org wrote: so, maybe there are now regressions? hrm. have you done some testing? Ah, the discussion is on the JIRA.. please run tests, before committing ;-) -M On Thu, Jul 22, 2010 at 2:07 PM, Matthias Wessendorf

[jira] Commented: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Bruno Aranda (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891142#action_12891142 ] Bruno Aranda commented on MYFACES-2835: --- Diferent quick tests I have done (black

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Bruno Aranda
yeah, sorry, my problem was running only the API tests :) Bruno On 22 July 2010 13:48, Matthias Wessendorf mat...@apache.org wrote: On Thu, Jul 22, 2010 at 2:14 PM, Matthias Wessendorf mat...@apache.org wrote: so, maybe there are now regressions? hrm. have you done some testing? Ah,

[jira] Created: (TOBAGO-900) Evaluation of a CSS templating engine like LESS or SASS

2010-07-22 Thread Udo Schnurpfeil (JIRA)
Evaluation of a CSS templating engine like LESS or SASS --- Key: TOBAGO-900 URL: https://issues.apache.org/jira/browse/TOBAGO-900 Project: MyFaces Tobago Issue Type: Task

[jira] Commented: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891175#action_12891175 ] Werner Punz commented on MYFACES-2835: -- Hi since I am sitll on vacation until the

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Bruno Aranda
As you can see in my black box tests with Mojarra, the behaviour is different in both implementations. In the base ResponseWriter class, they don't do anything in the startCDATA method and throw an undocumented exception in the endCDATA. In both implementations of the base class, they throw an

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Bruno Aranda
Just clicked on sent and Werner had answered in the JIRA issue explaining the partial approach... Cheers, Bruno On 22 July 2010 15:12, Bruno Aranda brunoara...@gmail.com wrote: As you can see in my black box tests with Mojarra, the behaviour is different in both implementations. In the base

[jira] Commented: (TOBAGO-900) Evaluation of a CSS templating engine like LESS or SASS

2010-07-22 Thread Udo Schnurpfeil (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891181#action_12891181 ] Udo Schnurpfeil commented on TOBAGO-900: It might also make sense to optimize the

Re: [COMMUNITY] MyFaces += Ali Ok

2010-07-22 Thread Martin Marinschek
Welcome Ali! Still have to look through all of the stuff that you have already done, but I am sure I will get to it... best regards, Martin On Thu, Jul 22, 2010 at 2:01 PM, Ali Ok al...@aliok.com.tr wrote: I have to say I am very honored. Thanks again for inviting me. Let's have fun and

Re: [GSOC] State saving status after first improvements

2010-07-22 Thread Marius Petoi
Hello, So, for MyFaces, the state sizes of the basic components are: - without partial state saving: - HtmlOutputLabel: 760 B - HtmlInputText: 582 B - HtmlCommandButton: 1057 B - UIDebug: 606 B - HtmlDataTable: 1275 B (regardless of the number of lines the table has) -

[jira] Commented: (MYFACES-2835) ResponseWriter.startCDATA() and endCDATA() methods should take no action according to the Javadocs

2010-07-22 Thread Bruno Aranda (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891183#action_12891183 ] Bruno Aranda commented on MYFACES-2835: --- Ok, I will revert my change of this

[jira] Updated: (EXTVAL-99) Allow reading WEB.XML parameters without removing spaces

2010-07-22 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated EXTVAL-99: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.2.4-SNAPSHOT

[jira] Updated: (TRINIDAD-1860) Rename wrong style names in casablanca skin

2010-07-22 Thread Marius Petoi (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Petoi updated TRINIDAD-1860: --- Status: Patch Available (was: Open) Rename wrong style names in casablanca skin

Re: [Trinidad] skinning keys for 'icons'

2010-07-22 Thread Marius Petoi
Hi Jeanne, I renamed the styles and added the patch to the ticket: https://issues.apache.org/jira/browse/TRINIDAD-1860. The styles were not used anywhere else in the casablanca skin or in Trinidad, so this shouldn't have such a big impact. Regards, Marius On Thu, Jul 22, 2010 at 12:20 AM,

[jira] Created: (TRINIDAD-1860) Rename wrong style names in casablanca skin

2010-07-22 Thread Marius Petoi (JIRA)
Rename wrong style names in casablanca skin --- Key: TRINIDAD-1860 URL: https://issues.apache.org/jira/browse/TRINIDAD-1860 Project: MyFaces Trinidad Issue Type: Bug Components: Skinning

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Bruno Aranda
Further investigation of this incompatibility problem with myfaces leads me to the fact that in the HtmlResponseWriterImpl, when we write the content of a script, we create a CDATA element without checking if is nested at all. That is a problem, because if we use the standard response writer and

[jira] Updated: (EXTVAL-106) test-cases for ExtValModuleConfiguration

2010-07-22 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated EXTVAL-106: Status: Resolved (was: Patch Available) Fix Version/s: 1.2.4-SNAPSHOT

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Mark Struberg
But isn't the patch of Marcus Büttner doing this by maintaining a reference counter? Another question: how is the performance of all this scanning/dynamic replacement? LieGrue, strub From: Bruno Aranda brunoara...@gmail.com To: MyFaces Development dev@myfaces.apache.org Sent: Thu, July 22,

[jira] Created: (MYFACES-2836) HtmlResponseWriterImpl does not check if a CDATA section is already opened when writing the content of a script

2010-07-22 Thread Bruno Aranda (JIRA)
HtmlResponseWriterImpl does not check if a CDATA section is already opened when writing the content of a script --- Key: MYFACES-2836 URL:

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Bruno Aranda
Hi, My proposed solution is to simply have a boolean to know if we are writing inside a CDATA section already or not. See patch in: https://issues.apache.org/jira/browse/MYFACES-2836 And then we just check the value of this boolean to know if we have to open a new CDATA section or not. This is

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Werner Punz
Hia guys please also read up on my jira response. The entire thing is not as easy as it seems, because there are various ways a cdata block can be opened, first you can do it via startCDATA secondly you can do it via a direct write. I did some kind of double buffering in case of a cdata block

Re: [GSOC] State saving status after first improvements

2010-07-22 Thread Leonardo Uribe
Hi Marius 2010/7/22 Marius Petoi marius.pe...@codebeat.ro Hello, So, for MyFaces, the state sizes of the basic components are: - without partial state saving: - HtmlOutputLabel: 760 B - HtmlInputText: 582 B - HtmlCommandButton: 1057 B - UIDebug: 606 B -

Re: [COMMUNITY] MyFaces += Ali Ok

2010-07-22 Thread Leonardo Uribe
Welcome! regards, Leonardo 2010/7/22 Martin Marinschek mmarinsc...@apache.org Welcome Ali! Still have to look through all of the stuff that you have already done, but I am sure I will get to it... best regards, Martin On Thu, Jul 22, 2010 at 2:01 PM, Ali Ok al...@aliok.com.tr wrote:

[jira] Created: (TOBAGO-901) On wide empty sheets not all columns are displayed

2010-07-22 Thread Sven Bunge (JIRA)
On wide empty sheets not all columns are displayed -- Key: TOBAGO-901 URL: https://issues.apache.org/jira/browse/TOBAGO-901 Project: MyFaces Tobago Issue Type: Bug Affects Versions: 1.0.27

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Bruno Aranda
But we are talking about the HtmlResponseWriterImpl, which outputs HTML. The fix I have done is in that class and it only checks if there is a CDATA already started before starting one when writing the scripts. It is slightly different to the original problem (about the HtmlResponse, which is

Re: [COMMUNITY] MyFaces += Ali Ok

2010-07-22 Thread Bruno Aranda
Welcome Ali! And keep up the good work! Bruno On 22 July 2010 17:45, Leonardo Uribe lu4...@gmail.com wrote: Welcome! regards, Leonardo 2010/7/22 Martin Marinschek mmarinsc...@apache.org Welcome Ali! Still have to look through all of the stuff that you have already done, but I am

[jira] Resolved: (TRINIDAD-636) Skinning an icon does not pick up base skin's non-overridden properties

2010-07-22 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeanne Waldman resolved TRINIDAD-636. - Assignee: Jeanne Waldman Fix Version/s: 1.2.14-core Resolution: Fixed

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Werner Punz
Ok point taken, yes the HTMLResponseWriterImpl definitely is html so a fix there is valid. Werner Am 22.07.10 20:11, schrieb Bruno Aranda: But we are talking about the HtmlResponseWriterImpl, which outputs HTML. The fix I have done is in that class and it only checks if there is a CDATA

Re: Fixing ResponseWriter.startCDATA/endCDATA

2010-07-22 Thread Werner Punz
Btw. one issue about this, check if your fix does not break anything in the ppr case. The problem is that the ppr responseWriter simply delegates the HtmlResponseWriterImpl, but the issue is that CDATA blocks are automatically opened before any html is rendered, any valid CDATA block inside

[jira] Commented: (MYFACES-2836) HtmlResponseWriterImpl does not check if a CDATA section is already opened when writing the content of a script

2010-07-22 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891358#action_12891358 ] Jakob Korherr commented on MYFACES-2836: The patch looks good, Bruno. However it

Re: [Trinidad] skinning keys for 'icons'

2010-07-22 Thread Jeanne Waldman
Great! Thank you. I'll review and commit. Jeanne Marius Petoi wrote, On 7/22/2010 8:04 AM PT: Hi Jeanne, I renamed the styles and added the patch to the ticket: https://issues.apache.org/jira/browse/TRINIDAD-1860. The styles were not used anywhere else in the casablanca skin or in

[ANNOUNCE] Release of Apache MyFaces Portlet Bridge 1.0.0

2010-07-22 Thread Michael Freedman
The Apache MyFaces Portlet Bridge team is pleased to announce the release of Apache MyFaces Portlet Bridge 1.0.0. This is the production release of the JSR 301 reference implementation corresponding to the recently approved specification (Portlet 1.0 Bridge for JavaServer Faces 1.2). It

[jira] Commented: (TRINIDAD-1860) Rename wrong style names in casablanca skin

2010-07-22 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891370#action_12891370 ] Jeanne Waldman commented on TRINIDAD-1860: -- I reviewed the patch and some of

Re: [Trinidad] skinning keys for 'icons'

2010-07-22 Thread Jeanne Waldman
I reviewed the patch and some of the style selectors that end in Icon but are styles still exist. Search for "Icon {" in the file. e.g., .CBIconErrorIcon { -tr-rule-ref: selector(".CBIconLook:alias"); -tr-rule-ref: selector(".CBIconError:alias"); -tr-rule-ref: selector(".CBIconCommon"); }

[jira] Created: (TRINIDAD-1861) Add implementations for getCurrentPhaseId()/setCurrentPhaseId() to MockFacesContext12

2010-07-22 Thread Pavitra Subramaniam (JIRA)
Add implementations for getCurrentPhaseId()/setCurrentPhaseId() to MockFacesContext12 - Key: TRINIDAD-1861 URL: https://issues.apache.org/jira/browse/TRINIDAD-1861

[ANNOUNCE] Release of Apache MyFaces Portlet Bridge TCK for JSR-301 v1.0.0

2010-07-22 Thread Michael Freedman
The Apache MyFaces Portlet Bridge team is pleased to announce the release of Apache MyFaces Portlet Bridge TCK for JSR-301 v1.0.0. This is the test conformance kit (TCK) for the recently approved JSR 301 specification (Portlet 1.0 Bridge for JavaServer Faces 1.2). It is available for those

[jira] Commented: (MYFACES-2753) Trivial multi-level templating does not work if ui:include is used

2010-07-22 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891418#action_12891418 ] Leonardo Uribe commented on MYFACES-2753: - Attached to this issue there is a

[jira] Commented: (TRINIDAD-1860) Rename wrong style names in casablanca skin

2010-07-22 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891421#action_12891421 ] Jeanne Waldman commented on TRINIDAD-1860: -- Also, if you change the name from

[jira] Created: (TRINIDAD-1862) warn if a style selector ends in 'icon' to prevent this from happening

2010-07-22 Thread Jeanne Waldman (JIRA)
warn if a style selector ends in 'icon' to prevent this from happening -- Key: TRINIDAD-1862 URL: https://issues.apache.org/jira/browse/TRINIDAD-1862 Project: MyFaces Trinidad

[jira] Commented: (MYFACES-2824) Improve invokeOnComponent and visitTree methods in UILeaf

2010-07-22 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891451#action_12891451 ] Leonardo Uribe commented on MYFACES-2824: - I think compare the client id on

Re: [GSOC] State saving status after first improvements

2010-07-22 Thread Martin Marinschek
Hi guys, Unfortunately, try to save the state directly on the child components is not possible. The problem is the datatable is the one who know about the rows, so the right place for save this information (at least the delta information) is there. But the initial state could be saved on the

[jira] Commented: (MYFACES-2774) Remove MARK_DELETED attribute from the component

2010-07-22 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12891454#action_12891454 ] Leonardo Uribe commented on MYFACES-2774: - I have an idea. Take a look at

Re: [ANNOUNCE] Release of Apache MyFaces Portlet Bridge TCK for JSR-301 v1.0.0

2010-07-22 Thread Kito Mann
Great work, Mike! --- Kito D. Mann | twitter: kito99 | Author, JSF in Action Virtua, Inc. | http://www.virtua.com | JSF/Java EE training and consulting http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info | twitter: jsfcentral +1 203-404-4848 x3 Sign up for the JSFCentral newsletter: