[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 Resol

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 wrote: > Hi guys, > > I am alright wi

[GSOC] HTML5 Prototype

2010-05-27 Thread Ali Ok
Hi, This is , which can render a spinner or a slider. It may seem so straight forward, but here is the prototype. === === REFS: [0] http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-

[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-tabpanel&focusedCommentId=12872181#action_12872181 ] Anudeep CA commented on MYFACES-2165: - Hi, We are facing the same issue with myfaces

[GSOC] HTML5 Prototype and

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

Re: [GSOC] HTML5 Prototype

2010-05-27 Thread Matthias Wessendorf
Hi, why not breaking this into two components ? and the min/max should be driven by a range validator component -Matthias On Thu, May 27, 2010 at 1:11 PM, Ali Ok wrote: > Hi, > This is , which can render a spinner or a slider. > It may seem so straight forward, but here is the prototype. >

Re: [GSOC] HTML5 Prototype and

2010-05-27 Thread Matthias Wessendorf
On Thu, May 27, 2010 at 1:25 PM, Ali Ok wrote: > Hi, > I am posting 2 prototypes inline, since they seem easy convenience tags. > === > === > === > REFS: > [0] > http://www.whatwg.org/specs/web-apps/current-work/multipage/the-

Re: [GSOC] HTML5 Prototype

2010-05-27 Thread Bruno Aranda
+1 I agree with Matthias. Thanks! Bruno On 27 May 2010 12:44, Matthias Wessendorf wrote: > Hi, > > why not breaking this into two components ? > > and > > the min/max should be driven by a range validator component > > -Matthias > > On Thu, May 27, 2010 at 1:11 PM, Ali Ok wrote: > > Hi, > >

[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-tabpanel&focusedCommentId=12872188#action_12872188 ] Naveen Ravindra commented on TRINIDAD-1073: --- Hello All, This issue is observe

Re: [GSOC] HTML5 Prototype

2010-05-27 Thread Ali Ok
Hi, why not breaking this into two components ? and 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, another alternative, should we keep them a

Re: [GSOC] HTML5 Prototype and

2010-05-27 Thread Ali Ok
> > Copy-paste mistake, sorry :) It should be as in the first usecase: and > Q: the "validation" of a correct email pattern is driven by the user-agent, right? Right. And an email validator will be attached on the server-side too. On Thu, May 27, 2010 at 2:49 PM, Matthias Wessendorf wro

Re: [GSOC] HTML5 Prototype

2010-05-27 Thread Matthias Wessendorf
On Thu, May 27, 2010 at 2:07 PM, Ali Ok wrote: > Hi, >> >> why not breaking this into two components ? >> >> and > > 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" propertie

Re: [GSOC] HTML5 Prototype and

2010-05-27 Thread Matthias Wessendorf
ok On Thu, May 27, 2010 at 2:13 PM, Ali Ok wrote: >> > > Copy-paste mistake, sorry :) > It should be as in the first usecase: > > and > > >> >> Q: the "validation" of a correct email pattern is driven by the >> >> user-agent, right? > > Right. And an email validator will be attached on the se

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 jUni

[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: TRINI

[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 trinidad-maven/branches/2.0

Re: Extended Debug Tree - MYFACES-2676

2010-05-27 Thread Jakob Korherr
That's really great news! Regards, Jakob 2010/5/27 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 r

[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 > Provi

[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 2.0.1

[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 R

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

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