> 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
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
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
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
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
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
[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
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
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
...
> -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:
> >
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
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
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
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
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
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
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
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
18 matches
Mail list logo