RE: Cocoon forms problem

2004-06-03 Thread Carsten Ziegeler
Marc Portier wrote: hm, who owes who a bear in this case? Carsten? ROTFL :) Carsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cocoon forms problem

2004-06-03 Thread Marc Portier
Bartosz Zgodziski wrote: The problem is that, that my form.js has only few lines. One funcfion. and the appropriate cocoon.load() statement, right? function form1() { var form = new Form(forms/d_nowyTyp.xml); form.showForm(nowy.html); print (out); } I meant the Form.js (big F) to be found at

Cocoon forms problem

2004-06-02 Thread Bartosz Zgodzinski
It's realy difiicult for me to describe my problem so please be patient. In my sitemap I've got this: map:match pattern=*.html map:aggregate element=site map:part src=documents/menu.xml/ map:part src=cocoon:/{1}.do/ /map:aggregate map:transform

Re: Cocoon forms problem

2004-06-02 Thread Bruno Dumon
On Wed, 2004-06-02 at 18:19, Bartosz Zgodzinski wrote: It's realy difiicult for me to describe my problem so please be patient. In my sitemap I've got this: map:match pattern=*.html map:aggregate element=site map:part src=documents/menu.xml/ map:part src=cocoon:/{1}.do/

Re: Cocoon forms problem

2004-06-02 Thread Marc Portier
Bartosz Zgodziski wrote: Thanks for Bruno Dumon... It's a little bit better but it still doesn't work. I make many changes so I will write it again. Sitemap: map:match pattern=form1.html map:aggregate element=site map:part src=documents/menu.xml/ map:part

Re: Cocoon forms problem

2004-06-02 Thread Bartosz Zgodziski
Zgodziski - Original Message - From: Marc Portier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 9:25 PM Subject: Re: Cocoon forms problem Bartosz Zgodziski wrote: Thanks for Bruno Dumon... It's a little bit better but it still doesn't work. I make many

Re: Cocoon forms problem

2004-06-02 Thread Marc Portier
? (was the asterix shown on the form indicating the template-transformer also noticed the 'required' flag?) -marc= Bartosz Zgodziski - Original Message - From: Marc Portier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 9:25 PM Subject: Re: Cocoon forms problem

Re: Cocoon forms problem

2004-06-02 Thread Joerg Heinicke
On 02.06.2004 21:53, Marc Portier wrote: nope, the validation should be nested to the datatype: wd:datatype base=string wd:validation wd:length exact='4'/ /wd:validation /wd:datatype Should it not be besides datatype: wd:datatype base=string/ wd:validation wd:length exact='4'/

Re: Cocoon forms problem

2004-06-02 Thread Bartosz Zgodziski
, June 02, 2004 9:53 PM Subject: Re: Cocoon forms problem Bartosz Zgodziski wrote: Thansk and here are more details: d_form1.xml: fd:field id=opis required=true fd:labelOpis:/fd:label fd:datatype base=string/ fd:length min=2 max=4/ /fd:field nope

Re: Cocoon forms problem

2004-06-02 Thread Marc Portier
miss out on the fd:validation around the fd:length though! regards, -marc= Bartosz Zgodziski - Original Message - From: Marc Portier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 9:53 PM Subject: Re: Cocoon forms problem Bartosz Zgodziski wrote: Thansk and here

[OT] bier, beer and bear, pls bare with me (Re: Cocoon forms problem)

2004-06-02 Thread Marc Portier
Tim Larson wrote: On Wed, Jun 02, 2004 at 10:12:46PM +0200, Marc Portier wrote: hm, who owes who a bear in this case? Carsten? Whoa! When did we upgrade to dangerous animals? Let's keep this civilized :^) grmblkrst , that wobbly speling of me

Re: Cocoon forms problem

2004-06-02 Thread Bartosz Zgodziski
still have blank page when I write fafafa - validation doesn't work :( Bartosz Zgodziski - Original Message - From: Marc Portier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 10:25 PM Subject: Re: Cocoon forms problem Bartosz Zgodziski wrote: I'm sorry but I

Re: Cocoon forms problem

2004-06-02 Thread Marc Portier
Bartosz Zgodziski wrote: Unfortunatelly it's not the end. I don't know where this bug appears but in my source file I've got: fd:field id=opis required=true fd:labelOpis:/fd:label fd:datatype base=string/ fd:validation fd:length min=2 max=4/ /fd:validation /fd:field

Re: Cocoon forms problem

2004-06-02 Thread Bartosz Zgodziski
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 11:40 PM Subject: Re: Cocoon forms problem Bartosz Zgodziski wrote: Unfortunatelly it's not the end. I don't know where this bug appears but in my source file I've got: fd:field id=opis required=true