RE: [OS-webwork] Documentation

2002-12-11 Thread Jason Carreira
Would something like www.xopus.org make this easier? You can edit the XML directly in a WYSIWYG editor rendered using the XSD you're planning to use for generating the HTML... -Original Message- From: Patrick Lightbody [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 12:01 PM T

Re: [OS-webwork] Documentation

2002-12-11 Thread Peter Kelley
Why not use IBM Bookmaster :) I wrote a whole manual with that once, talk about painful! On Wed, 2002-12-11 at 04:31, Joseph Ottinger wrote: > How about using, oh, PF:Word then? That would rock and have a cool "gee, > I'd forgotten that existed" factor. :) > > On Wed, 11 Dec 2002, Robert Nicholso

RE: [OS-webwork] Fix for webwork.module

2002-12-11 Thread scott
"Use my copy of JIRA. No - use mine!" ;) Looks like we'll have to make JIRA in a maven-like fashion, where you can be aware of all your components' bugs as well. Kudos to the Xdoclet team - your logo looks great! Cheers, Scott Aslak Hellesøy <[EMAIL PROTECTED]> wrote .. > > -Original Me

[OS-webwork] Webwork 1.3 release

2002-12-11 Thread scott
I have spent 20 minutes making some changes for webwork. I have added a 2.0 release, so you can start adding all your features for XWork. I have moved a few trivial things into the 1.3 release, mostly things with patches already attached to the issue. You can see more info here: http://jira

RE: [OS-webwork] Fix for webwork.module

2002-12-11 Thread Aslak Hellesøy
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Patrick Lightbody > Sent: 11. desember 2002 18:44 > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] Fix for webwork.module > > > Herve, > Can you open a case at http://jira.opensymphony.com with th

RE: [OS-webwork] Velocity Views

2002-12-11 Thread Aapo Laakkonen
>> From what I understand, you have to drop >> a NumberFormat object into the context. >> Should this be done at startup of the >> application? > > That's not even possible since a new context > is created for each rendering. In fact it is possible. Look at the simple example I attached to this m

Re: [OS-webwork] Fix for webwork.module

2002-12-11 Thread Patrick Lightbody
Herve, Can you open a case at http://jira.opensymphony.com with this? -Pat - Original Message - From: "Herve Tchepannou" <[EMAIL PROTECTED]> To: "webwork" <[EMAIL PROTECTED]> Sent: Friday, December 06, 2002 2:08 PM Subject: [OS-webwork] Fix for webwork.module > I found a that @webwork.

Re: [OS-webwork] Array of dataobject as result of a submit form with WW+Velocity

2002-12-11 Thread Patrick Lightbody
WebWork can't do complex objects like that, it just doesn't know how to construct them. That is something I'm looking in to in the future, but no promises. WebWork can do something like this though: and your action can have setFoo(long[] foo) { // this will be [1,2,3] } - Original Mess

Re: [OS-webwork] Fw: [Opensymphony-cvsmail] webwork/src/main/webwork/action/client ActionResult.java,1.6,1.7

2002-12-11 Thread Patrick Lightbody
Gotcha, makes sense. Maybe (in the future) we can have the same object work in both cases. Ie: if there was no chain, just store the single object. -Pat - Original Message - From: "Rickard Öberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 11, 2002 9:35 AM Subjec

Re: [OS-webwork] Fw: [Opensymphony-cvsmail] webwork/src/main/webwork/action/clientActionResult.java,1.6,1.7

2002-12-11 Thread Rickard Öberg
Patrick Lightbody wrote: Couldn't you use the ActionResult handed back from GenericDispatcher instead? It's basically the same thing, but has a bit more methods. No, because this is used for RMI-type stuff, and I'm not that keen on creating a List with just one item all the time. I'm rather per

Re: [OS-webwork] 1.3 Release

2002-12-11 Thread Patrick Lightbody
Paola, I'll be sure to get this in the 1.3 release. Can you email me the updates directly (so I don't forget!). -Pat - Original Message - From: "Vedovato Paolo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 11, 2002 9:18 AM Subject: RE: [OS-webwork] 1.3 Release >

[OS-webwork] Fw: [Opensymphony-cvsmail] webwork/src/main/webwork/action/client ActionResult.java,1.6,1.7

2002-12-11 Thread Patrick Lightbody
Rickard, My bad, that was me :) Couldn't you use the ActionResult handed back from GenericDispatcher instead? It's basically the same thing, but has a bit more methods. -Pat - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 11, 2002 9:19 AM

