Re: XMLForm Wizard alternative?

2003-02-15 Thread ivelin
Kudos Robert.
Several people have asked about this.
Please publish the link on the wiki site.

-=Ivelin=-
- Original Message -
From: Robert Sösemann [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 14, 2003 9:12 AM
Subject: Re: XMLForm Wizard alternative?


 That would be great. Could you send the file to this adress
 [EMAIL PROTECTED]

 Thanks a lot, Robert
 - Original Message -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, February 14, 2003 1:47 PM
 Subject: Re: XMLForm Wizard alternative?


 Hi there

 I do not know if anyone else has done it - but I was so impressed with
 xmlform that I took the 2.1 code and hacked it a bit to compile and run on
 cocoon 2.0.4 - it's working for me - and I can create a source jar file
 and such for creating a cocoon-xmlform-2.0.4.jar file to put into
 WEB-INF/lib for cocoon-2.0.4 users that would like to play around with
 xmlform.

 If it has your interest send me a mail.

 Regards Jakob

 Jakob Dalsgaard
 Udvikler
 e-mail:   [EMAIL PROTECTED]
 Vesterbrogade 149
 1620 København V
 Tlf.:   70 25 80 30
 Fax.: 70 25 80 31






 Konstantin Piroumian [EMAIL PROTECTED]
 12/18/02 01:39 PM
 Please respond to cocoon-users


 To: [EMAIL PROTECTED]
 cc:
 Subject:Re: XMLForm Wizard alternative?


 From: Robert Sösemann [EMAIL PROTECTED]

  Hy,
 
  in our project (CMS) we want to easily generate input fields in a
  wizard-like interface. It is later used by authors to put different
 types
 of
  articles into a database.
 
  As different types of articles have other information needs, we want to
  provide the user with form field that represent that needs of the
 specific
  article. So we need a mechanism to generate steps of our wizard (namely
 page
  with form fields) from centralized information (great would be the db)
 
  As this XMLWizard mechanism is only available from a cocoon beta, we are
 not
  allowed to use it. Can you imagine an alternative way to solve this?

 You can simply use the XMLForm's syntax for form representation and use a
 custom action to generate the next step for you. To customize the forms
 you
 can either use XSP or a special transformer.

 Konstantin

 
  Thanks in advance,
  Robert
 
 
  -
  Please check that your question  has not already been answered in the
  FAQ before posting. http://xml.apache.org/cocoon/faq/index.html
 
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail:   [EMAIL PROTECTED]
 
 


 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]





 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]



 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: XMLForm Wizard alternative?

2003-02-14 Thread jakob . dalsgaard
Hi there

I do not know if anyone else has done it - but I was so impressed with 
xmlform that I took the 2.1 code and hacked it a bit to compile and run on 
cocoon 2.0.4 - it's working for me - and I can create a source jar file 
and such for creating a cocoon-xmlform-2.0.4.jar file to put into 
WEB-INF/lib for cocoon-2.0.4 users that would like to play around with 
xmlform.

If it has your interest send me a mail.

Regards Jakob

Jakob Dalsgaard
Udvikler
e-mail:   [EMAIL PROTECTED]
Vesterbrogade 149
1620 København V
Tlf.:   70 25 80 30
Fax.: 70 25 80 31






Konstantin Piroumian [EMAIL PROTECTED]
12/18/02 01:39 PM
Please respond to cocoon-users

 
To: [EMAIL PROTECTED]
cc: 
Subject:Re: XMLForm Wizard alternative?


From: Robert Sösemann [EMAIL PROTECTED]

 Hy,

 in our project (CMS) we want to easily generate input fields in a
 wizard-like interface. It is later used by authors to put different 
types
of
 articles into a database.

 As different types of articles have other information needs, we want to
 provide the user with form field that represent that needs of the 
specific
 article. So we need a mechanism to generate steps of our wizard (namely
page
 with form fields) from centralized information (great would be the db)

 As this XMLWizard mechanism is only available from a cocoon beta, we are
not
 allowed to use it. Can you imagine an alternative way to solve this?

You can simply use the XMLForm's syntax for form representation and use a
custom action to generate the next step for you. To customize the forms 
you
can either use XSP or a special transformer.

Konstantin


 Thanks in advance,
 Robert


 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]





-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: XMLForm Wizard alternative?

2003-02-14 Thread Robert Sösemann
That would be great. Could you send the file to this adress
[EMAIL PROTECTED]

Thanks a lot, Robert
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 14, 2003 1:47 PM
Subject: Re: XMLForm Wizard alternative?


Hi there

I do not know if anyone else has done it - but I was so impressed with
xmlform that I took the 2.1 code and hacked it a bit to compile and run on
cocoon 2.0.4 - it's working for me - and I can create a source jar file
and such for creating a cocoon-xmlform-2.0.4.jar file to put into
WEB-INF/lib for cocoon-2.0.4 users that would like to play around with
xmlform.

If it has your interest send me a mail.

Regards Jakob

Jakob Dalsgaard
Udvikler
e-mail:   [EMAIL PROTECTED]
Vesterbrogade 149
1620 København V
Tlf.:   70 25 80 30
Fax.: 70 25 80 31






Konstantin Piroumian [EMAIL PROTECTED]
12/18/02 01:39 PM
Please respond to cocoon-users


To: [EMAIL PROTECTED]
cc:
Subject:Re: XMLForm Wizard alternative?


From: Robert Sösemann [EMAIL PROTECTED]

 Hy,

 in our project (CMS) we want to easily generate input fields in a
 wizard-like interface. It is later used by authors to put different
types
of
 articles into a database.

 As different types of articles have other information needs, we want to
 provide the user with form field that represent that needs of the
specific
 article. So we need a mechanism to generate steps of our wizard (namely
page
 with form fields) from centralized information (great would be the db)

 As this XMLWizard mechanism is only available from a cocoon beta, we are
not
 allowed to use it. Can you imagine an alternative way to solve this?

You can simply use the XMLForm's syntax for form representation and use a
custom action to generate the next step for you. To customize the forms
you
can either use XSP or a special transformer.

Konstantin


 Thanks in advance,
 Robert


 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]





-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




XMLForm Wizard alternative?

2002-12-18 Thread Robert Sösemann
Hy,

in our project (CMS) we want to easily generate input fields in a
wizard-like interface. It is later used by authors to put different types of
articles into a database.

As different types of articles have other information needs, we want to
provide the user with form field that represent that needs of the specific
article. So we need a mechanism to generate steps of our wizard (namely page
with form fields) from centralized information (great would be the db)

As this XMLWizard mechanism is only available from a cocoon beta, we are not
allowed to use it. Can you imagine an alternative way to solve this?

Thanks in advance,
Robert


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: XMLForm Wizard alternative?

2002-12-18 Thread Konstantin Piroumian
From: Robert Sösemann [EMAIL PROTECTED]

 Hy,

 in our project (CMS) we want to easily generate input fields in a
 wizard-like interface. It is later used by authors to put different types
of
 articles into a database.

 As different types of articles have other information needs, we want to
 provide the user with form field that represent that needs of the specific
 article. So we need a mechanism to generate steps of our wizard (namely
page
 with form fields) from centralized information (great would be the db)

 As this XMLWizard mechanism is only available from a cocoon beta, we are
not
 allowed to use it. Can you imagine an alternative way to solve this?

You can simply use the XMLForm's syntax for form representation and use a
custom action to generate the next step for you. To customize the forms you
can either use XSP or a special transformer.

Konstantin


 Thanks in advance,
 Robert


 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]