[jira] Created: (TRINIDAD-1808) IllegalStateException rendering sorted table column when output mode is printable

2010-05-11 Thread Fred Davis (JIRA)
IllegalStateException rendering sorted table column when output mode is printable - Key: TRINIDAD-1808 URL: https://issues.apache.org/jira/browse/TRINIDAD-1808 Project:

[jira] Commented: (TRINIDAD-1808) IllegalStateException rendering sorted table column when output mode is printable

2010-05-11 Thread Fred Davis (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12866096#action_12866096 ] Fred Davis commented on TRINIDAD-1808: -- Code workaround/fix: In

Re: [core] conditions to render jsf.js script

2010-05-11 Thread Jakob Korherr
Hi, However this also means that custom component libraries (e.g. Trinidad) that have ClientBehaviorHolder-components have to implement the logic to detect and render jsf.js on their renderers too, right? Can we do something better here or is this a spec problem/issue? Regards, Jakob 2010/5/10

Re: proposed: myfaces jsf.js refactorings

2010-05-11 Thread Jakob Korherr
Sounds great, Werner! Regards, Jakob 2010/5/10 Werner Punz werner.p...@gmail.com Yes definitely, the exception handling can be done better, but one step after the other... I already cleaned up some exception handling stuff in the utils classes, there are no more direct references to our

Re: proposed: myfaces jsf.js refactorings

2010-05-11 Thread Werner Punz
Hi Jakob, the namespacing, dom and inheritance features might be useful also for Tomahawk 2.0. I am however not sure how we can manage it buildwise to get it in. We might drop some of our files buildwise from the api also into tomahawk. A double include is not really that bad because due to

Re: proposed: myfaces jsf.js refactorings

2010-05-11 Thread Jakob Korherr
Yes, sure. However it is important to have these refactorings on core first. Then we can adopt them to Tomahawk 2.0! I am sure we will find a way ;) Regards, Jakob 2010/5/11 Werner Punz werner.p...@gmail.com Hi Jakob, the namespacing, dom and inheritance features might be useful also for

[jira] Commented: (MYFACES-2544) UIViewRoot skips uncorrectly encodeBegin

