Re: Forms

2003-03-11 Thread Antonio Gallardo
Hi: Please be a little more specific. The forms will be filled online or just printed by your customer and sended back to you via. Best Regards, Antonio Gallardo Ines Robbers dijo: Hello list, We want to use Cocoon for our forms (application forms etc.). It should be something like a form

RE: Forms

2003-03-11 Thread Ines Robbers
Dear Antonio, These forms should be available online as well as being printable. Depending on the form it can either be filled in and send back online or in case of serious issues such as an application the form should be printable so that people can send it back by post. Only in the future

RE: Forms

2003-03-11 Thread Antonio Gallardo
The (X)HTML forms can be easily done using Cocoon. You can use the FormValidator Transformer to Validate the forms. If you wish database support you can also make use of Modular Database Actions. On the other hand. I have no experience in writting XSL-FO forms. I dont know if we can use the PDF

RE: FORMS

2002-12-18 Thread Josema Alonso
, 18 de diciembre de 2002 5:01 Para: [EMAIL PROTECTED] Asunto: Re: FORMS Josema, Many people requested an example of XMLForm with Xindice. Can you submit some source code or even better a HOW-TO doc? Thank you, Ivelin - Original Message - From: Josema Alonso [EMAIL PROTECTED

Re: FORMS

2002-12-17 Thread Josema Alonso
FORMSHello, Yes, you must download 2.1 from CVS and build it. Information on how to get it and build it step by step is available at: http://xml.apache.org/cocoon/installing/index.html Then you could test the XMLForm samples. I've been succesfully using them for a few months backed by a Xindice

Re: FORMS

2002-12-17 Thread Ivelin Ivanov
Title: FORMS XMLForm is not supported in version before 2.1. You can download 2.1 here: http://cvs.apache.org/snapshots/xml-cocoon2/ - Original Message - From: Carlos González To: [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 8:34 AM Subject: FORMS

Re: FORMS

2002-12-17 Thread Ivelin Ivanov
Josema, Many people requested an example of XMLForm with Xindice. Can you submit some source code or even better a HOW-TO doc? Thank you, Ivelin - Original Message - From: Josema Alonso [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 9:59 AM Subject: Re

Re: Forms

2002-11-15 Thread Christian Haul
On 13.Nov.2002 -- 06:12 PM, Jos? Moreira wrote: hello, in my company we use apache+ php + postgre and we spend most of the time building table-manipulation forms ( for insert,update,delete,etc) is it possible to ( in cocoon ) create standard actions ( or else) to manipulate a xml file

Re: forms

2002-09-19 Thread Barbara Post
Actions were invented after XSPs, and their field / way of control is different. Actions set visible control in the sitemap (structured here). Look for former thread partially entitled avoid use of xsp or something similar. [EMAIL PROTECTED] So you'll see what best fits your needs... Babs

Re: Forms

2002-08-01 Thread Ivelin Ivanov
Are you using C2.0.3 or C2.1? In the latter case, you may want to look here: http://xml.apache.org/cocoon/howto/xmlform-wizard/howto-xmlform-wizard.html - Original Message - From: Richard To: [EMAIL PROTECTED] Sent: Thursday, August 01, 2002 12:53 AM

Re: Forms

2002-08-01 Thread Richard
Thanks Ivelin, I got C2.1 on Tomcat 4.0.4 and jdk 1.3 - Original Message - From: Ivelin Ivanov To: Richard ; [EMAIL PROTECTED] Sent: Thursday, August 01, 2002 9:06 PM Subject: Re: Forms Are you using C2.0.3 or C2.1? In the latter case, you may

Re: Forms pseudo and passwd encryption

2001-08-17 Thread cib
, xml and gay pride. - Original Message - From: Karl Øie To: [EMAIL PROTECTED] ; cib Sent: Friday, August 17, 2001 11:04 AM Subject: RE: Forms pseudo and passwd encryption ssl now secures the actual connection between your server and the client

Re: forms in coocon2, is SchemoX dead ?

2001-07-16 Thread java guru
I have posted similar requirement sometime back but no response...Meantime here is what i found 1. XForm from nanoworks http://xform.nanoworks.org/ I tried this but didnt feel comfortable to fit in with cocoon2.. I think the form processing in c2 with form-validator stuff is slowly moving

Re: forms in coocon2, is SchemoX dead ?

2001-07-16 Thread Sergio Carvalho
I also need form generation and validation. I am basing mu implementation in XFDL, a W3C recomendation for generic business forms (not wonly web-based, but paper-based ones too). If there's interest in a joint effort, I think we could set up a repository somewhere (sourceforge...) and release

Re: Forms handling with cocoon

2001-06-28 Thread Peter Royal
At 05:58 PM 6/28/2001 +0200, you wrote: applikation which deals with a lot of forms of business oriented data which is provided by ejb's from a web app server like jboss or weblogic. We have the forms for order processing, masterdata handling etc. We need a lot of input fields, field checking

Re: Forms handling with cocoon

2001-06-28 Thread Sergio Carvalho
I think Cocoon is pretty much up to the job. w3c already has the business form definition language part done for you (I think it's called XFDL). You'd make a great service to the community by creating the XSLT framework for using XFDL to present, and client-side-validate business forms. And