AW: [Webware-discuss] Generated class docs?

2002-05-17 Thread F. GEIGER
> generate such docs, and that minor tweaking needed to be done to at least > get the basic docs generated. Am I wrong? Wasn't HappyDoc the tool you're looking for? Cheers Franz > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auftrag von Steve > Freit

AW: [Webware-discuss] FunFormKit: Anyone rendering more than 1 form per page?

2002-03-04 Thread F. GEIGER
gt; else: > return getattr(self, > self._defaultFormDefinition.renderMethodName())() > >>> > > The commented out line in the if is the original code, the one > below is my > interpretation. I believe that the else block must also be > changed in

[Webware-discuss] FunFormKit: Anyone rendering more than 1 form per page?

2002-03-03 Thread F. GEIGER
Rendering more than one form in one page works. So I have two forms now on one page. Their names are "FormOne" and "FormTwo". Now, when I press a button on one of those two forms, _processForm() fails: Traceback (most recent call last): File ".\WebKit\Application.py", line 387, in dispatchRequ

[Webware-discuss] FunFormKit: Defaults lost when form validation fails

2002-02-27 Thread F. GEIGER
On validation errors of *fields* in a FFK form the defaults are kept, when they are displayed again with an error message. On contrary the defaults of all the fields are not kept, when the *form* validation fails. I set the defaults upon the call to renderableform(). The form validation code is

AW: [Webware-discuss] IIS

2001-12-02 Thread F. GEIGER
Does probably not solve your problem, but: When I moved to W2k I decided to install Apache instead of IIS5 and downloading and applying a bunch of patches needed for it. Now I do not need an exe anymore to run Webware. I use the AppServer and Oneshot out of CVS now, and everything's fine. Cheers

AW: AW: [Webware-discuss] Design Question

2001-10-27 Thread F. GEIGER
nd many thanks again Franz > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auftrag von Chuck > Esterbrook > Gesendet: Freitag, 26. Oktober 2001 23:19 > An: [EMAIL PROTECTED] > Cc: Webware-discuss > Betreff: Re: AW: [Webware-dis

AW: [Webware-discuss] Design Question

2001-10-26 Thread F. GEIGER
[EMAIL PROTECTED]] > Gesendet: Freitag, 26. Oktober 2001 16:25 > An: [EMAIL PROTECTED]; Webware-discuss > Betreff: Re: [Webware-discuss] Design Question > > > At 03:50 PM 10/26/2001 +0200, F. GEIGER wrote: > >How would you do? Would you clone ("reinvent") the In

[Webware-discuss] Design Question

2001-10-26 Thread F. GEIGER
Hi all, I need a hint on design. Problem: To build an Invoice information to do so is gathered from several forms, i.e. the pieces are put together until they are all there and an Invoice can be built. An Invoice is a MiddleKit class, which gets saved into the MySQL db, when it is built and pr

AW: [Webware-discuss] Need advise about apache 1.3.20 and WebKit 0.5

2001-10-09 Thread F. GEIGER
Hi Thomas, IIRC I had similar problems with 0.5. Webware 0.5 is a bit dated already, so I'd try a CVS snapshot. If you do not want that and you can afford to wait: 0.6 will be out soon. Regards Franz > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auf

AW: [Webware-discuss] COM Kit and OneShot

2001-10-01 Thread F. GEIGER
... > -Ursprungliche Nachricht- > Von: Geoff Talvola [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 25. September 2001 19:49 > An: [EMAIL PROTECTED]; Webware-discuss > Betreff: Re: [Webware-discuss] COM Kit and OneShot > > > At 07:31 PM 9/25/01 +0200, F. GEIGER wrote: > >

[Webware-discuss] COM Kit and OneShot

2001-09-25 Thread F. GEIGER
Is there a chance to have COM support with OneShot somehow? If I run the AppAerver it works fine, but not if I run OneShot for debugging. Anyone else doing this? Any hints? Best reagrds Franz GEIGER ___ Webware-discuss mailing list [EMAIL PROTECTED

AW: [Webware-discuss] Debugging? Help!

2001-09-24 Thread F. GEIGER
I use WingIDE for this. I am pretty happy with it as it allows me to step thru my code. Of course you have to use OneShot then. Cheers Franz > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auftrag von > Martin Doudoroff > Gesendet: Freitag, 21. Septemb

[Webware-discuss] forward() vs. includeUrl(): Recipes?

2001-07-16 Thread F. GEIGER
Can someone explain, what the differences are between forward() and includeUrl()? When do I use which of those two? Pros/Cons? Wouldn't it be a help for people with a weak background in web techniques (like me) to have a Recipes page in the Webware docs? Cheers Franz

[Webware-discuss] RTFM (Was: [Slightly off-topic] Cookies driving me mad (Was: MiddleKit: Something wrong with list of ?)

2001-06-28 Thread F. GEIGER
ble to send any new response data once the call to forwardRequest returns* Sorry for bothering you all. Regards Franz > -Ursprüngliche Nachricht- > Von: F. GEIGER [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 28. Juni 2001 15:27 > An: Chuck Esterbrook; Webware-discu

[Webware-discuss] [Slightly off-topic] Cookies driving me mad (Was: MiddleKit: Something wrong with list of ?)

2001-06-28 Thread F. GEIGER
01 > An: [EMAIL PROTECTED]; Webware-discuss > Betreff: Re: AW: [Webware-discuss] MiddleKit: Something wrong with list > of ? > > > At 04:22 PM 6/27/2001 +0200, F. GEIGER wrote: > >Ehem (embarrassed), how do I access CVS? > > If you go to the Webware home page and then

AW: [Webware-discuss] MiddleKit: Something wrong with list of ?

2001-06-27 Thread F. GEIGER
ng with list of > ? > > > At 02:33 PM 6/27/2001 +0200, F. GEIGER wrote: > >Is this behavior as expected? > > No, it doesn't right. I would say: > > - Try Webware CVS first > - Next, try to write a standalone program that recreates your > program so we > can

[Webware-discuss] MiddleKit: Something wrong with list of ?

2001-06-27 Thread F. GEIGER
I've to mention first that I'm still working with 0.5.1rc#3, so probably this is no more an issue. Or I simply do not understand things right. If the latter is true, please advice. 1) I have an SiOrder object, which contains a list of SiOrderItem objects. SiOrderItem must have an attribute siOrde

[Webware-discuss] How do you handle race conditions?

2001-06-25 Thread F. GEIGER
How can I prevent race conditions in UserKit? I guess I should lock initNextSerialNum() in UserManagerToFile.py somehow. Otherwise two users logging in at the same time could get the same serial number, or don't they? Is this handled already by the AppServers? What if I do not use the UserKit but