generic forms handling - looking for solution hints

2003-06-26 Thread christian.ruess
Hi - I'm looking for a solution for a form handling problem. I'm beginner to cocoon and would appreciate any hint. I extract an xml fragment like the following from a relational database. The structure is not static.

Re: Dynamically generated forms with dynamically generated verification

2003-06-24 Thread Jens Maukisch
Hi > I have to generate dynamically a form out of the structure Information of > some XML-data (it's SCORM for learning metadata). Is there a way to verify > dynamically the data entries when submitting the form? maybe you should have a look at woody http://wiki.cocoondev.org/Wiki.jsp?page=Woody

Dynamically generated forms with dynamically generatedverification

2003-06-24 Thread Mathias Wiegard
Hi, I have to generate dynamically a form out of the structure Information of some XML-data (it's SCORM for learning metadata). Is there a way to verify dynamically the data entries when submitting the form? If yes, how does it function or where can I get further informations? Best regards, Matze

generating woody forms without xml-definition

2003-06-03 Thread andi
Hi, I'd like to use the woody form framework, but as the forms i want to create base on data from a database i thought about creating the FormDefinition inside my javacode (transformer). this seems more performant than dynamically creating the xml-definiton for the form which is then dom-p

Re: PDF Forms and XSL:FO

2003-04-04 Thread Bert Van Kets
iText has PDF forms support. Bert At 12:44 3/04/2003 -0800, you wrote: Is it possible to generate PDF forms (editable fields within PDF) using XSL:FO? Do you Yahoo!? <http://rd.yahoo.com/platinum/evt=8162/*http://platinum.yahoo.com/splash.html>Yahoo! Platinum - Watch CBS' NCAA Ma

Re: PDF Forms and XSL:FO

2003-04-03 Thread J.Pietschmann
cocoon user wrote: Is it possible to generate PDF forms (editable fields within PDF) using XSL:FO? No. Check the spec for details. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: PDF Forms and XSL:FO

2003-04-03 Thread Tony Collen
On Thu, 3 Apr 2003, cocoon user wrote: > Is it possible to generate PDF forms (editable fields within PDF) using XSL:FO? I think it depends on the XSLFO spec, as well as FOP (the current fo2pdf serializer). I seem to recall a discussion earlier about FOP not having any forms support curren

PDF Forms and XSL:FO

2003-04-03 Thread cocoon user
Is it possible to generate PDF forms (editable fields within PDF) using XSL:FO?Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!

Re: database forms

2003-03-27 Thread Stefan Klein
quot; approach is the custom programming. If I compare your >reference I find the ArtistAction.java that I have to edit and fill that with my fields. But like I stated >before what will happen if I don't know this fields. I don't understand this paragraph. Could you help me? In

RE: database forms

2003-03-26 Thread Scherler, Thorsten
gt; incorporated by a JavaBean) by a model defined by an XML-File > that is linked > to an XIndice database: > http://wiki.cocoondev.org/Wiki.jsp?page=XMLFormXindice > > I was wondering whether this would be worth a thought in this > case as well, > since XML may be generat

Re: database forms

2003-03-25 Thread Stefan Klein
in this case as well, since XML may be generated from any ordinary relational database, too. You would generate an XML-Model from the database, use it to keep the form data and in the end send the data back to the database. That would also have the advantage that you could build multi-page forms to

Re: R: database forms

2003-03-24 Thread webmaster
name these are XSP files, meaning that i.e. select boxes can be populated dynamically and even based on current user data (privileges, etc.); you can design any number of forms which refer to these common configuration

Re: R: database forms

2003-03-24 Thread Scherler
name these are XSP files, meaning that i.e. select boxes can be populated dynamically and even based on current user data (privileges, etc.); you can design any number of forms which refer to these c

R: database forms

2003-03-24 Thread Lorenzo De Sio
. select boxes can be populated dynamically and even based on current user data (privileges, etc.); you can design any number of forms which refer to these common configuration files: simply use in your XSLs a few custom tags such as

AW: database forms

2003-03-21 Thread Scherler, Thorsten
hi Stephan, by the way are you in Spain right now? see my answer below: -Ursprüngliche Nachricht- Von: Stefan Klein [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 21. März 2003 10:48 An: [EMAIL PROTECTED] Betreff: Re: database forms >Hi Thorsten, > >thanks for your reply.

Re: database forms

2003-03-21 Thread Stefan Klein
ing. Regards Stefan - Original Message - From: "Scherler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 5:58 PM Subject: Re: database forms > Hi Stefan, > > I have to master the same task. I am working in a telephone marketing

Re: database forms

2003-03-20 Thread Scherler
gt; UTF-8 UTF-8 eng Google-Search document.f.q.focus(); ... King regards Thorsten Stefan Klein wrote: Hi all, I am looking for the quickest way to write database forms. It is something that I will be doing thousands of times, so the goal is to find some really efficient way. Ideally it would loo

database forms

2003-03-20 Thread Stefan Klein
Hi all, I am looking for the quickest way to write database forms. It is something that I will be doing thousands of times, so the goal is to find some really efficient way. Ideally it would look something like: table name - selects the table - a simple input field bound to a field in the

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

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
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 some

Forms

2003-03-11 Thread Ines Robbers
Hello list, We want to use Cocoon for our forms (application forms etc.). It should be something like a "form center". What is the best approach to realise this? Are there any examples on the net? Many thanks! Ines --

Re: multi-part forms

2003-02-21 Thread Christian Haul
On 20.Feb.2003 -- 04:58 PM, David Kavanagh wrote: > I'm looking over documentation on cocoon and can't find anything that > deals with handling multi-part forms. Specificly, I'd like to be able to > upload an XLS file, use POI to convert to XML, then mess with it a bit

multi-part forms

2003-02-20 Thread David Kavanagh
I'm looking over documentation on cocoon and can't find anything that deals with handling multi-part forms. Specificly, I'd like to be able to upload an XLS file, use POI to convert to XML, then mess with it a bit. So, as far as I can tell, there are two part I might have to wr

[article] xml.com: XML Forms, Web Services and Apache Cocoon

2003-01-30 Thread Ivelin Ivanov
XML Forms, Web Services and Apache Cocoon http://www.xml.com/pub/a/2003/01/29/cocoon-xforms.html?page=last#thread -=Ivelin=- - Please check that your question has not already been answered in the FAQ before posting

RE: XMLForms Versus Traditional HTML forms.

2003-01-29 Thread Geoff Howard
XMLForms Versus Traditional HTML forms. > > > On 29.Jan.2003 -- 12:29 AM, Geoff Howard wrote: > > Modular in this case refers to the use of "input modules". > Christian Haul > > on the list appears to be the author/resident guru on both. > > *blush* > >

Re: XMLForms Versus Traditional HTML forms.

2003-01-29 Thread Christian Haul
On 29.Jan.2003 -- 12:29 AM, Geoff Howard wrote: > Modular in this case refers to the use of "input modules". Christian Haul > on the list appears to be the author/resident guru on both. *blush* > As a side note, I recently worked with Chris to make some trivial > modifications that allow multipa

RE: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Geoff Howard
art a conversation over there. Geoff > -Original Message- > From: Niclas Hedhman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 12:26 AM > To: [EMAIL PROTECTED] > Subject: Re: XMLForms Versus Traditional HTML forms. > > > On Wednesday 29 January 200

Re: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Robert Simmons
ubject: Re: XMLForms Versus Traditional HTML forms. On Wednesday 29 January 2003 13:11, Robert Simmons wrote: > Hmm .. I cant seem to even find the samples on my cocoon installation. Are > they not in the current binary distribution ? Provided you have dropped the cocoon.war into $TOMCAT_HOME/we

Re: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Niclas Hedhman
T_HOME/webapps/cocoon/samples/ Niclas > -- Robert > > - Original Message - > From: "Kirchhoff, Lars" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, January 29, 2003 5:09 AM > Subject: AW: XMLForms Versus Traditional HTML forms. &g

Re: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Robert Simmons
ans. But I do have a few ideas. ;) -- Robert - Original Message - From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 6:29 AM Subject: RE: XMLForms Versus Traditional HTML forms. > > As for forms being in draft,

Re: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Niclas Hedhman
On Wednesday 29 January 2003 13:01, Robert Simmons wrote: > IT would be > much more efficient if you could drop in a set of beans, have a Java class > read them via introspection and then generate forms based upon the needs of > that command. Then you would have a command driven archi

RE: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Geoff Howard
> As for forms being in draft, that bothers me. Don't rely on my word here - that is my memory of what I learned (and someone just said that tonight, too right?) looking into xmlform again about 2-3 months ago, so things may have moved on. > I do, however, have > allot of actions I

Re: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Robert Simmons
Subject: AW: XMLForms Versus Traditional HTML forms. But why you need then cocoon for? If you just use traditional html isn't cocoon a bit to much? i'm just curios? Wouldn't it then better just use jsp or something similar? The main advantage of cocoon and xmlform for me is still to

Re: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Robert Simmons
being done at the sitemap level and that is resource intensive. IT would be much more efficient if you could drop in a set of beans, have a Java class read them via introspection and then generate forms based upon the needs of that command. Then you would have a command driven architecture that

Re: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Robert Simmons
Well, if you want my advice stay away from entity beans. They are evil in the extreme. As for forms being in draft, that bothers me. I do, however, have allot of actions I need to write and some common method of outputting the forms automatically based on the command being run would be interesting

RE: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Geoff Howard
sus Traditional HTML forms. > > > > -Original Message- > > From: Robert Simmons [mailto:[EMAIL PROTECTED]] > > > > As for multi-content, I could easily write a transform that > > converts things > > to WML based forms. Its a matter of taste. Its als

RE: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Geoff Howard
> -Original Message- > From: Robert Simmons [mailto:[EMAIL PROTECTED]] > > As for multi-content, I could easily write a transform that > converts things > to WML based forms. Its a matter of taste. Its also a matter of > necessity. I > have already spent

Re: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Robert Simmons
7;t use cocoon. Cocoon is a toolkit and you should pick those tools appropriate to your use. I chose cocoon over JSP because I get the multi format content and clear separation of logic and presentation. To me, a form is presentation. As for multi-content, I could easily write a transform that conver

AW: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Kirchhoff, Lars
ert Simmons [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 29. Januar 2003 11:50 > An: [EMAIL PROTECTED] > Betreff: Re: XMLForms Versus Traditional HTML forms. > > > Well actually I already have some generators running to fetch > data from the > database. I have put that data i

Re: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Robert Simmons
Well actually I already have some generators running to fetch data from the database. I have put that data in manually. Now I want to do it dynamically. Simplicity wise I should use "conventional" forms, but I am not sure if that is the "right" way to do it. -- Robert --

Re: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Niclas Hedhman
On Wednesday 29 January 2003 11:16, Robert Simmons wrote: > Greetings. I would like to know what people favor using. > > By my, admittedly limited, knowledge, the traditional HTML forms will still > work with cocoon as the request will still have access to the data. > Alterna

XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Robert Simmons
Greetings. I would like to know what people favor using.   By my, admittedly limited, knowledge, the traditional HTML forms will still work with cocoon as the request will still have access to the data. Alternatively if I use XMLForms, I'm not sure how much learning effort Id ha

sending forms does not work

2003-01-27 Thread Wolle
Hi Guys! I made a registration-form for the portal-framework. If I want to sent the data the form will not be processed by IE and Netscpape. Nothing happens if I press the submit-button. Everything works fine if i use Opera. I am really confused! Has anybody made the same experience? Bye for no

RE: FORMS

2002-12-18 Thread Josema Alonso
D]] Enviado el: miércoles, 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

