You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Leneveut Michaël (JIRA)" <ji...@apache.org> on 2007/08/09 09:21:18 UTC

[jira] Created: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Error DateTimePicker when erase input then click again the calendar
-------------------------------------------------------------------

                 Key: WW-2094
                 URL: https://issues.apache.org/struts/browse/WW-2094
             Project: Struts 2
          Issue Type: Bug
          Components: Plugins
    Affects Versions: 2.1.0
         Environment: Windows XP, TomCat 5.5, JDK 5
            Reporter: Leneveut Michaël


When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.

Use case :
The date field is empty.
We open the calendar and pick a date. The date is well filled in.
We erase the date in the input field.
We open again the calendar => All dates are NaN (see screenchot)

Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42990#action_42990 ] 

Benjamin McCann commented on WW-2094:
-------------------------------------

Thanks Ted.  I appreciate your work reviewing the patches and getting them committed.
Also, I thought I'd let you know that I had been keeping up-to-date on Struts via the JIRA svn commit log, but it appears it's broken:
https://issues.apache.org/struts/browse/WW?report=com.atlassian.jira.plugin.ext.subversion:subversion-project-tab

-Ben
http://benmccann.com

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Ted Husted
>             Fix For: 2.1.1
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin McCann updated WW-2094:
--------------------------------

    Attachment: datetimepicker.patch

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Musachy Barroso
>             Fix For: 2.1.0
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes updated WW-2094:
-----------------------------

      Component/s:     (was: Plugins)
                   Views
    Fix Version/s: 2.1.0

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>             Fix For: 2.1.0
>
>         Attachments: dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Husted resolved WW-2094.
----------------------------

    Resolution: Fixed

Strangely, we did apply the patch in r590970, but it was somehow rolled back by r591003. Subversion is suppose to be smarter than that, and I don't understand how this happened. 

 * http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js.uncompressed.js?view=log

In any event, the Test application passes as of r611995. 

Despite the lag, we do appreciate the report,  the patch, and especially the test application!




> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Ted Husted
>             Fix For: 2.1.1
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42430 ] 

chengas123 edited comment on WW-2094 at 10/28/07 4:21 PM:
---------------------------------------------------------------

I am attaching a patch for this issue.

      was (Author: chengas123):
    I noticed this exception in one of my log files today.  I'm not sure if it's the same issue or not, but thought I'd provide it in case it helps.

java.lang.NullPointerException
	at org.apache.struts2.dojo.components.DateTimePicker.evaluateParams(DateTimePicker.java:256)
	at org.apache.struts2.components.UIBean.end(UIBean.java:493)
	at org.apache.struts2.views.jsp.ComponentTagSupport.doEndTag(ComponentTagSupport.java:41)
	at jsp_servlet._web_45_inf._pages.__index._jsp__tag0(__index.java:126)
	at jsp_servlet._web_45_inf._pages.__index._jspService(__index.java:97)
	at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
	at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
	at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
	at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
	at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
	at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
	at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:119)
	at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:55)
	at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
	at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:421)
	at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
	at com.sherwin.sd.rsa.filter.RSAClearTrustAuthFilter.doFilter(RSAClearTrustAuthFilter.java:270)
	at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
	at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:497)
	at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:245)
	at org.apache.struts2.dispatcher.ServletDispatcherResult.doExecute(ServletDispatcherResult.java:139)
	at org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:185)
	at com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:354)
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:258)
	at com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:142)
	at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:228)
	at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455)
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:226)
	at com.opensymphony.xwork2.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:251)
	at org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor.doIntercept(AnnotationValidationInterceptor.java:48)
	at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:228)
	at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455)
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:226)
	at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:169)
	at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:228)
	at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455)
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:226)
	at org.apache.struts2.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:207)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:228)
	at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455)
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:226)
	at org.apache.struts2.interceptor.ServletConfigInterceptor.intercept(ServletConfigInterceptor.java:163)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:228)
	at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455)
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:226)
	at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:176)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:228)
	at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455)
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:226)
	at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:51)
	at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:496)
	at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:427)
	at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
	at com.sherwin.sos.auth.UserLoginFilter.doFilter(UserLoginFilter.java:55)
	at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
	at com.sherwin.sd.rsa.filter.RSAClearTrustAuthFilter.doFilter(RSAClearTrustAuthFilter.java:270)
	at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
	at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3212)
	at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
	at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
	at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1983)
	at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1890)
	at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1344)
	at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
	at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
  
> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Musachy Barroso
>             Fix For: 2.1.0
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42512 ] 

Benjamin McCann commented on WW-2094:
-------------------------------------

I updated from SVN today and built a .jar, but I am still having this problem.  I have had a lot of trouble with Maven, which I haven't really learned yet, so it's quite possible that's the problem.  How often is http://people.apache.org/builds/struts/2.1.0/ updated?  Have any of you verified this patch fixed the problem after you built the project?

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Ted Husted
>             Fix For: 2.1.1
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42576 ] 

Benjamin McCann commented on WW-2094:
-------------------------------------

I do not think this patch was committed to Subversion.  Here's the relevant code from the change log
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js.uncompressed.js?p2=%2Fstruts%2Fstruts2%2Ftrunk%2Fplugins%2Fdojo%2Fsrc%2Fmain%2Fresources%2Forg%2Fapache%2Fstruts2%2Fstatic%2Fdojo%2Fstruts_dojo.js.uncompressed.js&p1=%2Fstruts%2Fstruts2%2Ftrunk%2Fplugins%2Fdojo%2Fsrc%2Fmain%2Fresources%2Forg%2Fapache%2Fstruts2%2Fstatic%2Fdojo%2Fstruts_dojo.js.uncompressed.js&r1=590970&r2=590969&view=diff&pathrev=590970

-			}else{
-				//only call this if setDate was called by means other than clicking a date
-				this._preInitUI(this.value,false,true);
-			}


The patch has an else-if in place of the else:
+			}else if(this.value){



> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Ted Husted
>             Fix For: 2.1.1
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Husted updated WW-2094:
---------------------------

            Flags: [Patch]
    Fix Version/s:     (was: 2.1.3)
                   2.1.1

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Musachy Barroso
>             Fix For: 2.1.1
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42430 ] 

Benjamin McCann commented on WW-2094:
-------------------------------------

I noticed this exception in one of my log files today.  I'm not sure if it's the same issue or not, but thought I'd provide it in case it helps.

java.lang.NullPointerException
	at org.apache.struts2.dojo.components.DateTimePicker.evaluateParams(DateTimePicker.java:256)
	at org.apache.struts2.components.UIBean.end(UIBean.java:493)
	at org.apache.struts2.views.jsp.ComponentTagSupport.doEndTag(ComponentTagSupport.java:41)
	at jsp_servlet._web_45_inf._pages.__index._jsp__tag0(__index.java:126)
	at jsp_servlet._web_45_inf._pages.__index._jspService(__index.java:97)
	at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
	at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
	at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
	at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
	at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
	at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
	at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:119)
	at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:55)
	at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
	at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:421)
	at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
	at com.sherwin.sd.rsa.filter.RSAClearTrustAuthFilter.doFilter(RSAClearTrustAuthFilter.java:270)
	at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
	at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:497)
	at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:245)
	at org.apache.struts2.dispatcher.ServletDispatcherResult.doExecute(ServletDispatcherResult.java:139)
	at org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:185)
	at com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:354)
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:258)
	at com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:142)
	at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:228)
	at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455)
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:226)
	at com.opensymphony.xwork2.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:251)
	at org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor.doIntercept(AnnotationValidationInterceptor.java:48)
	at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:228)
	at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455)
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:226)
	at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:169)
	at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:228)
	at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455)
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:226)
	at org.apache.struts2.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:207)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:228)
	at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455)
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:226)
	at org.apache.struts2.interceptor.ServletConfigInterceptor.intercept(ServletConfigInterceptor.java:163)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:228)
	at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455)
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:226)
	at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:176)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:229)
	at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(DefaultActionInvocation.java:228)
	at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTimerStack.java:455)
	at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:226)
	at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:51)
	at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:496)
	at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:427)
	at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
	at com.sherwin.sos.auth.UserLoginFilter.doFilter(UserLoginFilter.java:55)
	at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
	at com.sherwin.sd.rsa.filter.RSAClearTrustAuthFilter.doFilter(RSAClearTrustAuthFilter.java:270)
	at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
	at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3212)
	at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
	at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
	at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1983)
	at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1890)
	at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1344)
	at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
	at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Musachy Barroso
