[jira] Created: (TRINIDAD-1944) I am using trinidad table where it will list 10 results , but i want to list first 8 rows and hide other 2 rows, when a user clicks on 'Show All' link it show all the 1

2010-10-21 Thread Meghana J (JIRA)
I am using trinidad table where it will list 10 results , but i want to list first 8 rows and hide other 2 rows, when a user clicks on 'Show All' link it show all the 10 results. Please help me out in implementing this feature.

[jira] Commented: (MYFACES-2944) Make those add*** methods public in WebXml

2010-10-21 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12923364#action_12923364 ] Ivan commented on MYFACES-2944: --- Hi, Jakob, the changes look perfect. If you could help to

[jira] Created: (MYFACES-2952) Improve Atmosphere Meteor support of MyFaces

2010-10-21 Thread JIRA
Improve Atmosphere Meteor support of MyFaces Key: MYFACES-2952 URL: https://issues.apache.org/jira/browse/MYFACES-2952 Project: MyFaces Core Issue Type: Improvement Affects Versions:

[jira] Commented: (MYFACES-2952) Improve Atmosphere Meteor support of MyFaces

2010-10-21 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12923381#action_12923381 ] Matthias Weßendorf commented on MYFACES-2952: - A typical Meteor configuration

[jira] Created: (MYFACES-2953) make myfaces maven-3 compatible

2010-10-21 Thread Mark Struberg (JIRA)
make myfaces maven-3 compatible --- Key: MYFACES-2953 URL: https://issues.apache.org/jira/browse/MYFACES-2953 Project: MyFaces Core Issue Type: Improvement Components: build process Affects

[jira] Commented: (TOMAHAWK-1554) CollapsiblePanel CSS Question

2010-10-21 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12923402#action_12923402 ] Jakob Korherr commented on TOMAHAWK-1554: - Hi Oliver, I guess this is an

[jira] Commented: (MYFACES-2949) I think that MyFaces should use JSF 2 resource handling instead of directly write script resources to the output stream

