On Sun, 8 Jul 2001 21:56:51 +0200 you wrote:
>> It's not so bad now, but if Mozilla ever fixes tab handling
>> within textareas, I'm going to want to use it with Zope.
>
>if you are really interested in using the tab with mozilla=20
I am. Others are too - here and elsewhere.
http://bug
On 15 May 2001 13:23:30 -0600 you wrote:
>> My workspace keeps being redirected to index_html
>> I don't understand it, but I see that netscape navigator doesn't
>> seem to have this problem. But Mozilla and Lynx does!
Same situation here.
>With mozilla, please state the version/buildnum
On Tue, 30 May 2000 17:09:20 +1000 (EST) you wrote:
>> I like the optional attribute. I'd like to see
>> it do more than sit idle in the code.
>
>You don't have to do the typechecking in the 'arguments' box if you don't
>want. eg. in your arguments section:
>
>course=""
>subject=""
O.k., it ap
On Mon, 29 May 2000 21:56:33 +0200 (CEST) you wrote:
> > Error, Bad Request: ['version']
>You want to use "default values" in your SQL method argument list.
>
>The details are described in "ZSQL/ZSQL.2.5.2.html".
What's the URL for this? I'm looking through the
pointers from the documenta
On Sat, 27 May 2000 13:07:50 +1000 (EST) you wrote:
>In your 'Options' box for your ZSQL method, you can specify a default
>value for arguments if they were not passed:
>
>subject:string = ''
>course_nbr: string = ''
>
>Don't know if/where it is documented.
I hope it's not documented anywhere;
I'd like to build a Z SQL method for *many*
people to use to list courses that we offer.
I don't want to require that all queries
using it understand all of the columns, but
I do want to be able to modify the query in
many ways.
So...after reading
http://yyy.zope.org/Documentation/Guides