Re: How to load form using request parameter

2005-12-08 Thread Matt Robinson
I am out of the office on leave, returning on Monday December 19. In my absence, please direct any correspondence to David Duncan ([EMAIL PROTECTED]). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: How to load form using request parameter

2005-12-08 Thread Christoph Hermann
Sylvain Wallez schrieb: >> Just adapt your (jx-)binding file: >> >> > xmlns:fb="http://apache.org/cocoon/forms/1.0#binding"; >> xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"; >> path="/users/[EMAIL PROTECTED]'${parameters.getParameter('userid')}']"> >> >> ... >> > Uh, does this really wo

Re: How to load form using request parameter

2005-12-08 Thread Matt Robinson
I am out of the office on leave, returning on Monday December 19. In my absence, please direct any correspondence to David Duncan ([EMAIL PROTECTED]). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: How to load form using request parameter

2005-12-08 Thread Sylvain Wallez
Christoph Hermann wrote: [EMAIL PROTECTED] schrieb: Hello, I'm have a problem with making a form for editing an XML file using cform. We have an XML file called users.xml which looks like this: ... ... .. I succeeded in making an editable tabel, using de repeater wi

Re: How to load form using request parameter

2005-12-08 Thread Matt Robinson
I am out of the office on leave, returning on Monday December 19. In my absence, please direct any correspondence to David Duncan ([EMAIL PROTECTED]). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: How to load form using request parameter

2005-12-08 Thread Christoph Hermann
[EMAIL PROTECTED] schrieb: Hello, > I'm have a problem with making a form for editing an XML file using cform. > We have an XML file called users.xml which looks like this: > > > ... > > > ... > > .. > > > I succeeded in making an editable tabel, using de repeater widgets

Re: How to load form using request parameter

2005-12-06 Thread Peter Sparkes
Not the answer that you are looking for, but it may help. I had the same problem and solved it by putting my users in a database and adapting the "Easy SQL database access" sample in Cocoon 2.1.8 samples/blocks/forms/ Peter Sparkes Dear com

How to load form using request parameter

2005-12-06 Thread Wim . Mosman
Dear community, I'm have a problem with making a form for editing an XML file using cform. We have an XML file called users.xml which looks like this: ... ... .. I succeeded in making an editable tabel, using de repeater widgets etc. But what I want is making a form fo