2010-10-21 Thread Hampus Wingren (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12923403#action_12923403 ] Hampus Wingren commented on MYFACES-2949: - Sure, I´ve only seen the oamSubmit.js

[jira] Resolved: (MYFACES-2944) Make those add*** methods public in WebXml

2010-10-21 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2944. Resolution: Fixed Fix Version/s: 2.0.3-SNAPSHOT OK, great to hear! I added the

Re: Is it possible to make those xml digest class serializable ?

2010-10-21 Thread Jakob Korherr
Hi Ivan, Actually the ApplicationMap is only a wrapper of the ServletContext attributes, thus you get the same Map from any Faces-/ExternalContext (regardless if startup, shutdown or request). Thus if you put your SPI instance(s) on the ServletContext attributes Map, we can pick them up via the

[DISCUSS] upgrade to maven-checkstyle-plugin-2.6

2010-10-21 Thread Mark Struberg
Hi! As I explained in MYFACES-2953 [1], we should upgrade to maven-checkstyle-plugin-2.6 To make this happen, I've already tweaked, committed and deployed * checkstyle-rules https://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/other/checkstyle-rules * myfaces-master-pom

Re: Fwd: [jira] Updated: (TRINIDAD-1942) ViewDeclarationLanguageFactoryImpl implementation should cache physical URI for the current viewId on the ViewMap

2010-10-21 Thread Pavitra Subramaniam
Hi Max, If you haven't already committed the patch can you do it by eod? Thanks! Pavitra On 10/20/2010 10:55 AM, MAX STARETS wrote: No problem, Pavitra. I am planning to commit the patch today unless there are objections from anybody on this list. Max On 10/20/2010 12:47 PM, Pavitra

Re: Fwd: [jira] Updated: (TRINIDAD-1942) ViewDeclarationLanguageFactoryImpl implementation should cache physical URI for the current viewId on the ViewMap

2010-10-21 Thread MAX STARETS
Pavitra, I will do it in the next hour. Sorry - lots of issues came up. Max On 10/21/2010 1:08 PM, Pavitra Subramaniam wrote: Hi Max, If you haven't already committed the patch can you do it by eod? Thanks! Pavitra On 10/20/2010 10:55 AM, MAX STARETS wrote: No problem, Pavitra. I am

[jira] Commented: (TOMAHAWK-1554) CollapsiblePanel CSS Question

2010-10-21 Thread Oliver Bayer (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12923555#action_12923555 ] Oliver Bayer commented on TOMAHAWK-1554: Hi Jakob, thanks for the fast answer

[jira] Updated: (TRINIDAD-1942) ViewDeclarationLanguageFactoryImpl implementation should cache physical URI for the current viewId on the ViewMap

2010-10-21 Thread Max Starets (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Starets updated TRINIDAD-1942: -- Resolution: Fixed Fix Version/s: 2.0.0.3-core Status: Resolved (was:

[core] performance: TagAttributeImpl part II: object allocations

2010-10-21 Thread Martin Koci
Hi, another performance related problem in TagAttributeImpl: ValueExpression instances. Consider a facelets view with 3000 attributes. Then during buildView method TagAttributeImpl.getValueExpression allocates: 1) one instance of ValueExpression via ExpressionFactory.createValueExpression 2)

[jira] Reopened: (MYFACES-2944) Make those add*** methods public in WebXml

2010-10-21 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe reopened MYFACES-2944: - The code is good, but I don't agree that move SpiUtils to shared and create a spi

[jira] Commented: (MYFACES-2920) UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value

2010-10-21 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12923630#action_12923630 ] Martin Kočí commented on MYFACES-2920: -- If no objections, I will commit the attached

[jira] Commented: (MYFACES-2920) UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value

2010-10-21 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12923645#action_12923645 ] Leonardo Uribe commented on MYFACES-2920: - The patch looks good, +1 to commit it!

[jira] Commented: (MYFACES-2920) UISelectOne/UISelectMany validateValue: Before comparing each option, coerce the option value type to the type of component's value

2010-10-21 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12923662#action_12923662 ] Jakob Korherr commented on MYFACES-2920: Yes, it looks really good. +1 on

Re: Is it possible to make those xml digest class serializable ?

2010-10-21 Thread Leonardo Uribe
Hi Here some answers: 2010/10/20 Ivan xhh...@gmail.com Thanks, please help to check my comments below. 2010/10/20 Leonardo Uribe lu4...@gmail.com Hi Some answers to your post below: IV Just some ideas for the integration improvment, please help to give some comments. IV a. Create a

Re: [core] performance: TagAttributeImpl part II: object allocations

2010-10-21 Thread Jakob Korherr
Hi Martin, Yes, I totally agree. This is really a big performance problem. The main problem here is that we have no real control about the creation of the ValueExpressions, because the EL implementation provides them for us, thus the wrapper approach. The first wrapper, TagValueExpression,

Re: [core] performance: TagAttributeImpl part II: object allocations

2010-10-21 Thread Leonardo Uribe
Hi In theory it is possible to cache ValueExpression creation at TagAttributeImpl level, because ValueExpression instances are immutable classes (once initialized does not change its state) and Serializable. Just add a simple variable there could do the job. Just add a variable and fill it when

Re: [core] performance: TagAttributeImpl part II: object allocations

2010-10-21 Thread Jakob Korherr
Looks promising, but are they really considered immutable? If we do this change, we should test special scenarios with all available EL impls (GlassFish, Tomcat, Geronimo, JUEL) first, because the behavior might differ from impl to impl.. Regards, Jakob 2010/10/22 Leonardo Uribe

Re: [core] performance: TagAttributeImpl part II: object allocations

2010-10-21 Thread Leonardo Uribe
Hi I investigate more if it is possible and unfortunately it is not as default. ValueExpressions instances are immutable, but when ExpressionFactory.createValueExpression is called, this method uses FunctionMapper and VariableMapper provided by FaceletContext. The problem is there is no way to

Re: Is it possible to make those xml digest class serializable ?

2010-10-21 Thread Ivan
Thanks, Leonardo, please help to check my comments below. 2010/10/22 Leonardo Uribe lu4...@gmail.com Hi Here some answers: 2010/10/20 Ivan xhh...@gmail.com Thanks, please help to check my comments below. 2010/10/20 Leonardo Uribe lu4...@gmail.com Hi Some answers to your post below: