You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Derik Vercueil (JIRA)" <ji...@apache.org> on 2007/08/06 19:20:38 UTC

[jira] Created: (WW-2087) JSCalendar Integration

JSCalendar Integration
----------------------

                 Key: WW-2087
                 URL: https://issues.apache.org/struts/browse/WW-2087
             Project: Struts 2
          Issue Type: New Feature
          Components: Views
    Affects Versions: 2.0.9
         Environment: Linux, Tomcat 6.0.13, Java5
            Reporter: Derik Vercueil
            Priority: Minor


I've integrated shamelessly a copy of the WebWork 2.2.6 datepicker that is based on jscalendar. The main reason being that the standard jojo datepicker cannot support both date and time at the same time. Is there anywhere I can post/upload the code so that it can be considered for inclusion?

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


[jira] Commented: (WW-2087) JSCalendar Integration

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

Derik Vercueil commented on WW-2087:
------------------------------------

Thanks Musachy. I've looked at your source - just one question, where do I find the @StrutsTagSkipInheritance class? I've looked around the struts2.0.9 distribution but with no luck.

> JSCalendar Integration
> ----------------------
>
>                 Key: WW-2087
>                 URL: https://issues.apache.org/struts/browse/WW-2087
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Views
>    Affects Versions: 2.0.9
>         Environment: Linux, Tomcat 6.0.13, Java5
>            Reporter: Derik Vercueil
>            Priority: Minor
>         Attachments: patch.zip
>
>
> I've integrated shamelessly a copy of the WebWork 2.2.6 datepicker that is based on jscalendar. The main reason being that the standard jojo datepicker cannot support both date and time at the same time.

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


[jira] Commented: (WW-2087) JSCalendar Integration

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

Musachy Barroso commented on WW-2087:
-------------------------------------

There are a few plugins already that you can get a look at(YUI plugin is really small so it is a good starting point), if you haven't done it before (they already have TLD generation using Struts's annotations). Drop an email on the users list if you happen to get stuck.

> JSCalendar Integration
> ----------------------
>
>                 Key: WW-2087
>                 URL: https://issues.apache.org/struts/browse/WW-2087
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Views
>    Affects Versions: 2.0.9
>         Environment: Linux, Tomcat 6.0.13, Java5
>            Reporter: Derik Vercueil
>            Priority: Minor
>         Attachments: patch.zip
>
>
> I've integrated shamelessly a copy of the WebWork 2.2.6 datepicker that is based on jscalendar. The main reason being that the standard jojo datepicker cannot support both date and time at the same time.

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


[jira] Commented: (WW-2087) JSCalendar Integration

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

Musachy Barroso commented on WW-2087:
-------------------------------------

The problem with jscalendar is the license which I think is GPL. You can always make it a plugin.

> JSCalendar Integration
> ----------------------
>
>                 Key: WW-2087
>                 URL: https://issues.apache.org/struts/browse/WW-2087
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Views
>    Affects Versions: 2.0.9
>         Environment: Linux, Tomcat 6.0.13, Java5
>            Reporter: Derik Vercueil
>            Priority: Minor
>
> I've integrated shamelessly a copy of the WebWork 2.2.6 datepicker that is based on jscalendar. The main reason being that the standard jojo datepicker cannot support both date and time at the same time.

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


[jira] Commented: (WW-2087) JSCalendar Integration

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

Derik Vercueil commented on WW-2087:
------------------------------------

Ah, was wondering why no one had done this yet. I will make it a plugin.

> JSCalendar Integration
> ----------------------
>
>                 Key: WW-2087
>                 URL: https://issues.apache.org/struts/browse/WW-2087
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Views
>    Affects Versions: 2.0.9
>         Environment: Linux, Tomcat 6.0.13, Java5
>            Reporter: Derik Vercueil
>            Priority: Minor
>         Attachments: patch.zip
>
>
> I've integrated shamelessly a copy of the WebWork 2.2.6 datepicker that is based on jscalendar. The main reason being that the standard jojo datepicker cannot support both date and time at the same time.

-- 
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-2087) JSCalendar Integration

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

derik edited comment on WW-2087 at 8/8/07 6:37 AM:
------------------------------------------------------------

Created a plugin http://cwiki.apache.org/confluence/display/S2PLUGINS/2007/08/08/JSCalendar+0.1+Plugin+Released. So I guess this issue can be closed.

      was (Author: derik):
    Created a plugin http://code.google.com/p/struts2jscalendarplugin. So I guess this issue can be closed.
  
> JSCalendar Integration
> ----------------------
>
>                 Key: WW-2087
>                 URL: https://issues.apache.org/struts/browse/WW-2087
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Views
>    Affects Versions: 2.0.9
>         Environment: Linux, Tomcat 6.0.13, Java5
>            Reporter: Derik Vercueil
>            Priority: Minor
>         Attachments: patch.zip
>
>
> I've integrated shamelessly a copy of the WebWork 2.2.6 datepicker that is based on jscalendar. The main reason being that the standard jojo datepicker cannot support both date and time at the same time.

