[OS-webwork] Action reloading

2002-11-10 Thread Hani Suleiman
I've written a custom ActionFactory which reloads action dynamically. In effect, this means you can change the code for your actions, compile, and hit refresh and see the changes. I'd like to know if there's any interest in adding this to core webwork, knowing that it has a number of

[OS-webwork] Improved property tag....

2002-11-10 Thread Hani Suleiman
...documentation! I've just checked in new and enhanced documentation for PropertyTag, kindly submitted by Geoff Carruthers (who did put his money where his mouth is, as told, and wrote docs). I'd appreciate it others could have a look and provide feedback, since Geoff has said he's willing to

Re: [OS-webwork] Improved property tag....

2002-11-10 Thread boxed
I've just checked in new and enhanced documentation for PropertyTag, kindly submitted by Geoff Carruthers (who did put his money where his mouth is, as told, and wrote docs). I'd appreciate it others could have a look and provide feedback, since Geoff has said he's willing to write up more

Re: [OS-webwork] Improved property tag....

2002-11-10 Thread boxed
The docs are NOT original pulled out of thin air type docs. They're just a consolidation of what you, Mike, and various others have written. Feel free to plaster your name and credits wherever you feel is appropriate. In future I'll try to remember to discourage anyone who wants to write docs

Re: [OS-webwork] Improved property tag....

2002-11-10 Thread Hani Suleiman
The docs are NOT original pulled out of thin air type docs. They're just a consolidation of what you, Mike, and various others have written. Feel free to plaster your name and credits wherever you feel is appropriate. In future I'll try to remember to discourage anyone who wants to write

Re: [OS-webwork] Improved property tag....

2002-11-10 Thread Mike Cannon-Brookes
Well, I actually wrote the original two uses of the PropertyTag (which you are correct - is in fact 3, would you believe I didn't know about the third one? ;)) But who writes the docs is fairly irrelevant IMHO - we have better docs for the PropertyTag now *cheer* lets move on and document other

Re: [OS-webwork] Improved property tag....

2002-11-10 Thread Mike Cannon-Brookes
And people could add comments I guess. I'm all for it. I'm hanging out for the new version of SnipSnap which should have email notifications - then we can get an email notification of Wiki changes sent to the CVS list? -mike On 11/11/02 12:13 PM, Maurice C. Parker ([EMAIL PROTECTED]) penned

[OS-webwork] Exception handling in BeanUtil

2002-11-10 Thread Heng Sin Low
Currently, there are many place in Webwork ( especially BeanUtil ) throw IllegalArgumentException that hide the original exception, this make it much tougher to debug. Any plan improvement/idea for this ? Regards, Low Heng Sin __ Do you Yahoo!? U2

Re: [OS-webwork] Action reloading

2002-11-10 Thread Rickard Öberg
Hani Suleiman wrote: - It ONLY reloads actions. It specifically does not reload any classes outside of the defined packages for actions. - It relies on the location of webwork.properties to determine what the jar/directory where actions exist - No extra configuration is required beyond changing