minimalist

2003-02-19 Thread Jeroen Cranendonk
I've seen pages on the web on creating a minimal cocoon 2.0 setup (only the neccecary jar files to run, a sitemap only specifying what the app you're building needs, absolutely no cocoon samples etc. ) but haven't found one describing how to do this for the cvs development version, cause I have to

Re: minimalist

2003-02-25 Thread Jeroen Cranendonk
Any idea when this reworking will be done ? (days, weeks, months, or years ? :) Is it just a fixing/cleaning up of the build system or is he actually upgrading it to some new ideas (which? ) many thanks for the replies already btw. :) On Wednesday 19 February 2003 14:32, Geoff Howard wrote:

xmlforms + multiple beans ?

2003-02-27 Thread Jeroen Cranendonk
or several beans that are shared between many sequences of forms, and one that's specific to a certain sequence of forms. Many thanks in advance :) Jeroen Cranendonk. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Ad: xmlforms + multiple beans ?

2003-02-27 Thread Jeroen Cranendonk
you do that have adress info too. many thanks in advance, Jeroen Cranendonk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: xmlforms + multiple beans ?

2003-02-28 Thread Jeroen Cranendonk
Yay, thanks! We did not know that xmlforms would understand this syntax. that's why we didn't use composition :) hmm, schematrons don't accidently support composition too do they ? :) snip/ Does anyone have any ideas of how to get round this, or how we could apporach this differently ?

XML Inclusions (XInclude)

2003-03-03 Thread Jeroen Cranendonk
This is a question from a fellow worker :) -- Forwarded Message -- Subject: XML Inclusions (XInclude) Date: Monday 03 March 2003 15:18 From: Robert Kromkamp [EMAIL PROTECTED] To: Jeroen Cranendonk [EMAIL PROTECTED] Hi, I've a question about validation using XMLForms

redirect to an external URL/xmlforms

2003-03-04 Thread Jeroen Cranendonk
Another question from my fellow worker :) Hi, I'm looking for a way to redirect to an external URL (by exapmle http://xml.apache.org/cocoon) from an implementation of AbstractXMLFormAction (or another Cocoon Action). Perhaps I can do this in the perform() method of

Fw: XMLForm Validation

2003-03-11 Thread Jeroen Cranendonk
- Original Message - From: Robert Kromkamp [EMAIL PROTECTED] To: Jeroen Cranendonk [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 5:12 PM Subject: XMLForm Validation Hi, A Zip code (in the Netherlands) consist of numbers and letters, like 1234AB. In the content XML this zip code

Fw: using abstract rules in validation schema

2003-03-12 Thread Jeroen Cranendonk
- Original Message - From: Robert Kromkamp [EMAIL PROTECTED] To: Jeroen Cranendonk [EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 10:16 AM Subject: using abstract rules in validation schema Hi All, According to the DTD the beneath schema structure is possible. But when I use

Dynamic model for Cocoon XMLForm

2003-06-12 Thread Jeroen Cranendonk
Hi all, I want to create a screen which contains an unknown number of person information input types, there's namely a button on the screen which add, every time it is pressed, 5 extra persons input types. So i've 5, 10, 15, 20, n persons input types displayed on a screen. Actually the

Re: get request attribute in sitemap

2003-06-17 Thread Jeroen Cranendonk
Hi, I have a question about the usage of schematron languages within Cocoon/XMLForms. I have an AddresBean which I use as the XMLForm model. It containts 2 variables: - street (also getter and setter) - housenumber (also getter and setter) I want to show a message behind a 'street' input field

Schematron within Cocoon

2003-06-17 Thread Jeroen Cranendonk
(sorry, posted last mail with wrong subject :) Hi, I have a question about the usage of schematron languages within Cocoon/XMLForms. I have an AddresBean which I use as the XMLForm model. It containts 2 variables: - street (also getter and setter) - housenumber (also getter and setter) I want