-- 
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-2087) JSCalendar Integration

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

derik edited comment on WW-2087 at 8/6/07 10:48 AM:
-------------------------------------------------------------

Ah, was wondering why no one had done this yet. I will make it a plugin. I guess this is the same issue that pertains to the webwork rich text editor tag?

      was (Author: derik):
    Ah, was wondering why no one had done this yet. I will make it a plugin.
  
> JSCalendar Integration
> ----------------------
>
>                 Key: WW-2087
>                 URL: https://issues.apache.org/struts/browse/WW-2087
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Views
>    Affects Versions: 2.0.9
>         Environment: Linux, Tomcat 6.0.13, Java5
>            Reporter: Derik Vercueil
>            Priority: Minor
>         Attachments: patch.zip
>
>
> I've integrated shamelessly a copy of the WebWork 2.2.6 datepicker that is based on jscalendar. The main reason being that the standard jojo datepicker cannot support both date and time at the same time.

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


[jira] Updated: (WW-2087) JSCalendar Integration

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

Derik Vercueil updated WW-2087:
-------------------------------

    Attachment: patch.zip

Additional files that are required to run jscalendar, shamelessly copied from WebWork 2.2.6's datepicker and renamed to jscalendar ( so as not to be confused with the dojo datepicker ).

Replace the Struts 2.0.9 struts-tags.tld file with the new one and add the files to the source tree.

On a sidenote, the calendar will be blank since the correct stylesheet is not added automatically by the <s:head/>.
This can be achieved by manually specifying the stylesheet in the <head></head> tag as follows:

<link href="<s:url value="/struts/jscalendar/calendar-blue.css" />" rel="stylesheet" type="text/css" media="all"/>

> JSCalendar Integration
> ----------------------
>
>                 Key: WW-2087
>                 URL: https://issues.apache.org/struts/browse/WW-2087
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Views
>    Affects Versions: 2.0.9
>         Environment: Linux, Tomcat 6.0.13, Java5
>            Reporter: Derik Vercueil
>            Priority: Minor
>         Attachments: patch.zip
>
>
> I've integrated shamelessly a copy of the WebWork 2.2.6 datepicker that is based on jscalendar. The main reason being that the standard jojo datepicker cannot support both date and time at the same time.

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


[jira] Commented: (WW-2087) JSCalendar Integration

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

Derik Vercueil commented on WW-2087:
------------------------------------

Created a plugin http://code.google.com/p/struts2jscalendarplugin. So I guess this issue can be closed.

> JSCalendar Integration
> ----------------------
>
>                 Key: WW-2087
>                 URL: https://issues.apache.org/struts/browse/WW-2087
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Views
>    Affects Versions: 2.0.9
>         Environment: Linux, Tomcat 6.0.13, Java5
>            Reporter: Derik Vercueil
>            Priority: Minor
>         Attachments: patch.zip
>
>
> I've integrated shamelessly a copy of the WebWork 2.2.6 datepicker that is based on jscalendar. The main reason being that the standard jojo datepicker cannot support both date and time at the same time.

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


[jira] Resolved: (WW-2087) JSCalendar Integration

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

James Holmes resolved WW-2087.
------------------------------

    Resolution: Won't Fix

Closing this ticket as their is a license conflict with integrating JSCalendar with Struts 2. Instead of framework level integration, a 3rd party Struts 2 plugin has been created.

> JSCalendar Integration
> ----------------------
>
>                 Key: WW-2087
>                 URL: https://issues.apache.org/struts/browse/WW-2087
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Views
>    Affects Versions: 2.0.9
>         Environment: Linux, Tomcat 6.0.13, Java5
>            Reporter: Derik Vercueil
>            Priority: Minor
>         Attachments: patch.zip
>
>
> I've integrated shamelessly a copy of the WebWork 2.2.6 datepicker that is based on jscalendar. The main reason being that the standard jojo datepicker cannot support both date and time at the same time.

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


[jira] Updated: (WW-2087) JSCalendar Integration

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

Derik Vercueil updated WW-2087:
-------------------------------

    Description: I've integrated shamelessly a copy of the WebWork 2.2.6 datepicker that is based on jscalendar. The main reason being that the standard jojo datepicker cannot support both date and time at the same time.  (was: I've integrated shamelessly a copy of the WebWork 2.2.6 datepicker that is based on jscalendar. The main reason being that the standard jojo datepicker cannot support both date and time at the same time. Is there anywhere I can post/upload the code so that it can be considered for inclusion?)

I see now that I *can* attach files. My bad....

> JSCalendar Integration
> ----------------------
>
>                 Key: WW-2087
>                 URL: https://issues.apache.org/struts/browse/WW-2087
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Views
>    Affects Versions: 2.0.9
>         Environment: Linux, Tomcat 6.0.13, Java5
>            Reporter: Derik Vercueil
>            Priority: Minor
>
> I've integrated shamelessly a copy of the WebWork 2.2.6 datepicker that is based on jscalendar. The main reason being that the standard jojo datepicker cannot support both date and time at the same time.

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