Re: FORMS

2002-12-17 Thread Ivelin Ivanov
, 2002 9:59 AM Subject: Re: FORMS 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 f

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 Josema Alonso
ndice respository. Best. ps: please, not HTML next time, thanks. - Original Message - From: Carlos González To: [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 3:34 PM Subject: FORMS Hi All, I am very interested in something that would let me fill some forms, and bind these form da

FORMS

2002-12-17 Thread Carlos González
Title: FORMS Hi All, I am very interested in something that would let me fill some forms, and bind these form data to xml. I am evaluating products like Altova's Authentic Web Edition (very expensive, 30k USD per 50 concurrent users), but the functionality, except the client beh

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 > manipu

Forms and XML

2002-11-11 Thread Tuomo L
Hi all, I need to build a system, which will include a lot of forms for the users to feed data into the system. The system should also have the possibility to search data using different kinds of search forms. I read the how-to about the XMLForms, and I think it's a great way to do things

Re: session timeout and XML Forms

2002-11-08 Thread Ivelin Ivanov
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 07, 2002 11:52 AM Subject: session timeout and XML Forms Hello, i have the following problem: I set my session timeout in the web.xml to 1 minute (only to try), but as soon as I am in

session timeout and XML Forms

2002-11-07 Thread michael_hampel
Hello,    i have the following problem:    I set my session timeout in the web.xml to 1 minute (only to try),    but as soon as I am in my registration flow I am never loosing    the session.    I am using XML Forms with name="xmlform-scope" value="session" />    I

XML Forms without JavaBeans

2002-10-21 Thread Alex Romayev
Hello,   I've looked through XMLForm documentation, but haven't really read it in detail yet. Quick question before I went off in the wrong direction.   I would like to build forms which whould save information to XML files rather than the database.  I would also l

Creating PDF for dynamic queried result after processing in XSP using forms

2002-10-09 Thread Sreenivasan N.
Hi ALL 1.i am using this part of the sitemap for generating an xsp . the xsp generated will be a html form with two list boxes populated with data from the oracle database(using the query already in the xsp) and a "submit query" button. On clicking the submit but

Re: forms

2002-09-19 Thread Barbara Post
needs... Babs - Original Message - From: "Gabor Bartha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 19, 2002 10:24 AM Subject: forms > Hi, > > I'm new in xml, xsl, ... I try to understand how to make forms with > post/get meth

forms

2002-09-19 Thread Gabor Bartha
Hi, I'm new in xml, xsl, ... I try to understand how to make forms with post/get methods, ... but I begin to implicate the solutions. 1. I can make an xml, and an xsl (for the xml) to make a html form and post it to the other html. In this case I have to insert the row in the sitemap,

Question on forms

2002-08-21 Thread Hahn Kurt (CHA)
Hi, I'm trying to build a form in Cocoon. My first question: I'm a complete newbie concerning forms (meaning passing the parameter in GET/POST requests and all that stuff), but I'm getting to know Cocoon better. Should I first work my way through forms in a "neutral" en

Fw: Forms Failed

2002-08-01 Thread Richard
] Sent: Friday, August 02, 2002 2:34 PM Subject: Forms Failed Hi Guys,   Attached with this email is form and my sitemap. The problem is I am able to load the form into the browser but after clicking on the Submit button it still gives me back the form.   Thanks