2010-05-11 Thread Tibor (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12866178#action_12866178 ] Tibor commented on MYFACES-2544: I believe there is the same issue in version 1.2 of

[jira] Commented: (MYFACES-2618) Don't warn if there is no submitted value in the current request for every EditableValueHolder

2010-05-11 Thread Dave (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12866186#action_12866186 ] Dave commented on MYFACES-2618: --- could the priority be raised? it is urgent for ajax.

Re: proposed: myfaces jsf.js refactorings

2010-05-11 Thread Werner Punz
No worries the first part of the refactorings is almost done however I need to run additional tests (I am low on unit tests here for the javascripts, only a couple of pages testing the protocol on http level) So the commit probably will happen tomorrow. Werner Am 11.05.10 14:48, schrieb

Re: [core] conditions to render jsf.js script

2010-05-11 Thread Leonardo Uribe
Hi 2010/5/11 Jakob Korherr jakob.korh...@gmail.com Hi, However this also means that custom component libraries (e.g. Trinidad) that have ClientBehaviorHolder-components have to implement the logic to detect and render jsf.js on their renderers too, right? Can we do something better here

[jira] Created: (MYFACES-2710) Cannot call UIComponent.getCurrentComponent() from UIComponent.restoreState() or UIComponent.saveState()

2010-05-11 Thread Leonardo Uribe (JIRA)
Cannot call UIComponent.getCurrentComponent() from UIComponent.restoreState() or UIComponent.saveState() Key: MYFACES-2710 URL:

[jira] Created: (ORCHESTRA-51) There is no way to know if our conversation context id is invalid.

2010-05-11 Thread Jose Luis Freire (JIRA)
There is no way to know if our conversation context id is invalid. -- Key: ORCHESTRA-51 URL: https://issues.apache.org/jira/browse/ORCHESTRA-51 Project: MyFaces Orchestra Issue

[jira] Updated: (TRINIDAD-1784) Session ChangeManager should not apply attribute customizations for cases when it is not needed

2010-05-11 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf updated TRINIDAD-1784: - Status: Resolved (was: Patch Available) Fix Version/s:

[jira] Created: (TOMAHAWK-1507) unable to compile tomahawk trunk

2010-05-11 Thread Oliver Bayer (JIRA)
unable to compile tomahawk trunk - Key: TOMAHAWK-1507 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1507 Project: MyFaces Tomahawk Issue Type: Bug Affects Versions: 1.1.10-SNAPSHOT

[jira] Commented: (TOMAHAWK-1502) subForm trunk war file example bugs

2010-05-11 Thread Oliver Bayer (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12866284#action_12866284 ] Oliver Bayer commented on TOMAHAWK-1502: Hi Leonardo, I saw that there were

[jira] Created: (PORTLETBRIDGE-141) External context implementation returns content-type header

2010-05-11 Thread Alistair Wilson (JIRA)
External context implementation returns content-type header --- Key: PORTLETBRIDGE-141 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-141 Project: MyFaces Portlet Bridge

Re: [GSOC] New Form Elements

2010-05-11 Thread Martin Marinschek
On Thu, May 6, 2010 at 5:43 PM, Mike Kienenberger mkien...@gmail.com wrote: Sounds a lot like the tomahawk sandbox subform and tomahawk UICommand components. You can specify an actionFor attribute on the UICommand components to point at a specific subform. I wonder if some of the design

[jira] Commented: (TOMAHAWK-1425) Support to java.sql.Date using inputCalendar tag.

2010-05-11 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12866342#action_12866342 ] Martin Marinschek commented on TOMAHAWK-1425: - Hi Leonardo, I have always

Re: proposed: myfaces jsf.js refactorings

2010-05-11 Thread Werner Punz
Hia I now have moved about 90% of the codebase to the new class structure here is an example: http://www.pastebin.org/222860 For everyone familiar with dojo, this looks very familiar. Werner Am 11.05.10 14:48, schrieb Jakob Korherr: Yes, sure. However it is important to have these

Result (was: [VOTE] become shared 4.0.x branch trunk)

2010-05-11 Thread Leonardo Uribe
Hi Thanks to all people who vote. We have 7 +1 Matthias Wessendorf Grant Smith Jan Kees van Andel Bruno Aranda Jakob Korherr Mark Struberg Leonardo Uribe So we can continue with the necessary changes to become shared 4.0.x branch trunk. regards

unsubscribe

2010-05-11 Thread 樊伟
unsubscribe

[jira] Created: (MYFACES-2711) Application.createComponent(FacesContext,Resource) register listeners twice and call createComponent(String) directly

2010-05-11 Thread Leonardo Uribe (JIRA)
Application.createComponent(FacesContext,Resource) register listeners twice and call createComponent(String) directly - Key: MYFACES-2711 URL:

[jira] Resolved: (MYFACES-2711) Application.createComponent(FacesContext,Resource) register listeners twice and call createComponent(String) directly

2010-05-11 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2711. - Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed

[jira] Resolved: (MYFACES-2710) Cannot call UIComponent.getCurrentComponent() from UIComponent.restoreState() or UIComponent.saveState()

2010-05-11 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2710. - Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed Cannot call

[jira] Created: (TOMAHAWK-1508) Find a way to convert between the model type required for the renderer, and the model-type that the backing-beans use for t:inputCalendar and t:inputDate

2010-05-11 Thread Leonardo Uribe (JIRA)
Find a way to convert between the model type required for the renderer, and the model-type that the backing-beans use for t:inputCalendar and t:inputDate

[jira] Commented: (TOMAHAWK-1425) Support to java.sql.Date using inputCalendar tag.

2010-05-11 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12866463#action_12866463 ] Leonardo Uribe commented on TOMAHAWK-1425: -- I created TOMAHAWK-1508 to deal

unsubscribe

2010-05-11 Thread ramesh jegurupati
-- With Regards Ramesh Jegurupati