You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Ted Steen <te...@gmail.com> on 2007/03/30 18:50:27 UTC

T5: Date picker component

While at it we put our jscalendar library (with a DatePicker implemented)
See http://www.dynarch.com/projects/calendar/ for more info on
jscalendar, it seems like a decent date picker component.

http://code.google.com/p/tapestry5-jscalendar/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: Date picker component

Posted by Ted Steen <te...@gmail.com>.
Thats fixed now.

2007/4/1, Massimo Lusetti <ml...@gmail.com>:
> On 3/30/07, Ted Steen <te...@gmail.com> wrote:
>
> > While at it we put our jscalendar library (with a DatePicker implemented)
> > See http://www.dynarch.com/projects/calendar/ for more info on
> > jscalendar, it seems like a decent date picker component.
> >
> > http://code.google.com/p/tapestry5-jscalendar/
>
> It's me or the eclipse project files name it tapestry-FCKEditor?
>
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
/ted

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: Date picker component

Posted by Massimo Lusetti <ml...@gmail.com>.
On 3/30/07, Ted Steen <te...@gmail.com> wrote:

> While at it we put our jscalendar library (with a DatePicker implemented)
> See http://www.dynarch.com/projects/calendar/ for more info on
> jscalendar, it seems like a decent date picker component.
>
> http://code.google.com/p/tapestry5-jscalendar/

It's me or the eclipse project files name it tapestry-FCKEditor?

-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: Date picker component

Posted by Juliet B <hi...@msn.com>.
Ok, thanks, I just managed to pick a date ! A translator would be great...

Thanks for your help :)



Marcelo lotif wrote:
> 
> at the moment, there is only one, but ted have plans to add a translator
> and
> other things too...
> you use it like this:
> 
> 
> 
> 2007/8/31, Juliet B <hi...@msn.com>:
>>
>>
>> Hi,
>>
>> thanks a lot Marcelo, it worked ;) I did'nt add it to my WEB-INF/lib...
>>
>> I have now access to the DatePicker component, but how can I know how it
>> works, wich parameters are available ? I didn't manage to find any
>> documentation specific to Tapestry.
>>
>> Any hint would be nice :)
>>
>> Thanks
>>
>>
>>
>>
>> Marcelo lotif wrote:
>> >
>> > Hi,
>> > you just have to add it to your WEB-INF/lib and also add it to your
>> > classpath
>> > i'm using eclipse and this works for me...
>> > :)
>> >
>> > 2007/8/30, Juliet B <hi...@msn.com>:
>> >>
>> >>
>> >> Hi,
>> >>
>> >> i'm new to Tapestry and I tried to use DatePicker component, but I
>> really
>> >> can't figure out how to load the component in my eclipse project. I
>> >> already
>> >> searched the mailing list and find answers but it don't seem to work
>> for
>> >> me.
>> >>
>> >> Can anyone explain me clearly which steps I have to follow (add to
>> >> classpath, add method to load component...) ?
>> >>
>> >> Thank you !
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> Ted Steen wrote:
>> >> >
>> >> > While at it we put our jscalendar library (with a DatePicker
>> >> implemented)
>> >> > See http://www.dynarch.com/projects/calendar/ for more info on
>> >> > jscalendar, it seems like a decent date picker component.
>> >> >
>> >> > http://code.google.com/p/tapestry5-jscalendar/
>> >> >
>> >> >
>> ---------------------------------------------------------------------
>> >> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> >> > For additional commands, e-mail: users-help@tapestry.apache.org
>> >> >
>> >> >
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12408463
>> >> Sent from the Tapestry - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> >> For additional commands, e-mail: users-help@tapestry.apache.org
>> >>
>> >>
>> >
>> >
>> > --
>> > Atenciosamente,
>> > Marcelo Lotif
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12425132
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> 
> -- 
> Atenciosamente,
> Marcelo Lotif
> 
> 

-- 
View this message in context: http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12426133
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: Date picker component

Posted by Marcelo lotif <ml...@gmail.com>.
at the moment, there is only one, but ted have plans to add a translator and
other things too...
you use it like this:

<span t:type="jscalendar/DatePicker" date="date1" />

2007/8/31, Juliet B <hi...@msn.com>:
>
>
> Hi,
>
> thanks a lot Marcelo, it worked ;) I did'nt add it to my WEB-INF/lib...
>
> I have now access to the DatePicker component, but how can I know how it
> works, wich parameters are available ? I didn't manage to find any
> documentation specific to Tapestry.
>
> Any hint would be nice :)
>
> Thanks
>
>
>
>
> Marcelo lotif wrote:
> >
> > Hi,
> > you just have to add it to your WEB-INF/lib and also add it to your
> > classpath
> > i'm using eclipse and this works for me...
> > :)
> >
> > 2007/8/30, Juliet B <hi...@msn.com>:
> >>
> >>
> >> Hi,
> >>
> >> i'm new to Tapestry and I tried to use DatePicker component, but I
> really
> >> can't figure out how to load the component in my eclipse project. I
> >> already
> >> searched the mailing list and find answers but it don't seem to work
> for
> >> me.
> >>
> >> Can anyone explain me clearly which steps I have to follow (add to
> >> classpath, add method to load component...) ?
> >>
> >> Thank you !
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> Ted Steen wrote:
> >> >
> >> > While at it we put our jscalendar library (with a DatePicker
> >> implemented)
> >> > See http://www.dynarch.com/projects/calendar/ for more info on
> >> > jscalendar, it seems like a decent date picker component.
> >> >
> >> > http://code.google.com/p/tapestry5-jscalendar/
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >> > For additional commands, e-mail: users-help@tapestry.apache.org
> >> >
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12408463
> >> Sent from the Tapestry - User mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >>
> >
> >
> > --
> > Atenciosamente,
> > Marcelo Lotif
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12425132
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Atenciosamente,
Marcelo Lotif

Re: T5: Date picker component

Posted by Juliet B <hi...@msn.com>.
Hi, 

thanks a lot Marcelo, it worked ;) I did'nt add it to my WEB-INF/lib...

I have now access to the DatePicker component, but how can I know how it
works, wich parameters are available ? I didn't manage to find any
documentation specific to Tapestry.

Any hint would be nice :)

Thanks




Marcelo lotif wrote:
> 
> Hi,
> you just have to add it to your WEB-INF/lib and also add it to your
> classpath
> i'm using eclipse and this works for me...
> :)
> 
> 2007/8/30, Juliet B <hi...@msn.com>:
>>
>>
>> Hi,
>>
>> i'm new to Tapestry and I tried to use DatePicker component, but I really
>> can't figure out how to load the component in my eclipse project. I
>> already
>> searched the mailing list and find answers but it don't seem to work for
>> me.
>>
>> Can anyone explain me clearly which steps I have to follow (add to
>> classpath, add method to load component...) ?
>>
>> Thank you !
>>
>>
>>
>>
>>
>>
>>
>> Ted Steen wrote:
>> >
>> > While at it we put our jscalendar library (with a DatePicker
>> implemented)
>> > See http://www.dynarch.com/projects/calendar/ for more info on
>> > jscalendar, it seems like a decent date picker component.
>> >
>> > http://code.google.com/p/tapestry5-jscalendar/
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> > For additional commands, e-mail: users-help@tapestry.apache.org
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12408463
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
> 
> 
> -- 
> Atenciosamente,
> Marcelo Lotif
> 
> 

-- 
View this message in context: http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12425132
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: Date picker component

Posted by Marcelo lotif <ml...@gmail.com>.
Hi,
you just have to add it to your WEB-INF/lib and also add it to your
classpath
i'm using eclipse and this works for me...
:)

2007/8/30, Juliet B <hi...@msn.com>:
>
>
> Hi,
>
> i'm new to Tapestry and I tried to use DatePicker component, but I really
> can't figure out how to load the component in my eclipse project. I
> already
> searched the mailing list and find answers but it don't seem to work for
> me.
>
> Can anyone explain me clearly which steps I have to follow (add to
> classpath, add method to load component...) ?
>
> Thank you !
>
>
>
>
>
>
>
> Ted Steen wrote:
> >
> > While at it we put our jscalendar library (with a DatePicker
> implemented)
> > See http://www.dynarch.com/projects/calendar/ for more info on
> > jscalendar, it seems like a decent date picker component.
> >
> > http://code.google.com/p/tapestry5-jscalendar/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12408463
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Atenciosamente,
Marcelo Lotif