Forms Failed

2002-08-01 Thread Richard
Hi Guys,   Attached with this email is form and my sitemap. The problem is I am able to load the form into the browser but after clicking on the Submit button it still gives me back the form.   Thanks New-Employee.xsp Description: Binary data sitemap.xmap Description: Binary data

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

Re: Forms

2002-08-01 Thread Ivelin Ivanov
Subject: Forms Hi Guys,   Good Day!   On http://xml.apache.org/cocoon/tutorial/tutorial-develop-webapp.html   It is written that... The website specification is missing the tags for form building, we will provide an example here:   Where can I find the "tags for

Forms

2002-07-31 Thread Richard
Hi Guys,   Good Day!   On http://xml.apache.org/cocoon/tutorial/tutorial-develop-webapp.html   It is written that... The website specification is missing the tags for form building, we will provide an example here:   Where can I find the "tags for form building" syntax and description?   in

RE: XML Forms and i18n

2002-07-29 Thread Piroumian Konstantin
> From: [EMAIL PROTECTED] > > Hello, > >first I want to thank you for your great help in the last days. >We have solved the problem now with your proposed >solution: tagging the xml with a stylesheet. Great to hear that. Would you let us know when your application is ready and if'

XML Forms and i18n

2002-07-29 Thread michael_hampel
Hello, first I want to thank you for your great help in the last days. We have solved the problem now with your proposed solution: tagging the xml with a stylesheet. Our xml now looks like this:

Re: Antwort: Re: Antwort: RE: XML Forms and i18n

2002-07-26 Thread Ivelin Ivanov
lesheet in the pipeline. It acts independent from the form document. Ivelin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 26, 2002 8:50 AM Subject: Antwort: Re: Antwort: RE: XML Forms and i18n Hello, Yes, I tried this, but

XML Forms and i18n

2002-07-26 Thread michael_hampel
Hello, I was just trying to change the XMLFormTransformer to add an tag, when the Transformer is dealing with violations. I tried the following in the startElementViolations method: 1.) I tried to add the tag like this: // render tag super.startElement(uri,

XML-Forms and i18n

2002-07-25 Thread michael_hampel
Hello, I was just trying to change the XMLFormTransformer to add an tag, when the Transformer is dealing with violations. I tried the following in the startElementViolations method: 1.) I tried to add the tag like this: // render tag super.startElement(uri,

RE: xml-forms

2002-07-22 Thread Piroumian Konstantin
> From: [EMAIL PROTECTED] > > Hello, > >i have a new problem:) >In my FormAction I want to send back a request parameter > with my page to > use > this parameter in a xsl-stylesheet. > Therefore I tried the following: >if(view == first) > if(cmd == next) >

xml-forms

2002-07-22 Thread michael_hampel
Hello, i have a new problem:) In my FormAction I want to send back a request parameter with my page to use this parameter in a xsl-stylesheet. Therefore I tried the following: if(view == first) if(cmd == next) request.setAttribute("show", "no");