>             Fix For: 2.1.0
>
>         Attachments: dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42430 ] 

chengas123 edited comment on WW-2094 at 10/28/07 4:28 PM:
---------------------------------------------------------------

I am attaching a patch for this issue.

-Ben
http://benmccann.com

      was (Author: chengas123):
    I am attaching a patch for this issue.
  
> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Musachy Barroso
>             Fix For: 2.1.0
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42487 ] 

Benjamin McCann commented on WW-2094:
-------------------------------------

Let me know if there's anything I can do to help move along the process of the patch getting committed.

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Musachy Barroso
>             Fix For: 2.1.1
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42541 ] 

Benjamin McCann commented on WW-2094:
-------------------------------------

I checked my source file and the patch is not there, so I must be having a subversion issue.  However, I do not see it when I browse the subversion repository either.  Is the following the right file:  http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js.uncompressed.js?view=markup

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Ted Husted
>             Fix For: 2.1.1
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "deepak pandey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46904#action_46904 ] 

deepak pandey commented on WW-2094:
-----------------------------------

do we have any  patch for  struts2-dojo-plugin-2.1.6?



> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Ted Husted
>             Fix For: 2.1.1
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Leneveut Michaël (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leneveut Michaël updated WW-2094:
---------------------------------

    Attachment: dateTimePicker_bug.jpg

v2.1.0 of 09 Aug 07
displayFormat = "dd/MM/yyyy"

pick a date => ok
erase the input
pick a date => all dates are NaN

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>         Attachments: dateTimePicker_bug.jpg
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso reassigned WW-2094:
-----------------------------------

    Assignee: Musachy Barroso

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Musachy Barroso
>             Fix For: 2.1.0
>
>         Attachments: dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42517 ] 

Ted Husted commented on WW-2094:
--------------------------------

I ran it against the Test.war and the NaN's went away. Did you update and build against the head? The fix is for the next release (2.1.1), not 2.1.0.  

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Ted Husted
>             Fix For: 2.1.1
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Husted resolved WW-2094.
----------------------------

    Resolution: Fixed

Applied in r590970.

Thanks for the fix, Benjamin. 

Michaël: The Test.WAR was helpful. If you would like to submit any of your tag tests as patches for  the Showcase, I'll make sure that they get applied. 

Musachy: I patched both the uncompressed  and compressed versions by hand. What tool do we use to create the compressed version? Is it anything we can hook into Maven, I wonder? 

-Ted.


> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Ted Husted
>             Fix For: 2.1.1
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "nikunj mulani (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nikunj mulani updated WW-2094:
------------------------------


Same issue with struts2-dojo-plugin-2.1.6. Can you please resolve it as fast as possible?

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Ted Husted
>             Fix For: 2.1.1
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Husted reassigned WW-2094:
------------------------------

    Assignee: Ted Husted  (was: Musachy Barroso)

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Ted Husted
>             Fix For: 2.1.1
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Leneveut Michaël (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leneveut Michaël updated WW-2094:
---------------------------------

    Attachment: Test.war

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>         Attachments: dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "teuteu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45619#action_45619 ] 

teuteu commented on WW-2094:
----------------------------

Same issue with 2.1.6

> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Ted Husted
>             Fix For: 2.1.1
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (WW-2094) Error DateTimePicker when erase input then click again the calendar

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Husted reopened WW-2094:
----------------------------


> Error DateTimePicker when erase input then click again the calendar
> -------------------------------------------------------------------
>
>                 Key: WW-2094
>                 URL: https://issues.apache.org/struts/browse/WW-2094
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.1.0
>         Environment: Windows XP, TomCat 5.5, JDK 5
>            Reporter: Leneveut Michaël
>            Assignee: Ted Husted
>             Fix For: 2.1.1
>
>         Attachments: datetimepicker.patch, dateTimePicker_bug.jpg, Test.war
>
>
> When setting a displayFormat in the <sx:datetimepicker/> tag, there is a bug on opening two times the calendar, if we erase the choosed date before the second opening.
> Use case :
> The date field is empty.
> We open the calendar and pick a date. The date is well filled in.
> We erase the date in the input field.
> We open again the calendar => All dates are NaN (see screenchot)
> Look at the sample application attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.