[jira] Commented: (MYFACES-2734) Character encoding not set correctly before Restore View

2010-05-28 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872870#action_12872870 ] Leonardo Uribe commented on MYFACES-2734: - I think we should do the following:

[jira] Commented: (TRINIDAD-885) Provide selector to show navigation bar on bottom of table

2010-05-28 Thread Sutapa (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872885#action_12872885 ] Sutapa commented on TRINIDAD-885: - Hi All, I have a workaround for this issue which I

Re: [GSOC] HTML5 Prototype hx:inputNumber

2010-05-28 Thread Ali Ok
would be cool if there would be some client-side validation hook, instead of just server-side ? HTML5 input element's min and max attributes are there for it. Form won't be submitted and a warning will be displayed if value is not between min-max. This validation is provided by the browser

Re: [GSOC] HTML5 Prototype hx:inputNumber

2010-05-28 Thread Matthias Wessendorf
On Fri, May 28, 2010 at 9:49 AM, Ali Ok al...@aliok.com.tr wrote: would be cool if there would be some client-side validation hook, instead of just server-side ? HTML5 input element's min and max attributes are there for it. Form won't be submitted and a warning will be displayed if value

[jira] Commented: (MYFACES-2734) Character encoding not set correctly before Restore View

2010-05-28 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872895#action_12872895 ] Michael Kurz commented on MYFACES-2734: --- Leonardo's suggestion seems to be a good

Re: [GSOC] HTML5 Prototype hx:inputNumber

2010-05-28 Thread Ali Ok
Hi, Got it, thanks for the reply. Interesting: since (I think) min/max is poor, I am wondering why they weren't naming it minimum/maximum :-) Wait until you see HTML5 DnD, which is disaster :) Greetings, Ali On Fri, May 28, 2010 at 11:01 AM, Matthias Wessendorf mat...@apache.orgwrote: On

[jira] Commented: (MYFACES-2734) Character encoding not set correctly before Restore View

2010-05-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872897#action_12872897 ] Jakob Korherr commented on MYFACES-2734: That's a really good idea Leonardo!

[jira] Commented: (TRINIDAD-885) Provide selector to show navigation bar on bottom of table

2010-05-28 Thread Glauco Pimentel Gomes (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872902#action_12872902 ] Glauco Pimentel Gomes commented on TRINIDAD-885: Any chance to this be

[jira] Commented: (MYFACES-2734) Character encoding not set correctly before Restore View

2010-05-28 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872906#action_12872906 ] Michael Kurz commented on MYFACES-2734: --- Good question, but as Mojarra is doing it

[jira] Commented: (MYFACES-2734) Character encoding not set correctly before Restore View

2010-05-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872913#action_12872913 ] Jakob Korherr commented on MYFACES-2734: Yes, right. I will implement the changes

[jira] Commented: (MYFACES-2165) concurrent issue in initializing myfaces 1.1.6

2010-05-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872919#action_12872919 ] Jakob Korherr commented on MYFACES-2165: If you want the patch to be applied for

[jira] Updated: (MYFACES-2734) Character encoding not set correctly before Restore View

2010-05-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2734: --- Status: Patch Available (was: Open) Character encoding not set correctly before Restore

[jira] Created: (MYFACES-2738) Use isInstance() instead of iterating through the enum constants in EnumConverter

2010-05-28 Thread Jakob Korherr (JIRA)
Use isInstance() instead of iterating through the enum constants in EnumConverter - Key: MYFACES-2738 URL: https://issues.apache.org/jira/browse/MYFACES-2738 Project:

[jira] Resolved: (MYFACES-2738) Use isInstance() instead of iterating through the enum constants in EnumConverter

2010-05-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr resolved MYFACES-2738. Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed Use isInstance() instead of

Re: [GSOC] HTML5 Prototypes DnD components

2010-05-28 Thread Ali Ok
Inline stuff don't seem good. So, here is the complete content: http://pastebin.com/PmiDF4UB , and only Javascript part: http://pastebin.com/CG3WtdLw Please don't care about namespace and syntax of Javascript please. Those will be extracted into some .js file and will be improved.

[jira] Updated: (TRINIDAD-1817) fileDownloadActionListeners needs to delay retrieving OutputStream from the response until something needs to be written to the stream

2010-05-28 Thread Max Starets (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Starets updated TRINIDAD-1817: -- Status: Resolved (was: Patch Available) Resolution: Fixed Committed rev. 949196

Re: [GSOC] HTML5 Prototypes DnD components

2010-05-28 Thread Matthias Wessendorf
Hi Ali, a very few comments, after a first quick look: = I think I prefer dropTarger over 'dropZone' -Another example may be dropping files from your desktop, but what to do with them? We'll have hx:inputFileUpload for DnD file uploading. = that's an interesting idea, IMO worth to investigate

Re: [GSOC] HTML5 Prototypes DnD components

2010-05-28 Thread Jakob Korherr
Hi Ali, +1 on putting this on a cwiki space - it will be more readable! Regards, Jakob 2010/5/28 Matthias Wessendorf mat...@apache.org Hi Ali, a very few comments, after a first quick look: = I think I prefer dropTarger over 'dropZone' -Another example may be dropping files from your

[jira] Commented: (PORTLETBRIDGE-143) WriteBehindResponse mechanism(s) not working properly

2010-05-28 Thread Scott O'Bryan (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873044#action_12873044 ] Scott O'Bryan commented on PORTLETBRIDGE-143: - Can we fix this in

[jira] Created: (MYFACES-2739) Pass through String values in EnumConverter.getAsString()

2010-05-28 Thread Jakob Korherr (JIRA)
Pass through String values in EnumConverter.getAsString() - Key: MYFACES-2739 URL: https://issues.apache.org/jira/browse/MYFACES-2739 Project: MyFaces Core Issue Type: Improvement

[jira] Commented: (MYFACES-2739) Pass through String values in EnumConverter.getAsString()

2010-05-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873110#action_12873110 ] Jakob Korherr commented on MYFACES-2739: I think we could introduce a config

Re: [GSOC] HTML5 Prototypes DnD components

2010-05-28 Thread Ali Ok
Ok, I will put these on a cwiki page. But please not that these are not publish-quality stuff, they are just for getting your feedback. We'll not need them after 3 month GSoC period, we'll have example application, Javadoc, Tlddoc and some wiki (and a presentation hopefully). So just for better

Re: [GSOC] HTML5 Prototypes DnD components

2010-05-28 Thread Jakob Korherr
Yes, right. I am really looking forward to all this stuff. Sounds just great :) 2010/5/28 Ali Ok al...@aliok.com.tr Ok, I will put these on a cwiki page. But please not that these are not publish-quality stuff, they are just for getting your feedback. We'll not need them after 3 month GSoC

[jira] Commented: (MYFACES-2739) Pass through String values in EnumConverter.getAsString()

2010-05-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873121#action_12873121 ] Jakob Korherr commented on MYFACES-2739: Attached proposed patch. If no

[jira] Updated: (MYFACES-2739) Pass through String values in EnumConverter.getAsString()

2010-05-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jakob Korherr updated MYFACES-2739: --- Status: Patch Available (was: Open) Pass through String values in

Re: [GSOC] HTML5 Prototypes DnD components

2010-05-28 Thread Matthias Wessendorf
+1 sent from my Android phone Am 28.05.2010 21:20 schrieb Jakob Korherr jakob.korh...@gmail.com: Yes, right. I am really looking forward to all this stuff. Sounds just great :) 2010/5/28 Ali Ok al...@aliok.com.tr Ok, I will put these on a cwiki page. But please not that these are not

[jira] Commented: (MYFACES-2739) Pass through String values in EnumConverter.getAsString()

2010-05-28 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873129#action_12873129 ] Leonardo Uribe commented on MYFACES-2739: - The original spec issue:

[jira] Commented: (MYFACES-2739) Pass through String values in EnumConverter.getAsString()

2010-05-28 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873134#action_12873134 ] Jakob Korherr commented on MYFACES-2739: OK, it was just a proposal. I took a

[jira] Created: (TRINIDAD-1818) TrDateTimeRangeValidator should validate using date object, not date string

2010-05-28 Thread Cale Scholl (JIRA)
TrDateTimeRangeValidator should validate using date object, not date string --- Key: TRINIDAD-1818 URL: https://issues.apache.org/jira/browse/TRINIDAD-1818 Project: MyFaces

[jira] Updated: (TRINIDAD-1818) TrDateTimeRangeValidator should validate using date object, not date string

2010-05-28 Thread Cale Scholl (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cale Scholl updated TRINIDAD-1818: -- Status: Patch Available (was: Open) TrDateTimeRangeValidator should validate using date

[jira] Commented: (MYFACES-2165) concurrent issue in initializing myfaces 1.1.6

2010-05-28 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12873144#action_12873144 ] Leonardo Uribe commented on MYFACES-2165: - It could be good to know which UI

[jira] Reopened: (TRINIDAD-885) Provide selector to show navigation bar on bottom of table

2010-05-28 Thread Matt Cooper (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Cooper reopened TRINIDAD-885: -- Provide selector to show navigation bar on bottom of table

[jira] Resolved: (TRINIDAD-885) Provide selector to show navigation bar on bottom of table

2010-05-28 Thread Matt Cooper (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Cooper resolved TRINIDAD-885. -- Fix Version/s: 1.2.14-core Resolution: Fixed Provide selector to show navigation

Re: [GSOC] HTML5 Prototypes DnD components

2010-05-28 Thread Ali Ok
Hi, Here is the wiki page: https://cwiki.apache.org/confluence/display/MYFACES/GSoC+HTML5+DnD+Prototypes https://cwiki.apache.org/confluence/display/MYFACES/GSoC+HTML5+DnD+PrototypesI will put new prototypes there. To remind again: Don't care about namespace and syntax of Javascript please.

[jira] Created: (MYFACES-2740) MethodExpression wrapping of vdl.retargetMethodExpression does not take into account #{cc} resolution

2010-05-28 Thread Leonardo Uribe (JIRA)
MethodExpression wrapping of vdl.retargetMethodExpression does not take into account #{cc} resolution - Key: MYFACES-2740 URL:

[jira] Resolved: (MYFACES-2740) MethodExpression wrapping of vdl.retargetMethodExpression does not take into account #{cc} resolution

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