[Maypole] mixing of tables in create

From: Josef Chladek (j.chladek at wirtschaftsblatt.at)
Date: Mon Jan 31 2005 - 15:53:37 GMT


i'm fairly new to maypole, so excuse me if i'm asking something purely
trivial. i've been studying the docs and examples but can't figure out
how to realize mixing of textfields/areas from DIFFERENT tables in one
create/edit

create table article (id int not null auto_increment primary key,
                       title varchar(100),
                       lead text);

create table textblock (id int not null auto_increment primary key,
                         article integer,
                         block text);

an article has many textblocks.

what i want to realize is a create mask, which has

title
lead
block [0..n]

in it. it seems that i'm only able to create the article FIRST, and
then start adding blocks that i assign to the article. for an article
this is not the most desired workflow...

thanks
josef

_______________________________________________
maypole mailing list
maypole at lists.netthink.co.uk
http://lists.netthink.co.uk/listinfo/maypole



This archive was generated by hypermail 2.1.3 : Thu Feb 24 2005 - 22:25:58 GMT