RE: [Webware-discuss] FunFormKit and Dynamic fields

2002-02-01 Thread Ian Bicking
On Fri, 2002-02-01 at 17:13, Luke Opperman wrote: > > --- "Love, Jay" <[EMAIL PROTECTED]> wrote: > > Couldn't you generate the definitions in the __init__ > > dynamically at Servlet > > creation time? > > I don't think so. First, it would require generating all > the possible definitions. Depend

Re: [Webware-discuss] FunFormKit and Dynamic fields

2002-02-01 Thread Ian Bicking
On Fri, 2002-02-01 at 16:54, Luke Opperman wrote: > > There's things in their for > > dynamic select fields, and you can hide fields, which > > provides a certain > > dynamicism -- you can define a form with all possible > > fields, and hide > > the ones that aren't necessary. > > I suppose we co

RE: [Webware-discuss] FunFormKit and Dynamic fields

2002-02-01 Thread Luke Opperman
--- "Love, Jay" <[EMAIL PROTECTED]> wrote: > Couldn't you generate the definitions in the __init__ > dynamically at Servlet > creation time? I don't think so. First, it would require generating all the possible definitions. Depending on the customer, this is in the dozens. That's feasible, altho

RE: [Webware-discuss] FunFormKit and Dynamic fields

2002-02-01 Thread Love, Jay
Couldn't you generate the definitions in the __init__ dynamically at Servlet creation time? > -Original Message- > From: Luke Opperman [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 5:55 PM > To: Ian Bicking; Webware Discuss > Subject: Re: [Webware-dis

Re: [Webware-discuss] FunFormKit and Dynamic fields

2002-02-01 Thread Luke Opperman
> In what ways are the form fields varying? In our current system, you select a table, then select a specific record in the table (optionally by category). The table and record selections are then passed to a Detail page, which gets the meta-definition for the table and how to display the fields

Re: [Webware-discuss] FunFormKit and Dynamic fields

2002-02-01 Thread Ian Bicking
On Fri, 2002-02-01 at 16:11, Luke Opperman wrote: > Hi there - > > We have an existing (non-webware) system that reads a bunch > of meta-data about one of several database tables, and > generates a dynamic form based on the fields in the table > and the meta-data. > > I'd like to convert this to

[Webware-discuss] FunFormKit and Dynamic fields

2002-02-01 Thread Luke Opperman
Hi there - We have an existing (non-webware) system that reads a bunch of meta-data about one of several database tables, and generates a dynamic form based on the fields in the table and the meta-data. I'd like to convert this to Webware, but I'm running into issues using FFK because it seems t