Hi Nico, You're right it the error occurs when an impatient user clicks the "change" link in an editwizard two times. I'm very patient ;-), so i never ran into the error myself ;-) Thanks!
How do you prevent the request to be posted twice? Regards, Henk. E. [EMAIL PROTECTED] I. http://www.mmatch.nl > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Nico Klasens > Sent: Tuesday, July 08, 2003 9:50 AM > To: '[EMAIL PROTECTED]' > Subject: RE: No node with fid=f_... could be found > > > Hello Henk, > > The first time I saw this message was with the haagse > cultuurserver project > (mmbase 1.6.3). It had to do with 2 request which try to > change the same > editwizard stack. Probably, there is a message in your mailbox called > "culturrserver.finalist.com online" which explains it in dutch. > > The editwizards has a stack of wizard information For the > main wizard and > every popup. > The data in the second request is not valid anymore for the > stack, but the > server will just process it. The stack has no clue what went > wrong and spits > out this message. Our solution was to prevent the form submit twice. > > Nico Klasens > > Finalist IT Group > Java Specialists > > -----Oorspronkelijk bericht----- > Van: Henk Hangyi [mailto:[EMAIL PROTECTED] > Verzonden: maandag 7 juli 2003 17:48 > Aan: [EMAIL PROTECTED] > Onderwerp: No node with fid=f_... could be found > > > Hi, > > When using the editwizard sometimes the error: "Error: No > node with fid=f_4 > could be found" pops-up when using > > <field fdatapath="." > ftype="startwizard" > inline="true" > objectnumber="{object/@number}" > wizardname="....."> > <prompt></prompt> > </field> > > inside a <list /> > > I'm running MMBase 1.6.1 on: > > Linux debian 2.4.21 > MySQL 4.0.13 > Tomcat 4.1 > > I cannot find any related messages in the log file. > > Does anybody has a clue on what causes this error? Has it > something to do > with configuration? > > Thanks in advance, > > Regards, Henk. > > MMatch / MMbase consultancy en implementatie > E. [EMAIL PROTECTED] > I. http://www.mmatch.nl > > >