Re: T5: Date picker component

Posted by Juliet B <hi...@msn.com>.
Hi,

i'm new to Tapestry and I tried to use DatePicker component, but I really
can't figure out how to load the component in my eclipse project. I already
searched the mailing list and find answers but it don't seem to work for me.

Can anyone explain me clearly which steps I have to follow (add to
classpath, add method to load component...) ?

Thank you !







Ted Steen wrote:
> 
> While at it we put our jscalendar library (with a DatePicker implemented)
> See http://www.dynarch.com/projects/calendar/ for more info on
> jscalendar, it seems like a decent date picker component.
> 
> http://code.google.com/p/tapestry5-jscalendar/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/T5%3A-Date-picker-component-tf3493869.html#a12408463
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: Date picker component

Posted by Howard Lewis Ship <hl...@gmail.com>.
I have to figure out if the underlying LGPL library will cause us
problems or not.  That's the same library used by the Tacos DatePicker
and it is the best.

On 3/31/07, Ted Steen <te...@gmail.com> wrote:
> Consider it yours. But some creds would be nice.. ;)
> There is still work left to do on it, but it works fine.
>
> 2007/3/31, Howard Lewis Ship <hl...@gmail.com>:
> > I'm not sure of the legality of me just steeling your work for T5 ...
> > unless it was submitted as a patch, which is an implicit CLA.
> >
> > On 3/30/07, Ted Steen <te...@gmail.com> wrote:
> > > While at it we put our jscalendar library (with a DatePicker implemented)
> > > See http://www.dynarch.com/projects/calendar/ for more info on
> > > jscalendar, it seems like a decent date picker component.
> > >
> > > http://code.google.com/p/tapestry5-jscalendar/
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > > For additional commands, e-mail: users-help@tapestry.apache.org
> > >
> > >
> >
> >
> > --
> > Howard M. Lewis Ship
> > TWD Consulting, Inc.
> > Independent J2EE / Open-Source Java Consultant
> > Creator and PMC Chair, Apache Tapestry
> > Creator, Apache HiveMind
> >
> > Professional Tapestry training, mentoring, support
> > and project work.  http://howardlewisship.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
> --
> /ted
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: Date picker component

Posted by Ted Steen <te...@gmail.com>.
Consider it yours. But some creds would be nice.. ;)
There is still work left to do on it, but it works fine.

2007/3/31, Howard Lewis Ship <hl...@gmail.com>:
> I'm not sure of the legality of me just steeling your work for T5 ...
> unless it was submitted as a patch, which is an implicit CLA.
>
> On 3/30/07, Ted Steen <te...@gmail.com> wrote:
> > While at it we put our jscalendar library (with a DatePicker implemented)
> > See http://www.dynarch.com/projects/calendar/ for more info on
> > jscalendar, it seems like a decent date picker component.
> >
> > http://code.google.com/p/tapestry5-jscalendar/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
> --
> Howard M. Lewis Ship
> TWD Consulting, Inc.
> Independent J2EE / Open-Source Java Consultant
> Creator and PMC Chair, Apache Tapestry
> Creator, Apache HiveMind
>
> Professional Tapestry training, mentoring, support
> and project work.  http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
/ted

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: Date picker component

Posted by Howard Lewis Ship <hl...@gmail.com>.
I'm not sure of the legality of me just steeling your work for T5 ...
unless it was submitted as a patch, which is an implicit CLA.

On 3/30/07, Ted Steen <te...@gmail.com> wrote:
> While at it we put our jscalendar library (with a DatePicker implemented)
> See http://www.dynarch.com/projects/calendar/ for more info on
> jscalendar, it seems like a decent date picker component.
>
> http://code.google.com/p/tapestry5-jscalendar/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org