Attribute readonly=true can be rendered as readonly=readonly as before.

2011-08-04 Thread Shawn Jiang
Hi Devs, Geronimo tck has some regressions on inputtext attribute render cases due to recent myfaces 2.0.8-snapshot changes . The jsf contain a input text with attribute readonly=true, and expect render result is readonly=readonly . But the result is instead of readonly=readonly now.

Re: [core] dynamic script before /body (an equivalent for DialogRequest from Trinidad)

2011-08-04 Thread Werner Punz
There is no direct way to do that. I would love to have some kind of h:outputScript which could render against the body end. The reason for this is, you can get a significant performance boost if you push the script includes to the bottom of the page. But anyway, the way to do this

Re: [core] steps to release myfaces core 2.1.2 / 2.0.8

2011-08-04 Thread Werner Punz
Hi while working on the javascript documentation issues, I noticed a mini bug in the scripts which probably will never be triggered (it only affects ie6 anyway) nevertheless I want to fix this issue tomorrow and then you have my ok. I will commit my javascript documentation changes post

[jira] [Created] (TRINIDAD-2124) TrinidadAgent Needs to Expose Browser Management History Capability

2011-08-04 Thread Max Starets (JIRA)
TrinidadAgent Needs to Expose Browser Management History Capability --- Key: TRINIDAD-2124 URL: https://issues.apache.org/jira/browse/TRINIDAD-2124 Project: MyFaces Trinidad

[jira] [Updated] (TRINIDAD-2124) TrinidadAgent Needs to Expose Browser Management History Capability

2011-08-04 Thread Max Starets (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Starets updated TRINIDAD-2124: -- Status: Patch Available (was: Open) TrinidadAgent Needs to Expose Browser Management

Double click issue in JSF on menu click!

2011-08-04 Thread Ranjeet Kumar01
Dear Irian team, We are working on my faces Trinidad 1.2 and came across a surprising issue. Owing to this, the team is not able to record the scripts which is needed urgently for performance testing/ benchmarking. Also, client is not happy with this.It has tarnished the overall accreditation

[Trinidad] Are we ready for 1.2.15?

2011-08-04 Thread Scott O'Bryan
Hey all, there have been a number of requests on the user list to release the next Trinidad 1.2. This guy has taken sort of a back seat to all the 2.0 development work, but there are indeed a number of bug fixes currently in trunk. I'd like to start the release tomorrow unless anyone has any

[Trinidad] Will be releasing next Trinidad 2.0 next week

2011-08-04 Thread Scott O'Bryan
Just a heads up, I'd like to release the new Trinidad 2.0 next week. If we could get the few blocker issues addressed before this release, that would be cool. Sent from my iPhone

Re: Attribute readonly=true can be rendered as readonly=readonly as before.

2011-08-04 Thread Ivan
There is a typo error on the line 280 of the code generation script componentClass20.vm, the attribute name should 'readonly', not 'readOnly', so the configured readOnly value is not kept in the commonPropertiesSet. 2011/8/4 Shawn Jiang genspr...@gmail.com Hi Devs, Geronimo tck has some

Re: [GSoC] Seam-Forge plugin for MyFaces CODI

2011-08-04 Thread Martinconi Cosmin
Hi everyone, I have done some more work on the GSoC project Seam-Forge plugin for MyFaces CODI, the current status of the project can be checked at [1]. The features provided until now include: - *codi viewconfig-create-folder --name Pages* - creates a new Folder(ViewConfig) configuration

Re: [GSoC] Seam-Forge plugin for MyFaces CODI

2011-08-04 Thread Gerhard Petracek
hi cosmin, thx for the update! just a minor comment: maybe we should use viewconfig instead of viewconfigResource as name for the command. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache

Re: Attribute readonly=true can be rendered as readonly=readonly as before.

2011-08-04 Thread Leonardo Uribe
Hi Ok, I commit the fix related to rename 'readonly' as 'readOnly'. So, now readonly=true will be rendered again for h:commandButton, h:inputText or h:inputTextarea. For cases like h:selectOneXXX or h:selectManyXXX, readonly=readonly is used. Thanks for the hint. regards, Leonardo Uribe

Re: [VOTE[ Release of Trinidad Maven Plugins v. 2.0.6

2011-08-04 Thread Scott O'Bryan
+1 On 08/03/2011 03:43 PM, Max Starets wrote: +1 On 8/3/2011 3:54 PM, Scott O'Bryan wrote: Hello Everyone, I was running the tasks needed to get the Trinidad Maven Plugins v. 2.0.6released and now I need a vote as to whether everything looks good or not. There were some minor fixes and

[core] performance: synchronized access for java.beans.PropertyDescriptor.getReadMethod()

2011-08-04 Thread Martin Koci
Hi, I'm testing a view where hundreds of concurrent users are expected. I noticed that java.beans.PropertyDescriptor.getReadMethod() is sychronized method and many times are other threads blocked with same lock (java.beans.PropertyDescriptor instance). Myfaces use it in _ComponentAttributesMap:

Re: [core] performance: synchronized access for java.beans.PropertyDescriptor.getReadMethod()

2011-08-04 Thread Leonardo Uribe
Hi 2011/8/4 Martin Koci martin.kocicak.k...@gmail.com: Hi, I'm testing a view where hundreds of concurrent users are expected. I noticed that  java.beans.PropertyDescriptor.getReadMethod() is sychronized method and many times are other threads blocked with same lock

Re: svn commit: r1154012 - /myfaces/core/trunk/impl/pom.xml

2011-08-04 Thread Matt Benson
;) I was just testing with 'provided'. Matt On Thu, Aug 4, 2011 at 3:59 PM, lu4...@apache.org wrote: Author: lu4242 Date: Thu Aug  4 20:59:29 2011 New Revision: 1154012 URL: http://svn.apache.org/viewvc?rev=1154012view=rev Log: set optional=true over impl-shared dependency Modified:  

[jira] [Created] (MYFACES-3260) DataModel.setWrappedData should publish row change events even when it changes from one instance to other one

2011-08-04 Thread Leonardo Uribe (JIRA)
DataModel.setWrappedData should publish row change events even when it changes from one instance to other one - Key: MYFACES-3260 URL:

[jira] [Resolved] (MYFACES-3260) DataModel.setWrappedData should publish row change events even when it changes from one instance to other one

2011-08-04 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3260. - Resolution: Fixed Fix Version/s: 2.1.2 2.0.8