Re: Veltools 1.3 - Showcase Example

2006-12-12 Thread Nathan Bubna
Ok. Make sure you move it to the Struts 1.x head, and not Struts 2.x. They are entirely different frameworks. On 12/11/06, Henning P. Schmiedehausen [EMAIL PROTECTED] wrote: Nathan Bubna [EMAIL PROTECTED] writes: velocity-tools builds again (see

Re: Veltools 1.3 - Showcase Example

2006-12-11 Thread Claude Brisson
Le lundi 11 décembre 2006 à 09:45 -0800, Nathan Bubna a écrit : On 12/9/06, Claude Brisson [EMAIL PROTECTED] wrote: Looks very cool. That's a lot of work! Some remarks: - Alternator: we'd like the hand-made examples to return several values... not that important. not sure i

Re: Veltools 1.3 - Showcase Example

2006-12-11 Thread Nathan Bubna
On 12/11/06, Claude Brisson [EMAIL PROTECTED] wrote: Le lundi 11 décembre 2006 à 09:45 -0800, Nathan Bubna a écrit : On 12/9/06, Claude Brisson [EMAIL PROTECTED] wrote: Looks very cool. That's a lot of work! Some remarks: - Alternator: we'd like the hand-made examples to return

Re: Veltools 1.3 - Showcase Example

2006-12-11 Thread Nathan Bubna
On 12/10/06, Henning P. Schmiedehausen [EMAIL PROTECTED] wrote: Claude Brisson [EMAIL PROTECTED] writes: p.s. VelocityView and the Generic Tools are largely ready for a 1.3 release. if anyone wants to help me get 1.3 out the door, i'd love some help updating the VelocityStruts dependencies

Re: Veltools 1.3 - Showcase Example

2006-12-11 Thread Claude Brisson
Le lundi 11 décembre 2006 à 12:47 -0800, Nathan Bubna a écrit : so basically, there's plenty of capability in DateTool, but only limited magic. improvements are welcome! Ah, one last thing (for now) about the DateTool that I forgot to mention: are we sure we want to keep the jdk zero-based

Re: Veltools 1.3 - Showcase Example

2006-12-11 Thread Nathan Bubna
I've debated that myself a dozen times. The main issue is that i've not had cause to use that particular function myself. I just added the getMonth() and getDay() methods as logical fellows of the getYear() method that i really wanted. I could easily be swayed either direction, and either way,

Re: Veltools 1.3 - Showcase Example

2006-12-09 Thread Claude Brisson
Looks very cool. That's a lot of work! Some remarks: - Alternator: we'd like the hand-made examples to return several values... not that important. - Date $date.getDay([ ]) $date.getMont([ ]) $date.getYear([ ]) those three methods take a Date argument, so the

Veltools 1.3 - Showcase Example

2006-12-08 Thread Nathan Bubna
hey folks, you probably noticed that i just checked in a new example app for VelocityTools to replace the layout example. this is something i've been thinking of doing for years, and finally got around to doing. basically, it provides demonstrations (most of which are interactive) of all the