Re: XMLForms and Hibernate

2003-04-06 Thread ivelin
Can you be more specific? Are you referring to a tutorial similar to the one for Xindice or something further fetching? http://xml.apache.org/cocoon/howto/howto-xindice-xmlform.html -=Ivelin=- - Original Message - From: "Hugo Burm" <[EMAIL PROTECTED]> To: <[EMA

Re: xmlforms & bean generators

2003-04-02 Thread ivelin
JXPath and Castor are tools that solve different problems. I am not aware of any problems prohibiting the use of Castor and JXPath in the same application. Can you give an example of a compatibility problem? -=Ivelin=- - Original Message - From: "Dario Bahena" <[EMAIL P

[ANN] XMLForm as a standalone servlet toolkit

2003-03-27 Thread ivelin
t are not ready for the full sophistication of Cocoon. http://www.cocoonhive.org/xmlform/index.html Enjoy, -=Ivelin=- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XMLForm: how to access to a Collection

2003-03-27 Thread ivelin
What is the error, exception? -=Ivelin=- - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 7:25 AM Subject: RE: XMLForm: how to access to a Collection Hi Ivelin, I have stick the collection into the JavaBean of the form

Re: XMLForm: how to access to a Collection

2003-03-27 Thread ivelin
You need to stick the collection in a simple JavaBean container. public class BeanContainer { Collection get/setMyCollection(); } then ... -=Ivelin=- - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 3:3

Re: XMLForm: could I use tag with Collection or ...

2003-03-26 Thread ivelin
Yes. any Collection for the nodeset. -=Ivelin=- - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 26, 2003 8:00 AM Subject: RE: XMLForm: could I use tag with Collection or ... Hi Ivelin, You means that I could use a Collection

Re: XMLForm: could I use tag with Collection or ...

2003-03-26 Thread ivelin
should work. -=Ivelin=- - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 26, 2003 7:23 AM Subject: XMLForm: could I use tag with Collection or ... Hello, I want to have a XMLForm view with a code that could be (I thin

Re: XMLForm: how to display arrays

2003-03-18 Thread ivelin
-=Ivelin=- - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 17, 2003 8:46 AM Subject: RE: XMLForm: how to display arrays Hi Ivelin, How do you create columns with repeat tag? Have you an example? Thanks Sylvain

Re: XMLForm: how to display arrays

2003-03-17 Thread ivelin
the repeat tag should help. -=Ivelin=- - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 17, 2003 3:37 AM Subject: XMLForm: how to display arrays Hello, I'm using XMLForm to allow user to query a database. How can I display r

Re: extending XMLForms for different kinds of models...opinions?

2003-02-15 Thread ivelin
I also think that the "average user" is a relative term. All users of Cocoon that I have talked to, have been evaluating it as another J2EE tool, instead of an all XML server. Most often in my experience it has been compared against JSP/Struts. -=Ivelin=- - Original Message

Re: extending XMLForms for different kinds of models...opinions?

2003-02-15 Thread ivelin
I am interested to hear what else can we do in the future.       -=Ivelin=- - Original Message - From: Jonathan Spaeth To: 'Josema Alonso ' ; 'Cocoon-Users ' Sent: Saturday, February 15, 2003 1:00 PM Subject: RE: extending XMLForms for different k

Re: extending XMLForms for different kinds of models...opinions?

2003-02-15 Thread ivelin
Ditto. -=Ivelin=- - Original Message - From: "Josema Alonso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 15, 2003 11:41 AM Subject: Re: extending XMLForms for different kinds of models...opinions? > Ivelin, > > That sounds very

Re: extending XMLForms for different kinds of models...opinions?

2003-02-15 Thread ivelin
filesystem. a.. Use xmldb:://your.xmldb.host/db/foo/bar to merge in xml content from a XML:DB compliant database. a.. Depending on your setup you may use nfs:, jndi: protocols, too. -=Ivelin=- - Original Message - From: "Josema Alonso" <[EMAIL PROTECTED]> To: "

Re: XMLForm Wizard alternative?

2003-02-15 Thread ivelin
Kudos Robert. Several people have asked about this. Please publish the link on the wiki site. -=Ivelin=- - Original Message - From: "Robert Sösemann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 9:12 AM Subject: Re: XMLForm Wizard alter

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 i

Re: XMLForm Xindice howto at Wiki refactored and ready

2003-01-31 Thread Ivelin Ivanov
ules, I still haven't used them at > all. > Anyway, if nobody's doing it, I should try it sooner or later...it would be > a good addition. If you get it started, I can review the changes and we should be able to wrap it up in a few iterations. Ivelin -

Re: XMLForm Xindice howto at Wiki refactored and ready

2003-01-31 Thread Ivelin Ivanov
be resolved via the SourceResolver. This will allow benefiting from the InputModules to access xml files from different sources: file system, xindice, remote URL, etc. If you think this makes sense, please consider submitting a patch to that effect. Congratulations for the great job once aga

[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

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

2003-01-28 Thread Ivelin Ivanov
Sounds like fun. -=Ivelin=- - Original Message - From: "Josema Alonso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 6:32 PM Subject: Re: XMLForm Xindice Howto added to Wiki [please, att. Ivelin] > Ivelin, > > I got reply fr

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 XMLDocumen

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

2003-01-25 Thread Ivelin Ivanov
m not sure why that is. Look at the source of the XMLFormTransformer and see how it uses the Form.getValue() to access properties referenced via "ref" attributes in an XMLForm source document. > > Sorry about all the questions but this is totally new for me and it is not > easy.

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-23 Thread Ivelin Ivanov
("/@id") If you follow these steps and I am not totally wrong, you should be able to cut about 50 lines from the sample. -=Ivelin=- - Original Message - From: "Josema Alonso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 2:42

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

2003-01-23 Thread Ivelin Ivanov
rea. We need another brave soul (maybe Antonio :) to show relational db usage. Ivelin > > Please dont take this email in the wrong sense. I know this is a very new > technology and you are doing your best effort to get it run under Cocoon. > > But maybe we can find another way to mak

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.

Re: [XMLForm] initialization of the model

2003-01-20 Thread Ivelin Ivanov
Yes, to both questions. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 9:45 AM Subject: RE: [XMLForm] initialization of the model Hi Ivelin, I have tried to put these lines in the prepare() method and it work

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 lau

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

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

Re: wsproxy generator

2002-12-28 Thread Ivelin Ivanov
r - he needed the results to go > 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 >

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 usin

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" <[EM

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 Su

Re: Another important Cocoon/XMLForm vs. Struts Question

2002-12-21 Thread Ivelin Ivanov
bably its most valuable asset when comparing to any other product. Ivelin - Original Message - From: Michael Bald To: Cocoon-Users Sent: Friday, December 20, 2002 7:47 AM Subject: Another important Cocoon/XMLForm vs. Struts Question Hi everybody, I am a German student who is writin

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

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

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

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

Re: seeking for payed consultancy from the cocoon-comunity ...

2002-12-13 Thread Ivelin Ivanov
://www.cocoonhive.org/ Hope this helps, Ivelin - Original Message - From: "SAXESS - Hussayn Dabbous" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 5:14 AM Subject: Re: seeking for payed consultancy from the cocoon-comunity ... >

Re: XMLForm: content listbox problem

2002-12-10 Thread Ivelin Ivanov
ld return? The dom document? In your case, it should return a DocumentContainer, not a DOM object. See http://jakarta.apache.org/commons/jxpath/users-guide.html#Containers Ivelin - Please check that your question has not alread

Re: XMLForm: content listbox problem

2002-12-09 Thread Ivelin Ivanov
ument and initialize it // preferably use the JXPath DocumentContainer } This way, the first XMLForm page will use the initialized version. Let me know if this works for you. Ivelin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Mo

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 initializa

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 Coco

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&

Re: XMLForm and Table output

2002-12-02 Thread Ivelin Ivanov
e I have this getForm().getModel(); statement and am now wondering if this returns all Data, not only the bean data? maybe you can help finding the light out of this... ciao Lars > -Ursprüngliche Nachricht- > Von: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 3. D

Re: XMLForm and Table output

2002-12-02 Thread Ivelin Ivanov
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 not really used Cocoon for printing. Ivelin - Original Message - From: "Kirchhoff, Lars" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

Re: XMLForm and Table output

2002-11-30 Thread Ivelin Ivanov
OM or some of the O/R mapping frameworks. Ivelin - Original Message - From: "Kirchhoff, Lars" <[EMAIL PROTECTED]> To: "Cocoon-Users (E-Mail)" <[EMAIL PROTECTED]> Sent: Thursday, November 28, 2002 4:49 AM Subject: XMLForm and Table output > Hi, > &

Re: XMLForm - How to - question

2002-11-30 Thread Ivelin Ivanov
If you read up some more on Cocoon Actions in general, you will have no problem understanding where the {page} comes from. Look how the WizardAction uses the page() method. Then read this: http://xml.apache.org/cocoon/userdocs/concepts/actions.html - Original Message - From: "aps olute"

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

Re: WebServiceProxy Hell

2002-11-26 Thread Ivelin Ivanov
Are you saying that the version in CVS is bad? Please submit a bug in Bugzilla about this and mention which version do you use. - Original Message - From: "Tony Collen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 4:15 PM Subject: Re: WebServiceProxy Hell

Re: WebServiceProxy Hell

2002-11-26 Thread Ivelin Ivanov
ched. Your pipeline seems good. It must be a very simple misconfiguration problem, because your example is pretty simple and the WSPG demo works against much more complicated sites. I am sorry I cannot offer a better solution. Please let me know what you find, Ivelin - Original Message

Re: WebServiceProxy Hell

2002-11-23 Thread Ivelin Ivanov
/portal/home Ivelin - Original Message - From: "Tony Collen" <[EMAIL PROTECTED]> To: "cocoon-users" <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 5:36 PM Subject: WebServiceProxy Hell > Agh! > > I'm trying to wrap my head arounc WebServiceP

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

Re: XMLForm JavaBean getter & setter methods

2002-11-23 Thread Ivelin Ivanov
, the "system" Node is set correctly. 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

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

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 ha

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 PROTECT

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

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

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 DateF

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 PROTE

Cocoon Users Group - Texas

2002-11-10 Thread Ivelin Ivanov
attend. -=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: <[EMAIL PROTECTED]> Fo

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

2002-11-09 Thread Ivelin Ivanov
de the action, can give a lot of power to make things > dynamic :-) Yes. This has been requested multiple times. Please open a feature request ticket in Bugzilla and describe with a few detailed use cases, what is it exactly that you would like to have. Others will add their thoughts to the

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
You probably meant to use: Language (code): Description: I would also recommend that you use the standard xml:lang attribute instead of a non-qualified one. Ivelin - Original Message - From: "Josema Alonso" <[EMAIL PROTECTED]> T

Re: session timeout and XML Forms

2002-11-08 Thread Ivelin Ivanov
my registration flow I am never loosing the session. I am using XML Forms with If I change the scope to "request" the session times out after one minute, but not if its set to "session". Is there always a new session crated in the session scope [Ivelin] Yes

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

2002-11-08 Thread Ivelin Ivanov
parameter which is matched later in the sitemap. ... Ivelin - Original Message - From: "Josema Alonso" <[EMAIL PROTECTED]> To: "Cocoon-Users" <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 11:53 AM Subject: Re: how to manage severa

Re: XMLForm and pop-up menu

2002-11-04 Thread Ivelin Ivanov
For drop down list use: For radio buttons, use - 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. The user should choose a word in the pop-

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. > Bu

Re: XMLForms vs Struts

2002-11-02 Thread Ivelin Ivanov
Thank you. Konstantin and I were planning to release a comparison article for quite some time... and we are still planning ;) Ivelin - Original Message - From: "Jorge Bello" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 11:27 AM Su

Re: XMLForms vs Struts

2002-11-02 Thread Ivelin Ivanov
Please do. Wiki is great, but I am not sure in which section would this one article go. Please let me know where it went. Thank you, Ivelin - Original Message - From: "Reinhard Poetz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 31, 20

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 appl

Re: dynamic XMLForm taking inout data from previous steps?

2002-10-31 Thread Ivelin Ivanov
that it pads the array with blank entries to match the value of descriptionsNumber if the array's current size() is less than that of descriptionsNumber . Ivelin - Original Message - From: "Josema Alonso" <[EMAIL PROTECTED]> To: "Cocoon-Users" <[EMAIL PRO

Re: XMLForms vs Struts

2002-10-31 Thread Ivelin Ivanov
earn Cocoon. It will add a very powerful weapon to your software tools arsenal. You don't have to use it all the time, but when things start to look dangerously complex, you will find it to be a life saver. Best, Ivelin - Original Message - From: "SAXESS - Hussayn Dabbous&qu

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: <[EMA

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, I

Re: internalisation with schematron (XML-Form)

2002-10-28 Thread Ivelin Ivanov
Many thanks ! I will review and apply the patch. ... now only if someone would be interested to write a HOWTO on using JAAS with Cocoon. Best, Ivelin - Original Message - From: "Mohamed El-Refaey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Oc

Re: Cocoon task scheduler

2002-10-28 Thread Ivelin Ivanov
Did you look at Quartz? http://quartz.sourceforge.net/ - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 7:02 AM Subject: Cocoon task scheduler Hello everybody, I'm writing application with Cocoon which include Cocoon portal, authent

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, Oc

[Ann] XMLForm automatic check-box handling

2002-10-27 Thread Ivelin Ivanov
ed. It no longer includes code which reset values for check-box fields. Notice that only session scope forms can benefit from this new feature! Request scope forms cannot take advantage of it. Thoughts and ideas are welcome. Regards, -=Ivelin=- --

Re: Handling a form values and updating an XML

2002-10-25 Thread Ivelin Ivanov
/howto/xmlform-wizard/howto-xmlform-wizard.html And JXPath's docs: http://jakarta.apache.org/commons/jxpath/users-guide.html#Containers Ivelin - Original Message - From: "Iker Ametzaga" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 6:01

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 i

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 Mes

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

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

2002-10-20 Thread Ivelin Ivanov
available, I would like to display a red area on the page instead of showing that the page failed altogether. Any ideas? -=Ivelin=- - Please check that your question has not already been answered in the FAQ before posting

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 tr

Re: [newbie] XMLForms & XSP

2002-10-15 Thread Ivelin Ivanov
Actions or Generators I like to keep complex logic in pure java. Find it easier to read, test, reuse, etc. Just a personal preference. Ivelin - Original Message - From: "Mitchell A. Cohen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 15,

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, Oc

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

Re: XMLForm - VoiceXML

2002-10-14 Thread Ivelin Ivanov
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 "wizard2vxml.xsl" an

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, 2

Re: [Q] Pipeline best practices

2002-10-13 Thread Ivelin Ivanov
Thanks, good points. What else? - Original Message - From: "Reinhard Poetz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 13, 2002 11:03 AM Subject: RE: [Q] Pipeline best practices > Hi Ivelin, > > > -----Original Message---

Re: Building a DOM Model with XMLForms

2002-10-13 Thread Ivelin Ivanov
robably take the path of least resistance & go with a basic Bean > approach. I think this is a good idea and I know that other people requested it before. It was actually a matter of resources until now. While working on this, please evaluate the DynaBeans in Struts 1.1 and see if we can borr

Re: Building a DOM Model with XMLForms

2002-10-13 Thread Ivelin Ivanov
- Original Message - From: "Robert Ellis Parrott" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 12, 2002 11:14 AM Subject: Re: Building a DOM Model with XMLForms > > My only point here is that the message is somewhat misleading. The > response from the Form class is

  1   2   3   >