[jira] Resolved: (TOBAGO-885) Add possibility to reset the column sizes of a sheet.

2010-05-27 Thread Udo Schnurpfeil (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil resolved TOBAGO-885. Fix Version/s: 1.0.26 1.5.0-alpha-2 1.5.0

Re: Extended Debug Tree - MYFACES-2676

2010-05-27 Thread Martin Marinschek
After Leonardo's work on: https://issues.apache.org/jira/browse/MYFACES-2737 we don't need to bother about that additional faces-context retrieval at all anymore - just do a getFacesContext(), that's it. best regards, Martin On 5/27/10, Martin Marinschek mmarinsc...@apache.org wrote: Hi

[GSOC] HTML5 Prototype hx:inputNumber

2010-05-27 Thread Ali Ok
Hi, This is hx:inputNumber, which can render a spinner or a slider. It may seem so straight forward, but here is the prototype. === ==hx:inputNumber== === REFS: [0]

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

2010-05-27 Thread Anudeep CA (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872181#action_12872181 ] Anudeep CA commented on MYFACES-2165: - Hi, We are facing the same issue with myfaces

[GSOC] HTML5 Prototype hx:inputColor and hx:inputEmail

2010-05-27 Thread Ali Ok
Hi, I am posting 2 prototypes inline, since they seem easy convenience tags. === ==hx:inputColor= === REFS: [0] http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element [1]

Re: [GSOC] HTML5 Prototype hx:inputNumber

2010-05-27 Thread Matthias Wessendorf
Hi, why not breaking this into two components ? hx:inputNumberSpinner and hx:inputNumberSlider the min/max should be driven by a range validator component -Matthias On Thu, May 27, 2010 at 1:11 PM, Ali Ok al...@aliok.com.tr wrote: Hi, This is hx:inputNumber, which can render a spinner or a

Re: [GSOC] HTML5 Prototype hx:inputColor and hx:inputEmail

2010-05-27 Thread Matthias Wessendorf
On Thu, May 27, 2010 at 1:25 PM, Ali Ok al...@aliok.com.tr wrote: Hi, I am posting 2 prototypes inline, since they seem easy convenience tags. === ==hx:inputColor= === REFS: [0]

Re: [GSOC] HTML5 Prototype hx:inputNumber

2010-05-27 Thread Bruno Aranda
+1 I agree with Matthias. Thanks! Bruno On 27 May 2010 12:44, Matthias Wessendorf mat...@apache.org wrote: Hi, why not breaking this into two components ? hx:inputNumberSpinner and hx:inputNumberSlider the min/max should be driven by a range validator component -Matthias On Thu, May

[jira] Commented: (TRINIDAD-1073) Character encoding problem with PPR on IBM WebSphere 6.0

2010-05-27 Thread Naveen Ravindra (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872188#action_12872188 ] Naveen Ravindra commented on TRINIDAD-1073: --- Hello All, This issue is

Re: [GSOC] HTML5 Prototype hx:inputNumber

2010-05-27 Thread Ali Ok
Hi, why not breaking this into two components ? hx:inputNumberSpinner and hx:inputNumberSlider Ok. My initial prototypes were separate already on my workspace. the min/max should be driven by a range validator component Then I am removing min and max properties from the component(s). Or,

Re: [GSOC] HTML5 Prototype hx:inputColor and hx:inputEmail

2010-05-27 Thread Ali Ok
hx:inputRange value=#{someBean.someField} suggestions=#00, #FF/ Copy-paste mistake, sorry :) It should be hx:inputColor as in the first usecase: hx:inputColor value=#{someBean.someField} / and hx:inputColor value=#{someBean.someField} suggestions=#00, #FF/ Q: the

Re: [GSOC] HTML5 Prototype hx:inputNumber

2010-05-27 Thread Matthias Wessendorf
On Thu, May 27, 2010 at 2:07 PM, Ali Ok al...@aliok.com.tr wrote: Hi, why not breaking this into two components ? hx:inputNumberSpinner and hx:inputNumberSlider Ok. My initial prototypes were separate already on my workspace. the min/max should be driven by a range validator component

Re: [GSOC] HTML5 Prototype hx:inputColor and hx:inputEmail

2010-05-27 Thread Matthias Wessendorf
ok On Thu, May 27, 2010 at 2:13 PM, Ali Ok al...@aliok.com.tr wrote: hx:inputRange value=#{someBean.someField}  suggestions=#00, #FF/ Copy-paste mistake, sorry :) It should be hx:inputColor as in the first usecase: hx:inputColor value=#{someBean.someField} / and hx:inputColor

JUnit Testing : NullPointerException at ApplicationContext appContext = (ApplicationContext)FacesContextUtils.getWebApplicationContext(FacesContext.getCurrentInstance());

2010-05-27 Thread remnant
Hello everyone. I'm quite new to JSF taglib development. I've developed a custom JSF taglib, which either disables of hides(rendered=false) if unauthorized user logs in. Thankfully, the taglib functions correctly and performs well. After developing, I started building Unit Testing codes with

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

2010-05-27 Thread Max Starets (JIRA)
fileDownloadActionListeners needs to delay retrieving OutputStream from the response until something needs to be written to the stream -- Key:

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

2010-05-27 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: Patch Available (was: Open) fileDownloadActionListeners needs to delay retrieving

Building Trinidad's trunk requires building trinidad-maven/branches/2.0.x-branch

2010-05-27 Thread Matt Cooper
Performing a mvn install on Trinidad's https://svn.apache.org/repos/asf/myfaces/trinidad/trunk appears to require a mvn install on trinidad-maven/branches/2.0.x-branch. It seems that a more natural pair would be simply trinidad-maven/trunk for Trinidad's trunk. Is this

Re: Extended Debug Tree - MYFACES-2676

2010-05-27 Thread Jakob Korherr
That's really great news! Regards, Jakob 2010/5/27 Martin Marinschek mmarinsc...@apache.org After Leonardo's work on: https://issues.apache.org/jira/browse/MYFACES-2737 we don't need to bother about that additional faces-context retrieval at all anymore - just do a getFacesContext(),

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

2010-05-27 Thread Michael Freedman (JIRA)
WriteBehindResponse mechanism(s) not working properly - Key: PORTLETBRIDGE-143 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-143 Project: MyFaces Portlet Bridge Issue Type: Bug

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

2010-05-27 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. -- Assignee: Matt Cooper Fix Version/s: 2.0.0.2-core Resolution: Fixed

[jira] Resolved: (MYFACES-2737) Cache FacesContext on UIComponentBase instances

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

[jira] Updated: (MYFACES-2714) Include uncompressed jsf.js file and use it when development mode is used

2010-05-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-2714: Status: Resolved (was: Patch Available) Fix Version/s: 2.0.1-SNAPSHOT