Re: XMLForm Xindice howto at Wiki refactored and ready

2003-02-01 Thread Ivelin Ivanov
-=Ivelin=- - Original Message - From: Josema Alonso [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 31, 2003 11:06 PM Subject: Re: XMLForm Xindice howto at Wiki refactored and ready I think you are correct. The point is to identify the exact xpath to the @id attribute.

Re: XMLForm Xindice howto at Wiki refactored and ready

2003-01-31 Thread Ivelin Ivanov
Josema, The new revision is excelent. Please follow the instructions to submit an official HOWTO http://xml.apache.org/cocoon/howto/howto-author-howto.html Diana will take it from there. I would recommend the following minor corrections to the code: In the fragment below, why use //. Is it a

Re: XMLForm Xindice howto at Wiki refactored and ready

2003-01-31 Thread Ivelin Ivanov
I see, but let me explain it. I should not use //, that's ok, but I think /@id for example is not enough. If I'm right, using / gives the Document Root but not the Root Element and I can't access from there the id attribute. Also, making it that way I get the exception at the end of this

[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: XMLForm problem: PLEASE HELP (att. XMLForm architects and specialists)

2003-01-29 Thread Ivelin Ivanov
Sylvain, did you try to debug the AbstractXMLFormAction and the XMLFormTransformer. This is probably your best bet for finding the problem. -=Ivelin=- - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 10:02 AM

Re: XMLForm Xindice Howto added to Wiki [please, att. Ivelin]

2003-01-27 Thread Ivelin Ivanov
Ivelin, I have coded the changes and finally got it working. The part I don't like too much is where I need to get the model in order to add the document to the DB. Until that part everything seems to fit quite nicely. Remember I got the model stored in a XMLDocumentContainer and now I need

Re: XMLForm Xindice Howto added to Wiki [please, att. Ivelin]

2003-01-25 Thread Ivelin Ivanov
3) Override the getForm() method in the action Wouldn't it be enough to override the getFormModel() method? Yes. Your code looks good. Something like this: protected Object getFormModel() { //to load the XML model Container DOMModel = null; Source modelSrc = null; //this

Re: XMLForm Xindice Howto added to Wiki [please, att. Ivelin]

2003-01-23 Thread Ivelin Ivanov
think it must to be told. Please dont take me bad. I strongly believe in Cocoon. Sorry Josema Alonso dijo: Ouch...I forgot to include the URL. I'm sorry. http://wiki.cocoondev.org/Wiki.jsp?page=XMLFormXindice Thanks :) -Mensaje original- De: Ivelin Ivanov [mailto:[EMAIL

Re: XMLForm Xindice Howto added to Wiki [please, att. Ivelin]

2003-01-23 Thread Ivelin Ivanov
added to Wiki [please, att. Ivelin] Ouch...I forgot to include the URL. I'm sorry. http://wiki.cocoondev.org/Wiki.jsp?page=XMLFormXindice Thanks :) -Mensaje original- De: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 23 de enero de 2003 4:24 Para: [EMAIL PROTECTED

Cocoon Presentation in Austin

2003-01-23 Thread Ivelin Ivanov
Cocoon will set foot on the stage in Austin at the monthly gathering of the XML Users Group. http://www.xmlaustin.org/_html_out/main/index.html -=Ivelin=- - Please check that your question has not already been answered in

Re: XMLForm Xindice Howto added to Wiki [please, att. Ivelin]

2003-01-22 Thread Ivelin Ivanov
What is the URL? -=Ivelin=- - Original Message - From: Josema Alonso [EMAIL PROTECTED] To: Cocoon-Users [EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 6:18 PM Subject: XMLForm Xindice Howto added to Wiki [please, att. Ivelin] Hi, all. Ivelin, I should have done it a long while

Re: [XMLForm] initialization of the model

2003-01-20 Thread Ivelin Ivanov
Try the overriding reset() - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 20, 2003 2:53 AM Subject: [XMLForm] initialization of the model Hi all, I'm trying to initialize the model of a XMLForm app each time I call this app. This app is

Re: [XMLForm] initialization of the model

2003-01-20 Thread Ivelin Ivanov
is called each time you call the app, right? Thank you Regards Sylvain -Message d'origine- De: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Date: lundi, 20. janvier 2003 15:18 À: [EMAIL PROTECTED] Objet: Re: [XMLForm] initialization of the model Try the overriding reset() - Original

Re: xmlform samples are not working for me

2003-01-15 Thread Ivelin Ivanov
Title: xmlform samples are not working for me This looks like another bad version of the Xerces or Xalan libs. Have these been changed lately? Ivelin - Original Message - From: Jonathan Spaeth To: '[EMAIL PROTECTED]' Sent: Wednesday, January 15, 2003 9:11 AM

Re: XMLForms and checkboxes

2003-01-14 Thread Ivelin Ivanov
XMLForm handles automatically unchecked check-boxes when the form is session scope. Overriding the reset method is the appropriate place to handle them for request scope. See this: http://xml.apache.org/cocoon/howto/xmlform-wizard/howto-xmlform-wizard-4.htm l Ivelin - Original Message

Re: xmlform dtd

2003-01-08 Thread Ivelin Ivanov
Shah, There is no DTD available at this point. The goal is to eventually use the XForms DTD or a subset of it, once XForms is finalized. Ivelin - Original Message - From: Yatin Shah [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 08, 2003 2:20 PM Subject: xmlform dtd

Re: wsproxy generator

2002-12-28 Thread Ivelin Ivanov
through tidy. Do you know off hand if excalibur source supports https? Geoff -Original Message- From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 10:31 PM To: [EMAIL PROTECTED] Subject: Re: wsproxy generator Actually, the WSProxyGen is using

Re: wsproxy generator

2002-12-26 Thread Ivelin Ivanov
Actually, the WSProxyGen is using Jakarta HttpClient lib, which in turn supports HTTPS. - Original Message - From: Geoff Howard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 26, 2002 12:33 PM Subject: RE: wsproxy generator Don't know that off hand - it's using

Re: Form is null [id=form-feedback] Exception- Xml form HowTo

2002-12-22 Thread Ivelin Ivanov
Based on your comments I've opened a bug report. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15618 Please let me know when all issues are resolved to the best of your knowledge. I will apply the fixes. Ivelin - Original Message - From: aps olute [EMAIL PROTECTED] To: [EMAIL

Re: xml form How to-Sitemap

2002-12-21 Thread Ivelin Ivanov
Please use the demo as basis for your new app. Don't try to use the HOW-TO. It has a few config flaws, which hopefully someone is going to submit a patch for. - Original Message - From: aps olute [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 21, 2002 2:01 PM

Re: howto xmlform sitemap

2002-12-19 Thread Ivelin Ivanov
Fixed. Although the HOWTO is intended as a illustration. You should start customizing with the maintained demo. The first page of the HOWTO mentions this. Ivelin - Original Message - From: Thor Heinrichs-Wolpert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent:

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: schematron

2002-12-17 Thread Ivelin Ivanov
Joerg's response is correct, although a technical detail is that Schematron is based on XPath, not XSTL (which uses XPath itself). - Original Message - From: Joerg Heinicke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 1:27 PM Subject: Re: schematron

Re: cvs2.1 xmlform sample broken?

2002-12-17 Thread Ivelin Ivanov
Thanks for the notification Thor. Nicola, what is the deal? Ivelin - Original Message - From: Thor Heinrichs-Wolpert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 10:03 PM Subject: cvs2.1 xmlform sample broken? I see some files moved in CVS by nicolaken

Re: Web Site Syndication [was: seeking for payed consultancy from the cocoon-comunity ...]

2002-12-14 Thread Ivelin Ivanov
My hunch is that it is possible, although I have not tried. - Original Message - From: SAXESS - Hussayn Dabbous [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 14, 2002 3:07 AM Subject: Re: seeking for payed consultancy from the cocoon-comunity ... Hy, Ivelin;

Re: XMLForm: content listbox problem

2002-12-10 Thread Ivelin Ivanov
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 10, 2002 2:19 AM Subject: RE: XMLForm: content listbox problem Do you create this method in the Bean file or Action file? In the Action. What does the method should return? The dom document?

Re: XMLForm and DOM node initialization

2002-12-09 Thread Ivelin Ivanov
Have you noticed that you have a typo in the file. Rename the def attributes to ref. Ivelin - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 09, 2002 4:14 AM Subject: RE: XMLForm and DOM node initialization I tried to load this form:

Re: Cocoon performance tuning

2002-12-08 Thread Ivelin Ivanov
Did you read this: http://xml.apache.org/cocoon/performancetips.html - Original Message - From: Lenya L. Khachaturov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 08, 2002 7:20 AM Subject: Cocoon performance tuning Hello, Are there any hints on making Cocoon

Re: XML form How To's guide problem

2002-12-04 Thread Ivelin Ivanov
The HOWTO targets 2.1. Looked at the actual demo which the HOWTO links to. webapp/samples/xmlform Ivelin - Original Message - From: Sreenivasan N. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 04, 2002 1:07 AM Subject: XML form How To's guide problem Hi all I

Re: XMLForm and Table output

2002-12-02 Thread Ivelin Ivanov
documentation about this, because I couldn't found it. thanks Lars -Ursprüngliche Nachricht- Von: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Gesendet: Sonntag, 1. Dezember 2002 00:03 An: [EMAIL PROTECTED] Betreff: Re: XMLForm and Table output Yes. You are on the right track. Why don't

Re: XMLForm and Table output

2002-12-02 Thread Ivelin Ivanov
- Von: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 3. Dezember 2002 10:00 An: [EMAIL PROTECTED] Betreff: Re: XMLForm and Table output I am not sure what exactly the problem is, but I guess you might be actually looking for a file reader instead of generator. I have

Re: XMLForm and Table output

2002-11-30 Thread Ivelin Ivanov
Yes. You are on the right track. Why don't you print the XML document once it is created to see what it actually contains. I suspect this might be a simple mistake due to misuse of the API. It is not very convenient. Actually if you plan writing a lot of DOM code, you may want to look at JDOM or

Re: WebServiceProxy Hell

2002-11-27 Thread Ivelin Ivanov
Can you verify if the demo works for you. - Original Message - From: Tony Collen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 27, 2002 11:16 AM Subject: Re: WebServiceProxy Hell On Tue, 26 Nov 2002, Ivelin Ivanov wrote: Are you saying that the version in CVS

Re: WebServiceProxy Hell

2002-11-26 Thread Ivelin Ivanov
Tony, I don't see anything wrong with your sample other than the fact that your XML output doesn't have a new line after the xml header: ?xml version=1.0 My only suggestion at this point it to debug the WSPG and find out what URL it is trying to access. It should exlpain why your servlet is

Re: XMLForm JavaBean getter setter methods

2002-11-23 Thread Ivelin Ivanov
. But what about the other bean's getter methods that are called by the framework many times ! Senhaji -Message d'origine- De : Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 20 novembre 2002 04:43 À : [EMAIL PROTECTED] Objet : Re: XMLForm JavaBean getter setter methods JXpath

Re: XMLForm: dynamic content listbox

2002-11-23 Thread Ivelin Ivanov
yes. http://jakarta.apache.org/commons/jxpath/users-guide.html#Containers - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 2:54 AM Subject: RE: XMLForm: dynamic content listbox Thanks Alonso. I have read userIdentity.xml and

Re: XMLForm: dynamic content listbox

2002-11-23 Thread Ivelin Ivanov
Yes. JXPath is used. The names are matched by JavaBean introspection. - Original Message - From: Josema Alonso [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 22, 2002 3:47 AM Subject: RE: XMLForm: dynamic content listbox When you say 'So, but how is the xmlform

Re: XMLForm UI Builder

2002-11-19 Thread Ivelin Ivanov
Interesting approach. Can you share an example? Ivelin - Original Message - From: Scott Warren [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, November 17, 2002 3:45 PM Subject: Re: XMLForm UI Builder Senhaji, An easy way that I have achieved this is to generate an XML

Re: XMLForm JavaBean getter setter methods

2002-11-19 Thread Ivelin Ivanov
JXpath gets the collection and directly sets its items. - Original Message - From: Senhaji [EMAIL PROTECTED] To: Cocoon-Users [EMAIL PROTECTED] Sent: Monday, November 18, 2002 5:31 AM Subject: XMLForm JavaBean getter setter methods Hello, In the wizard example, I added some log

Re: XMLForm UI Builder

2002-11-17 Thread Ivelin Ivanov
There is no current work on a XMLForm builder, to my knowledge. But you are welcome to pitch in if you want. Ivelin - Original Message - From: Senhaji [EMAIL PROTECTED] To: Cocoon-Users [EMAIL PROTECTED] Sent: Sunday, November 17, 2002 10:12 AM Subject: XMLForm UI Builder Hello,

Re: Problem running the Xform wizard-Howto tutorial

2002-11-17 Thread Ivelin Ivanov
You will probably save yourself some time if you start with the XMLForm demo. http://localhost:8080/cocoon/samples/welcome The files are under webapp/samples/xmlform Ivelin - Original Message - From: poornima ponnuswamy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November

Re: dynamic select boxes in XMLForms?

2002-11-16 Thread Ivelin Ivanov
You are welcome! - Original Message - From: Josema Alonso [EMAIL PROTECTED] To: Cocoon-Users [EMAIL PROTECTED] Sent: Saturday, November 16, 2002 3:21 PM Subject: Re: dynamic select boxes in XMLForms? Look closer at the demo and examine the itemset elements under the select

Re: dynamic select boxes in XMLForms?

2002-11-15 Thread Ivelin Ivanov
Look closer at the demo and examine the itemset elements under the select elements. - Original Message - From: Josema Alonso [EMAIL PROTECTED] To: Cocoon-Users [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 12:35 PM Subject: dynamic select boxes in XMLForms? Hi, all. I tried

Re: XMLForm and dates

2002-11-12 Thread Ivelin Ivanov
Try the following: Use a Date property with its own getter and setter for the database access. Implement an extra property named dateString. Then write the getter of the property to convert the Date object into String when invoked. Also write a setter to convert a string to a date. The Java

Re: Dynamic models in XMLForms - was: Re: XMLForm - xf:repeat tag on DOM Nodes?

2002-11-11 Thread Ivelin Ivanov
Thank you. It needs further clarification before we can start design. Hopefully other people who asked for this feature will add a few more use cases. Ivelin - Original Message - From: Josema Alonso [EMAIL PROTECTED] To: Cocoon-Users [EMAIL PROTECTED] Sent: Monday, November 11, 2002

Cocoon Users Group - Texas

2002-11-10 Thread Ivelin Ivanov
If you live in Texas, please let me know. Respond directly to [EMAIL PROTECTED] I will gather all names and will post back to the list. If the Cocoon population here is big enough we can probably setup a brainstorming gathering, similar to the one in London. Hopefully Stefano will be tempted to

Re: XMLForm - xf:repeat tag on DOM Nodes?

2002-11-09 Thread Ivelin Ivanov
You probably meant to use: xf:repeat nodeset=/productNode/product/description xf:textbox ref=@lang xf:captionLanguage (code):/xf:caption xf:violations class=error/ /xf:textbox xf:textbox ref=. xf:captionDescription:/xf:caption xf:violations class=error/ /xf:textbox

Re: how to manage several XMLForms in a sitemap? (it was: dynamically choosing an action at runtime)

2002-11-09 Thread Ivelin Ivanov
- Original Message - From: Josema Alonso [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 09, 2002 5:35 PM Subject: Re: how to manage several XMLForms in a sitemap? (it was: dynamically choosing an action at runtime) I am not sure if I would do this like you did.

Re: XMLForm - xf:repeat tag on DOM Nodes?

2002-11-09 Thread Ivelin Ivanov
. - Original Message - From: Ivelin Ivanov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 09, 2002 8:15 PM Subject: Re: XMLForm - xf:repeat tag on DOM Nodes? You probably meant to use: xf:repeat nodeset=/productNode/product/description xf:textbox ref

Re: how to manage several XMLForms in a sitemap? (it was: dynamically choosing an action at runtime)

2002-11-08 Thread Ivelin Ivanov
I am not sure if I would do this like you did. There are is a certain lifecycle contract between every Cocoon component and the container. By invoking directly you may be violating this contract. I would probably let the sitemap do the forwarding to actions. In your case action sets might be

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

Re: XMLForm and pop-up menu

2002-11-04 Thread Ivelin Ivanov
For drop down list use: xf:selectOne For radio buttons, use xf:selectOne selectUIType='radio' - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 04, 2002 8:11 AM Subject: RE: XMLForm and pop-up menu The content should be simply a list of word.

Re: XMLForms vs Struts

2002-11-02 Thread Ivelin Ivanov
vs Struts Ivelin, As this is an often discussed question: Do you mind adding it to the CocoonWiki? If no I could do it for you ... Regards, Reinhard -Original Message- From: Ivelin Ivanov [mailto:ivelin;apache.org] Sent: Thursday, October 31, 2002 2:52 PM To: [EMAIL PROTECTED

Re: XMLForms and Java

2002-11-02 Thread Ivelin Ivanov
good point. Would you like to submit a patch? - Original Message - From: Mauro Daniel Ardolino [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 01, 2002 11:40 AM Subject: Re: XMLForms and Java All right! Now I'm up to date with the XMLForms vs Struts thread. But I still

Re: XMLForms vs Struts

2002-10-31 Thread Ivelin Ivanov
I hope this will not make things even more confusing for you, but here is my view: Struts is 3 parts: 1) An URL map, matching URLs to Actions. Everything you can do with struts-config.xml (Struts), you can do with sitemap.xmap (Cocoon). 2) Custom JSP tags for rendering HTML, like i18n, access

Re: dynamic XMLForm taking inout data from previous steps?

2002-10-31 Thread Ivelin Ivanov
Actually what you describe is the correct behavior of repeat. If you look at the W3C XForms spec, it says that repeat will render the nodeset which satisfies the XPath selector. How many boxes do you expect to render? One solution is to change the getter method for the languages property, so

Re: internalisation with schematron (XML-Form)

2002-10-31 Thread Ivelin Ivanov
Thank you Dianna for handling the patch. - Original Message - From: Ivelin Ivanov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 28, 2002 11:25 PM Subject: Re: internalisation with schematron (XML-Form) Many thanks ! I will review and apply the patch. ... now only

Re: XMLForms vs Struts

2002-10-30 Thread Ivelin Ivanov
Struts is certainly more mature. XMLForm has a lot of technological advantages, but it will not be released until Cocoon 2.1 stable is out, which is probably end of this year. Ivelin - Original Message - From: Jorge Bello [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday,

Re: internalisation with schematron (XML-Form)

2002-10-28 Thread Ivelin Ivanov
: Re: internalisation with schematron (XML-Form) Hallo Ivelin, I already wrote a How To Document for this and uploaded it using Bugzilla . I hope it will be clear and easy to follow. and its Bug#14015. Thanx in advance Mohamed El-Refaey Ivelin Ivanov wrote: Mohamed, would you consider

Re: restricting access to cocoon

2002-10-28 Thread Ivelin Ivanov
A few other people asked the same question recently. My personal believe is that security is orthogonal to Cocoon and belongs to the J2EE container. If you will have the time, please consider submitting a HOWTO patch to Cocoon's bugzilla on using Tomcat security with Cocoon. Regards, Ivelin

[Ann] XMLForm automatic check-box handling

2002-10-27 Thread Ivelin Ivanov
The new version of XMLForm checked in CVS HEAD (C2.1), implements behind the scenes logic to help with client languages which do not send values for some input fields. The typical example is HTML's checkbox. When it is unchecked, the browser won't send anything, which leaves the app server to

Re: internalisation with schematron (XML-Form)

2002-10-27 Thread Ivelin Ivanov
Mohamed, would you consider submitting your email as a how-to document in bugzilla. The question about i18n with XMLForm is popping constantly. Ivelin - Original Message - From: Mohamed El-Refaey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 27, 2002 4:08 PM Subject:

Re: Handling a form values and updating an XML

2002-10-25 Thread Ivelin Ivanov
Yes, XMLForm is an alternative . The webapp/samples/xmlform demo uses a DOM object nested within a JavaBean. This should be enough to get you started. You would probably want to use XMLDocumentContainer as a wrapper bean for your DOM object. See also the HOWTO:

Re: Cocoon 2.1

2002-10-24 Thread Ivelin Ivanov
http://xml.apache.org/cocoon/installing/index.html - Original Message - From: poornima ponnuswamy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 23, 2002 5:07 PM Subject: Cocoon 2.1 Hi, I want to use XML forms form for my project. we need to use Cocoon 2.1 for it.

Re: textarea in XMLForm

2002-10-23 Thread Ivelin Ivanov
Thanks for the fix Robert. I will apply the textarea fix immediately. Please submit it and the other patches via bugzilla, for record keeping. Did you have a chance to update the xdocs (howto?) to include an example of the new (loose) model types - map dom ? Ivelin - Original Message

[Q] Error handling - How to replace error code 500 with 200 ?

2002-10-20 Thread Ivelin Ivanov
Is there a way for a pipeline error handler of code 500 to serialize with code 200 ? I would like to use a pipeline which makes subrequests. Subrequests should not be fatal for the success of the main request. For example I would like to aggregate from multiple sources, but if one is not

Re: XMLForm having - like cocoon-action-next

2002-10-20 Thread Ivelin Ivanov
Did you try document.forms[cocoon-xmlform-view] see: http://www.devguru.com/Technologies/ecmascript/quickref/doc_forms.html - Original Message - From: apurva zaveri [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, October 19, 2002 10:00 PM Subject: XMLForm

Re: [newbie] XMLForms XSP

2002-10-15 Thread Ivelin Ivanov
You certainly could. I am not a great fan of XSP myself, being bitten by JSPs many times. Maybe some of the other folks can help with examples. Ivelin - Original Message - From: Druzhinin Igor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 15, 2002 5:46 AM Subject:

Re: [newbie] XMLForms XSP

2002-10-15 Thread Ivelin Ivanov
: [newbie] XMLForms XSP What do you use, if not xsp? -Original Message- From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 9:28 AM To: [EMAIL PROTECTED]; Druzhinin Igor Subject: Re: [newbie] XMLForms XSP You certainly could. I am not a great fan

Re: XMLForm transformer

2002-10-15 Thread Ivelin Ivanov
Nuno, please submit the patch via Bugzilla. I will gladly review and apply if appropriate. Thank you. Ivelin - Original Message - From: Nuno Santos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 15, 2002 6:52 AM Subject: XMLForm transformer When i was developing a

Re: XMLForm - VoiceXML

2002-10-14 Thread Ivelin Ivanov
elements in XMLForm do not have to start with /. It is just used for clarity in the examples. You can try just city. What are the limitations for names of VXML forms? - Original Message - From: apurva zaveri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 13, 2002 9:08

Re: XMLForm - VoiceXML

2002-10-14 Thread Ivelin Ivanov
select name=city Would be just fine if your bean has a get/setCity() - Original Message - From: apurva zaveri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 14, 2002 7:59 AM Subject: Re: XMLForm - VoiceXML One more thing to mention. I am working on creating

Re: [Q] Pipeline best practices

2002-10-14 Thread Ivelin Ivanov
Can you share your pipeline. Maybe you organize your content in a much smarter way than I can imagine. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 14, 2002 3:59 PM Subject: Re: [Q] Pipeline best practices To be honest, I circumvented this

Re: Building a DOM Model with XMLForms

2002-10-13 Thread Ivelin Ivanov
Scott, Your thoughts are quite logical. The initial implementation of XMLForm looked very similar to what you describe. If you go back in CVS to February-March this year, you will see that version. Over time I was convinced by Torsten and Konstantin, that form processing can involve a lot of

[Q] Pipeline best practices

2002-10-13 Thread Ivelin Ivanov
Can someone point me to a document or briefly explain what are the best practices to writing pipeline in regard of multiplicity. For example how many pipelines in a sitemap are reasonable? How do one chooses when to put multiple matchers in one pipeline vs splitting them in separate pipelines.

Re: XMLForm Howto - not Working still

2002-10-13 Thread Ivelin Ivanov
There is a good chance that your package names or sitemaps are not quite right. Instead of typing the howto code, start with the demo source code which works and change it for your taste. - Original Message - From: aps olute [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday,

Re: Building a DOM Model with XMLForms

2002-10-13 Thread Ivelin Ivanov
Robert, Sorry for the delayed reply. - Original Message - From: Robert Ellis Parrott [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 11, 2002 10:35 AM Subject: Building a DOM Model with XMLForms Hi folks, I'm working on a project prototype where I'm trying to

Re: [Ann] Amazon Functionality Syndication demo

2002-10-10 Thread Ivelin Ivanov
, it is entirely original... well, just borrowed 99% from the Forrest CSS, but you wouldn't know what Forrest is would you ... ;) Ivelin -- Konstantin Piroumian -Original Message- From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 5:45 PM To: [EMAIL

Re: URL caching in pipelines

2002-10-06 Thread Ivelin Ivanov
Try the WebServicesProxyGenerator. It uses the HttpClient library, which might actually support caching. Have not tried it though. Ivelin - Original Message - From: Miles Elam [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 06, 2002 9:13 PM Subject: URL caching in

Re: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Ivelin Ivanov
I just tried the URL. My IE also stops loading images even if I go to msn.com after that. - Original Message - From: leo leonid [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 04, 2002 10:12 AM Subject: Why is my cocoon app an IE6 killer? Hi, most generally I would

Re: [ WebServiceProxy ] Invalid response - no xml

2002-10-02 Thread Ivelin Ivanov
- Original Message - From: Tony Collen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 11:48 PM Subject: Re: [ WebServiceProxy ] Invalid response - no xml On Tue, 1 Oct 2002, Ivelin Ivanov wrote: I don't know of a quick appropriate way. Most Cocoon

Re: [ WebServiceProxy ] Invalid response - no xml

2002-10-01 Thread Ivelin Ivanov
I don't know of a quick appropriate way. Most Cocoon components will not accept invalid XML format. One way is to extend the WebServiceProxyGenerator and modify the code to prepend the xml header. - Original Message - From: Tony Collen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Master-Detail form using Cocoon

2002-09-28 Thread Ivelin Ivanov
forms: http://xml.apache.org/cocoon/userdocs/concepts/xmlform.html (follow the howto link for examples) databases: http://xml.apache.org/cocoon/userdocs/concepts/databases.html - Original Message - From: Antonio Gallardo Rivera [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday,

Re: [Q] Cocoon 2.1 on JBoss+Tomcat

2002-09-28 Thread Ivelin Ivanov
Temporarily/h1HR size=1 noshadepbtype/ b Status report/ppbmessage/b uMoved Temporarily/u/ppbdescription/b uThe requested resource (Moved Temporarily) has moved temporarily to a new locatio n./u/pHR size=1 noshade/body/html - Original Message - From: Ivelin Ivanov [EMAIL PROTECTED] To: [EMAIL

Re: [Q] Cocoon 2.1 on JBoss+Tomcat

2002-09-28 Thread Ivelin Ivanov
Another advancement. The cocoon.war build for JDK 1.4 from C2.1 HEAD, works great with JBoss-2.4.9_Tomcat-4.0.4 after following the instructions on the Cocoon Install page for c2.0.3. JBoss 3.0 is still a challenge. - Original Message - From: Ivelin Ivanov [EMAIL PROTECTED

Re: Need help with XMLForm

2002-09-26 Thread Ivelin Ivanov
If can just extract the code from say WizardAction.jave. Form.lookup( id, objectModel ); Form.addViolation( violation ); - Original Message - From: Bobby Mitchell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 1:01 PM Subject: Need help with XMLForm

[ANN] Added xf:textarea support to XMLForm

2002-09-26 Thread Ivelin Ivanov
Sample usage added to the Wizard Demo. Enjoy. -=Ivelin=- - 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:

[SUMMARY] Re: Schematron question

2002-09-24 Thread Ivelin Ivanov
that it must be only one equal sign not 2 i.e test=password=passwordConfirm Thank u Ivelin Mohamed Ivelin Ivanov wrote: How about: rule context=/password assert test=string-length(.) gt; 7 The Password Should be @ least 8 character. /assert

Re: XMLForm stylesheet change suggestion

2002-09-24 Thread Ivelin Ivanov
help and hint elements for every control. They can be used to give the user extra information about a control. Its up to the UI renderer as to how this information is displayed, although the spec gives some guidance. Simon Ivelin Ivanov wrote: Phil, Sorry it took me a while to respond

Re: Schematron question

2002-09-23 Thread Ivelin Ivanov
How about: rule context=/password assert test=string-length(.) gt; 7 The Password Should be @ least 8 character. /assert /rule rule context=/passwordConfirm assert test=../password == . The Password Should be the same

Re: [C 2.1] Problem in auth-framework

2002-09-22 Thread Ivelin Ivanov
I can confirm this problem too. Yesterday I had to change the sitemap of the WebServiceProxyGenerator demo not to use {header:host}. It used to work until recently. Is it possible that this has to do with the recent improvements by Konstantin. His JXPath extension is an excelent addition to

Cocoon 2.1 Build Problem

2002-09-21 Thread Ivelin Ivanov
For the last few nights I have been trying to build the latest code from CVS HEAD. build clean webapp-local always succeeds, but the generated class files are corrupted. Also the libraries files copied under WEB-INF/lib are corrupted. I've tried with both JDK 1.3 and JDK 1.4. Same outcome. I've

Re: XMLForm stylesheet change suggestion

2002-09-19 Thread Ivelin Ivanov
additional text into the form (current problem I am working on)? Also, is the wizard2html.xsl supposed to be app specific or general to all xmlform apps? Thanks, Phil On Monday 16 September 2002 08:41 pm, Ivelin Ivanov wrote: Thanks for reminding me that this is an outstanding bug. I have applied

Re: XMLForm data stored/retrieved via Session Transformer?

2002-09-09 Thread Ivelin Ivanov
Subject: Re: XMLForm data stored/retrieved via Session Transformer? Ivelin Ivanov wrote: XMLForm currently supports JavaBeans, DOM and mixed models. You can look at the Feedback Wizard demo for example. I will look again, but it was not obvious to me how to pass a DOM model. How do you

Re: XMLForm data stored/retrieved via Session Transformer?

2002-09-08 Thread Ivelin Ivanov
XMLForm currently supports JavaBeans, DOM and mixed models. You can look at the Feedback Wizard demo for example. How do you mean that people will be using forms without writing Java code. We can write another Action to take as parameter a file name with the XML model, however how you you

[ANN] XMLForm update - support for dynamic select data

2002-09-08 Thread Ivelin Ivanov
Due to several requests and availability of standard from W3C, I added support for the itemset tag, which allows additional flexibility when rendering a dynamic list of data for select controls. The Feedback Wizard demo has been updated to demonstrate the usage of the new tag. The W3C XForms

Re: Expiration Attribute in Pipeline Efficient aggregation

2002-09-06 Thread Ivelin Ivanov
: Re: Expiration Attribute in Pipeline Efficient aggregation Ivelin Ivanov wrote: Cocoon 2.1 supports an extra attribute in the pipeline, which specifies the expiration header in the http response. It serves different purpose; other client won't get cached result, and refresh also won't get

Re: XMLForm - Howto - Mailing List - Not working

2002-09-05 Thread Ivelin Ivanov
Can you reach these links: http://localhost:8080/cocoon/samples/welcome http://localhost:8080/cocoon/samples/xmlform/wizard - Original Message - From: Gerry Reno [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 03, 2002 5:46 PM Subject: XMLForm - Howto - Mailing List -

Re: Expiration Attribute in Pipeline Efficient aggregation

2002-09-05 Thread Ivelin Ivanov
Cocoon 2.1 supports an extra attribute in the pipeline, which specifies the expiration header in the http response. This should allow temporary caching of the result. I am not sure where this is documented though. - Original Message - From: Martin Lüthi [EMAIL PROTECTED] To: [EMAIL

  1   2   >