RE: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-31 Thread Paul Brown
> From: Mats Norén [mailto:[EMAIL PROTECTED]] > Subject: Re: Cocoon Form binding and validation [was: RE: SchemoX forms] > The SaxErrorHandler can, to the best of my knowledge, NOT provide you with > the XPath location of the bad element, > a quick workaround is to implement

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-29 Thread Ivelin Ivanov
o a productive outcome of our discussion. Best regards, Ivelin - Original Message - From: "Kohsuke Kawaguchi" <[EMAIL PROTECTED]> To: "Ivelin Ivanov" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 12:09 PM Subject:

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-28 Thread Ivelin Ivanov
2002 5:16 AM Subject: Re: Cocoon Form binding and validation [was: RE: SchemoX forms] > The SaxErrorHandler can, to the best of my knowledge, NOT provide you with > the XPath location of the bad element, > a quick workaround is to implement a tag tracking Stack in the errorhandler. > I buil

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-28 Thread Mats Norén
> I've submitted a few questions on the JARV message board, but maybe you can > answer quicker. Not sure about that ;) > > Does the the SaxErrorHandler interface provide the XPath location of the bad > elelement, or it can only report the > file, line and column where the failure occured. The S

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-28 Thread Mats Norén
> I've submitted a few questions on the JARV message board, but maybe you can > answer quicker. Not sure about that ;) > > Does the the SaxErrorHandler interface provide the XPath location of the bad > elelement, or it can only report the > file, line and column where the failure occured. The S

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-27 Thread Ivelin Ivanov
t: Wednesday, March 27, 2002 8:54 AM Subject: Re: Cocoon Form binding and validation [was: RE: SchemoX forms] I´ve been following your thread about form validation and I must say it looks promising. Keep up the good work! :) I'm wondering if you thought about using the JARV API for the plu

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-27 Thread Ivelin Ivanov
eemed like its was open source, but it wasn't very clear to me. Is it compatible with Apache's? Cheers, Ivelin - Original Message - From: "Mats Norén" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 8:54 AM Subject: Re: Cocoon

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-27 Thread Mats Norén
I´ve been following your thread about form validation and I must say it looks promising. Keep up the good work! :) I'm wondering if you thought about using the JARV API for the pluggable validators? http://iso-relax.sourceforge.net/JARV/JARV.html In our application we choose to use the Sun MSV fo

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-26 Thread Torsten Curdt
> Sure. Options are good. I'll provide the schematron schema for the demo > wizard, with your input of course. great! > > by "user" you mean developers, right ;) > > Now you know I'm dealing with user requirements too much lately ... ;) ;) > I'll look more carefully at your code and will

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-26 Thread Ivelin Ivanov
Torsten, > > However we need to pick one validation language for the wizard. > > You know my vote:) What do you guys think, which one should we use? > > Well, true for the first place... I like add different version later. > So people see what is possible Sure. Options are good. I'll provide th

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-26 Thread Torsten Curdt
On Tue, 26 Mar 2002, Ivelin Ivanov wrote: > > Torsten, > > I looked at your README and code. > Man we're so much on the same page. > Let's turn it over !!! good to hear :)) > Did you have a chance to look at my latest stuff? Yes... but only a brief look - looks good though > Is there a way we

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-26 Thread Ivelin Ivanov
Torsten, I looked at your README and code. Man we're so much on the same page. Let's turn it over !!! Did you have a chance to look at my latest stuff? Is there a way we can get my source in scratch pad so that more people can play with it. Right now only a few of us that follow the thread kno

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-26 Thread Ivelin Ivanov
Konstantin, How do you manage to be working on so many things, pal? I could only focus efficiently at one thing at a time. Definitely want to put some work in Forrest and the CallBackHandlers, but to be sure that the Form Handling gets done, I can only focus on it. > Not at all. Thank you for y

RE: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-26 Thread Torsten Curdt
> Done. Hm... It seems that you and Ivelin are doing the same thing but in > quite different ways ;) > Isn't it time to come a consensus in interfaces, sitemap structure etc.? Yes... that's true - I had almost finished my proof-of-concept prototype when Ivelin spoke up... > Btw, I've found my ow

RE: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-26 Thread Piroumian, Konstantin
> From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > From: "Piroumian, Konstantin" <[EMAIL PROTECTED]> > > > From: Torsten Curdt [mailto:[EMAIL PROTECTED]] > > > > > > So might also want to try the examples... > > > > Yes, sure, but I'd prefer to have them running from Cocoon > samples page >

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-26 Thread Nicola Ken Barozzi
From: "Piroumian, Konstantin" <[EMAIL PROTECTED]> > > From: Torsten Curdt [mailto:[EMAIL PROTECTED]] > > > > So might also want to try the examples... > > Yes, sure, but I'd prefer to have them running from Cocoon samples page (see > http://localhost:8080/cocoon/mount/ - there is a link to 'prece

RE: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-26 Thread Piroumian, Konstantin
> From: Torsten Curdt [mailto:[EMAIL PROTECTED]] > > > > > > As long as your stylesheet takes an instance (inserted in > the XForms > > > document from a JavaBean or DOM node through > > > CastorTransformer or a flat XML > > > file) and renders HTML Form with element names which > > > corresp

RE: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-26 Thread Torsten Curdt
> > As long as your stylesheet takes an instance (inserted in the XForms > > document from a JavaBean or DOM node through > > CastorTransformer or a flat XML > > file) and renders HTML Form with element names which > > correspond to the XPath > > locations of the instance elements, then I think

RE: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-26 Thread Piroumian, Konstantin
> From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 26, 2002 6:45 AM > To: [EMAIL PROTECTED] > Subject: Re: Cocoon Form binding and validation [was: RE: > SchemoX forms] > > Konstantin, > > > Thanks for responding. I know you're knee

Re: Cocoon Form binding and validation [was: RE: SchemoX forms]

2002-03-25 Thread Ivelin Ivanov
Konstantin, Thanks for responding. I know you're knee deep in forrest work ! > > Since the all XML/XSL form validation and presentation is > > already available > > and somewhat useful, as Jeremy demoed, > > I would now like to do the all Java extreme. > > I got the Schematron validation of J