Re: [OS-webwork] property tag and release 1.3

2002-12-11 Thread Patrick Lightbody
Yes, let's just wait until the 1.3 release. I'll put the tags in CVS right after the release, ok? -Pat - Original Message - From: "Erik Beeson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 11, 2002 4:06 AM Subject: Re: [OS-webwork] property tag and release 1.3 >

RE: [OS-webwork] 1.3 Release

2002-12-11 Thread Vedovato Paolo
Hi List/ Eric >PS. If you didn't see a change that you were looking for or expecting, >please let the list know as it could have been overlooked or >intentionally >left out for XWork. I have started on a roadmap for XWork that >I'll try to >get up on the wiki today. yup, I've posted an update of

Re: [OS-webwork] 1.3 Release

2002-12-11 Thread Rickard Öberg
Erik Beeson wrote: Please checkout the latest CVS and give it a whirl. If it all looks good, someone more adept than I can fire off the release asap. I have a couple of changes I just committed: * Refactored ClientServletDispatcher/ClientDispatcher to allow custom ObjectInput/ObjectOutputStream

Re: [OS-webwork] Velocity Views

2002-12-11 Thread Rickard Öberg
Blake Day wrote: I'm actually thinking about using Velocity for some of my views. Could anyone on the list comment on how simple things like number formatting is accomplished? From what I understand, you have to drop a NumberFormat object into the context. Should this be done at startup of the

[OS-webwork] Velocity Views

2002-12-11 Thread Blake Day
I'm actually thinking about using Velocity for some of my views. Could anyone on the list comment on how simple things like number formatting is accomplished? From what I understand, you have to drop a NumberFormat object into the context. Should this be done at startup of the application? Than

Re: [OS-webwork] property tag and release 1.3

2002-12-11 Thread Blake Day
You're right. I keep forgetting that we have to be careful with our words :). Thanks for the other goodies. Blake - Original Message - From: "boxed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 11, 2002 11:42 AM Subject: Re: [OS-webwork] property tag and release

[OS-webwork] 1.3 Release

2002-12-11 Thread Erik Beeson
The release was waiting on some updates I had yet to commit. They were: WW-88: Add an id attribute to the tag WW-79: PropertyTag shouldn't print when id is sepcify These have both been fixed and the docs have been (slightly) updated to reflect the change. Please checkout the latest CVS and give

Re: [OS-webwork] property tag and release 1.3

2002-12-11 Thread boxed
> Come on! What is the big deal? How will changing the tag names hurt anyone? > Why wait? They've already been coded. Actually it's not about renaming, it's about adding three tags that each do a single thing and deprecating property tag. This will break nothing and will make the documentation a

Re: [OS-webwork] property tag and release 1.3

2002-12-11 Thread Blake Day
Come on! What is the big deal? How will changing the tag names hurt anyone? Why wait? They've already been coded. Thanks boxed, by the way, for your work in coding them. Blake - Original Message - From: "Erik Beeson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December

Re: [OS-webwork] property tag and release 1.3

2002-12-11 Thread Erik Beeson
I think it was decided to leave the tag renaming until XWork? --Erik On Wed, 11 Dec 2002, boxed wrote: > > I thought there was some agreement a while back that the Property Tag > should > > not print out the value if it has an id attribute, but the check for this > > (BasicPropertyTag line 101)

Re: [OS-webwork] property tag and release 1.3

2002-12-11 Thread boxed
> I thought there was some agreement a while back that the Property Tag should > not print out the value if it has an id attribute, but the check for this > (BasicPropertyTag line 101) hasn't made it into the repository. Could/should > this be changed before the release of 1.3, if it is not too lat

Re: [OS-webwork] property tag and release 1.3

2002-12-11 Thread Erik Beeson
Yes, the fix for this is sitting in my local copy of webwork, along with a few previously discussed updates to URLTag. I'm working on finishing those up and getting them in tonight (tuesday night). Expect a release on Wednesday if everybody is happy with it. --Erik On Wed, 11 Dec 2002, Geoff Carr

[OS-webwork] property tag and release 1.3

2002-12-11 Thread Geoff Carruthers
Fellas- I thought there was some agreement a while back that the Property Tag should not print out the value if it has an id attribute, but the check for this (BasicPropertyTag line 101) hasn't made it into the repository. Could/should this be changed before the release of 1.3, if it is not too la