Re: Java PetStore sample - alternative view

2003-03-20 Thread leo leonid
On Donnerstag, März 20, 2003, at 07:42 Uhr, Christopher Oliver wrote: Thank you very much, Leo. I've committed your changes and I made some modifications so that you can dynamically select the view from the webapp: either Velocity or Xsp. cool! only, since index.do has to be called to execute t

Re: Java PetStore sample - alternative view

2003-03-19 Thread Christopher Oliver
Thank you very much, Leo. I've committed your changes and I made some modifications so that you can dynamically select the view from the webapp: either Velocity or Xsp. Regards, Chris leo leonid wrote: On Montag, März 17, 2003, at 04:37 Uhr, Christopher Oliver wrote: Does Xsp have some way o

Re: Java PetStore sample - alternative view

2003-03-19 Thread leo leonid
On Montag, März 17, 2003, at 04:37 Uhr, Christopher Oliver wrote: Does Xsp have some way of doing number formatting? The numeric values you receive from JavaScript are of type java.lang.Double. it's done in the xsl-stylesheet now. The XSP view is now up to date with your vm templates. All new a

Re: Java PetStore sample - alternative view

2003-03-17 Thread leo leonid
On Montag, März 17, 2003, at 06:36 Uhr, Christopher Oliver wrote: leo leonid wrote: excellent! so I can go on with checkout, order, shiping, etc... Does Xsp have some way of doing number formatting? The numeric values you receive from JavaScript are of type java.lang.Double. Yes probably there

Re: Java PetStore sample - alternative view

2003-03-17 Thread Christopher Oliver
leo leonid wrote: excellent! so I can go on with checkout, order, shiping, etc... Does Xsp have some way of doing number formatting? The numeric values you receive from JavaScript are of type java.lang.Double. Yes probably there is already a logicsheet for this, I try to avoid . Number formati

Re: Java PetStore sample - alternative view

2003-03-17 Thread leo leonid
On Montag, März 17, 2003, at 04:37 Uhr, Christopher Oliver wrote: leo leonid wrote: I just put the first results on my server. => http://proto2.leonid.de The XSP/XSL view for browsing Categories, Products, Items, Search, SignOn is already working. I'm now a bit stuck with the Cart, where I am s

Re: Java PetStore sample - alternative view

2003-03-17 Thread Christopher Oliver
leo leonid wrote: I just put the first results on my server. => http://proto2.leonid.de The XSP/XSL view for browsing Categories, Products, Items, Search, SignOn is already working. I'm now a bit stuck with the Cart, where I am still unsuccessful in retrieving values from the flow layer via jpa

Re: Java PetStore sample - alternative view

2003-03-17 Thread Vadim Gritsenko
leo leonid wrote: On Sonntag, März 16, 2003, at 05:32 Uhr, Christopher Oliver wrote: leo leonid wrote: On Freitag, März 14, 2003, at 07:45 Uhr, Christopher Oliver wrote: the views are pretty much brain-dead: Velocity generating xhtml directly. It would be neat if we could better show off Coc

Re: Java PetStore sample - alternative view

2003-03-17 Thread leo leonid
On Sonntag, März 16, 2003, at 05:32 Uhr, Christopher Oliver wrote: leo leonid wrote: On Freitag, März 14, 2003, at 07:45 Uhr, Christopher Oliver wrote: the views are pretty much brain-dead: Velocity generating xhtml directly. It would be neat if we could better show off Cocoon's view generatio