Re: XML Forms again

2002-07-05 Thread Ivelin Ivanov
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 05, 2002 8:34 AM Subject: XML Forms again Hello, > another issue concerning XML-forms: > In the action for the form processing, the method >filterRequestParameters(.

Re: Antwort: Re: XML-Forms

2002-07-05 Thread Ivelin Ivanov
Friday, July 05, 2002 3:42 AM Subject: Antwort: Re: XML-Forms > Hello, > >I have another question concerning xmlForms: >When I have finished my form processing and mapping to the Bean, I would > like to store the >results in different databases. >So, if I click

Antwort: Re: XML-Forms

2002-07-05 Thread michael_hampel
Hello, I have another question concerning xmlForms: When I have finished my form processing and mapping to the Bean, I would like to store the results in different databases. So, if I click "finish" on the last page I would have to call an Action, which does the database storing fo

RE: XML Forms again

2002-07-05 Thread Piroumian Konstantin
> From: [EMAIL PROTECTED] > > Hello, > ... > >Still I am wondering, if I can use the bean used for the > model, outside > of my FormAction or if it is only > possible to use it in this action. The indicates the scope of your instance data (e.g. your bean), so if you set it to 'session

RE: XML-Forms

2002-07-04 Thread Piroumian Konstantin
> From: [EMAIL PROTECTED] > > Hello, > >Before I start working with the xml-form implementation in Cocoon, >I want to find out if it is possible to use xml_form > together with the >i18n Transformer to display > First Name >in different languages: > firstName > >

XML-Forms

2002-07-04 Thread michael_hampel
Hello, Before I start working with the xml-form implementation in Cocoon, I want to find out if it is possible to use xml_form together with the i18n Transformer to display First Name in different languages: firstName Also, how can I use Internationalisation with Schem

XML-Forms

2002-07-04 Thread michael_hampel
Hello, Before I start working with the xml-form implementation in Cocoon, I want to find out if it is possible to use xml_form together with the i18n Transformer to display First Name in different languages: firstName Also, how can I use Internationalisation with Schem

Re: Elegant solution for filling forms

2002-06-24 Thread Ivelin Ivanov
http://xml.apache.org/cocoon/howto/xmlform-wizard/howto-xmlform-wizard.html Piroumian Konstantin wrote: >>From: Andrei Svirida [mailto:[EMAIL PROTECTED]] >> >>Hello Cocooners, >> >>I have a simple problem filling the values of my form fields. >>As it seems to be rather common and oft occuring p

RE: Elegant solution for filling forms

2002-06-24 Thread Piroumian Konstantin
> From: Andrei Svirida [mailto:[EMAIL PROTECTED]] > > Hello Cocooners, > > I have a simple problem filling the values of my form fields. > As it seems to be rather common and oft occuring problem i > hope somebody knows a solution. Take a look at the XMLForm. It solves this kind of problems,

Elegant solution for filling forms

2002-06-24 Thread Andrei Svirida
Hello Cocooners, I have a simple problem filling the values of my form fields. As it seems to be rather common and oft occuring problem i hope somebody knows a solution. I have a form described in XML file test.xml (used with Stylebook Stylesheets) : --- Text: --- I also have an Coc

Re: multipart/forms binary upload in mysql

2002-06-08 Thread John Austin
On Wednesday 05 June 2002 07:31 pm, you wrote: I use PostgreSQL but use a Blob. There is a note somewhere in the Momjian book to the effect that it is easy to get file perms problems. Remember that the file will be read by the database engine with the effective userid of the database engine no

Re: multipart/forms binary upload in mysql

2002-06-06 Thread Christian Haul
On 06.Jun.2002 -- 06:56 AM, Andrew Timberlake wrote: > Gerhard > > I think that your problem is not mysql but the use of the > DatabaseAddAction. > Looking through the source for the DatabaseAddAction indicates no > awareness of Uploaded Files. > The error you are receiving below shows that cocoo

Re: multipart/forms binary upload in mysql

2002-06-05 Thread Andrew Timberlake
Gerhard I think that your problem is not mysql but the use of the DatabaseAddAction. Looking through the source for the DatabaseAddAction indicates no awareness of Uploaded Files. The error you are receiving below shows that cocoon is correctly retrieving your file and placing it in a FilePartFil

multipart/forms binary upload in mysql

2002-06-05 Thread Gerhard Hipfinger
Hi! Has anyone successfully configured mysql to store binary data in blob fields? As soon as I try to upload e. g. an image I get an _org.apache.cocoon.ProcessingException: Could not add record: java.io.FileNotFoundException: org.apache.cocoon.components.request.multipart.FilePartFile@2bfa91 (D

RE: Dynamic forms

2002-04-18 Thread Matthieu Benéteau
Hi Ed, Sorry, I hadn't really understood what you meant. Well, I found it easier to process all the form validations on the client side, because I have large forms with lots of elements. I check and process them before sending, so the server task is far lighter. I haven't tried the s

Re: Dynamic forms

2002-04-18 Thread Cocoon Newbie
Matthieu: I see your point, however since the validation is done on the server rather than on the client, I was hoping it to be something that Cocoon could accomplish. I have played it with it some more and am stuck on the "last mile". I can switch the validation rules, however, I still need

RE: Dynamic forms

2002-04-18 Thread Matthieu Benéteau
22:31 > Objet : Dynamic forms > > > Has anyone been able to create a form where the validation rules for > some fields dynamically change based on selections made in other fields? > For example, postalcode would be validated differently based on the > choice of country? Any ideas would

Dynamic forms

2002-04-17 Thread Cocoon Newbie
Has anyone been able to create a form where the validation rules for some fields dynamically change based on selections made in other fields? For example, postalcode would be validated differently based on the choice of country? Any ideas would be appreciated. Thanks, Ed ---

RE: I'd really love to POST forms...

2002-03-15 Thread Matthieu Beneteau
9:54 > Objet : RE: I'd really love to POST forms... > > > > From: Matthieu BenÊteau [mailto:[EMAIL PROTECTED]] > > > > Hi folks, > > > > I'm using Cocoon-2.0.1 with Tomcat-4.0.1. > > > > I'm working on a Cocoon-based editor that

RE: I'd really love to POST forms...

2002-03-14 Thread Vadim Gritsenko
> From: Matthieu BenÊteau [mailto:[EMAIL PROTECTED]] > > Hi folks, > > I'm using Cocoon-2.0.1 with Tomcat-4.0.1. > > I'm working on a Cocoon-based editor that allows to edit and modify XML > files with a web browser. It uses several HTML forms. > > R

I'd really love to POST forms...

2002-03-14 Thread Matthieu Benéteau
Hi folks, I'm using Cocoon-2.0.1 with Tomcat-4.0.1. I'm working on a Cocoon-based editor that allows to edit and modify XML files with a web browser. It uses several HTML forms. RequestGenerator is just fine to retrieve the parameters of a GET request. But as my application is g

write xml files with forms included with FileWriter to disk

2002-03-11 Thread Erik Stunkat
Hi, I want to build a web application with forms included. Now some users gonna fill the forms and press Submit or whatever. Is it possible to use FileWriter to save the new files on disk? thanks! erik stunkat - Please check

RE: Complex Forms

2001-10-31 Thread Max Larsson
ber 2001 22:58 > To: '[EMAIL PROTECTED]' > Subject: Complex Forms > > > The company that I work for builds web front-ends for > database editing, > viewing, report generation, etc. I am using Cocoon2 to > generate dynamic PDF > reports, and we use ASP for the

Complex Forms

2001-10-31 Thread Madel,Kurt
complex forms. Has anybody created complex multi-page forms with validation to insert complicated records into a database, and then manipulate those records, and if so did you add any non-standard components to Cocoon (ie. databinding)? What is the status of exformula?? If this just isn't Coc

Re: xml-schema / validate forms

2001-10-25 Thread Martin Man
On Wed, Oct 24, 2001 at 10:40:07AM +0200, Kenneth Petersen wrote: > Hi all! > > I was wondering why efforts have been made to generate and maintain the >FormValidatorAction. Why not just use xml-schemas and xml-validation to validate >input from froms? > the effort was put there (by me as the

xml-schema / validate forms

2001-10-24 Thread Kenneth Petersen
Hi all! I was wondering why efforts have been made to generate and maintain the FormValidatorAction. Why not just use xml-schemas and xml-validation to validate input from froms? The only problem I can see in using xml-schemas is that it does not support I18N. On the other hand neither does F

AW: umlauts in html forms

2001-10-03 Thread Michael Gerzabek
. Oktober 2001 18:06 An: [EMAIL PROTECTED] Betreff: Re: umlauts in html forms For which encoding is the database configured? mfg, Arno - Please check that your question has not already been answered in the FAQ before posting. <h

Re: umlauts in html forms

2001-10-03 Thread Arno Illmann
For which encoding is the database configured? mfg, Arno - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTEC

umlauts in html forms

2001-10-02 Thread Michael Gerzabek
hi all, I'm implementing forms that write to a backend via cocoon2-actions. I use encoding ISO-8859-1 to render the data to the clients and all umlauts are coded well. But when I get umlauts from the clients they go in an obscure manner to the database. Has anyone experience with this pr

Re: Forms pseudo and passwd encryption

2001-08-17 Thread cib
rance, Bordeaux, 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, but it

  1   2   >