XMLForm namespace

2003-01-28 Thread Sylvain.Thevoz
Hello, This XMLForm namespace doesn't work: http://xml.apache.org/cocoon/xmlform/2002 What is the correct namespace link? Thank you Sylvain - Please check that your question has not already been answered in the FAQ before

XMLFormTransformer error

2003-01-29 Thread Sylvain.Thevoz
Hello, The XMLFormTransformer send me back an error: it find a group tag that is not in my view page! The error message is: ERROR Thread-5/XMLFormTransformer: pass through element [group] ERROR Thread-5/XMLFormTransformer: unknown element [group] Here is the log (cleaned): DEBUG

RE: XMLForm problem: PLEASE HELP (att. XMLForm architects and specialists)

2003-01-30 Thread Sylvain.Thevoz
Hi Ivelin, Could you tell me what is the best solution to debug this Java classes at running time? Thanks for your help Sylvain -Message d'origine- De: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] Date: jeudi, 30. janvier 2003 04:53 À: [EMAIL PROTECTED] Objet: Re: XMLForm problem: PLEASE

XMLForm problem: PLEASE HELP (att. XMLForm architects and specialists)

2003-01-29 Thread Sylvain.Thevoz
Hello, Is there someone in the list that could help me to find a XMLForm problem that I have for few weeks! I have read all the XMLForm doc and source code but I really don't understand what is this problem. I don't have enough experience to find the solution. My project is totally based on

How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-10 Thread Sylvain.Thevoz
Is there someone that could explain me how to load Cocoon into a Tomcat project in Eclipse? This type of project comes from the Sysdeo plugin which allow to run Tomcat into Eclipse. Thanks Regards Sylvain - Please check that

RE: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-11 Thread Sylvain.Thevoz
Hi Martin, I want to develop application like you. And I have installed this Tomcat plugin to debug my app and the Cocoon sources. I don't want to work at the Cocoon sources, only understand how it works for debugging. Yes please. A description of your environment in Eclipse would be greatly

RE: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-11 Thread Sylvain.Thevoz
Martin, You said that you run Tomcat out of Eclipse. So you don't need a /WEB-INF directory in your Eclipse project, right? The Tomcat Eclipse runs Tomcat inside Eclipse. What is exactly the difference between outside and inside? To start/stop (outside) Tomcat from Eclipse, what do you change

RE: XForms - and persistance layer - Xindice or other cleverness

2003-02-12 Thread Sylvain.Thevoz
Hi Dirk-Willem, See the How-to at Cocoon Wiki: http://wiki.cocoondev.org/Wiki.jsp?page=XMLFormXindice Regards Sylvain -Message d'origine- De: Dirk-Willem van Gulik [mailto:[EMAIL PROTECTED]] Date: mercredi, 12. février 2003 09:01 À: [EMAIL PROTECTED] Objet: XForms - and persistance

RE: How to load Cocoon into Eclipse-Tomcat plugin from Sysdeo

2003-02-12 Thread Sylvain.Thevoz
Hi Robert, I want to use the Eclipse debugger. I dont' if it is JPD compatible but I think... In Eclipse, how do you attach Tomcat remotely? Thanks Regards Sylvain -Message d'origine- De: Robert Simmons [mailto:[EMAIL PROTECTED]] Date: mardi, 11. février 2003 21:55 À: [EMAIL

Cocoon Portal authentication: how to retrieve user

2003-02-14 Thread Sylvain.Thevoz
Hello, I'm using the Cocoon Portal. I develop a new application that will called from a coplet (link). For this application, I need to retrieve the current User of the Portal session. How can I do that? Thanks Sylvain -

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

2003-02-14 Thread Sylvain.Thevoz
Hi Josema, Could you describe the advantages and the possible application of this new feature. Regards Sylvain -Message d'origine- De: Josema Alonso [mailto:[EMAIL PROTECTED]] Date: vendredi, 14. février 2003 14:08 À: Cocoon-Users Objet: extending XMLForms for different kinds of

missing org.xml.sax.EntityResolver during Cocoon build

2003-02-27 Thread Sylvain.Thevoz
Hello, I have this error when I try to build a Cocoon 2.1-dev snapshot (january 29, 2003) within an Eclipse project: This compilation unit indirectly references the missing type org.xml.sax.EntityResolver (typically some required class file is referencing a type outside the classpath). I

missing org.xml.sax.EntityResolver during Cocoon build

2003-02-27 Thread Sylvain.Thevoz
Hello, I have this error when I try to build a Cocoon 2.1-dev snapshot (january 29, 2003) within an Eclipse project: This compilation unit indirectly references the missing type org.xml.sax.EntityResolver (typically some required class file is referencing a type outside the classpath). I

sitemap error after building cocoon project with Eclipse

2003-02-28 Thread Sylvain.Thevoz
Hello, Is there someone that have seen this error below? After building my Cocoon project in Eclipse (without error), the cocoon app returns this error when I try to load, for example, the samples/ page: org.apache.cocoon.ProcessingException: Failed to load sitemap from

Who use the Tomcat SYSDEO plugin for Eclipse?

2003-03-03 Thread Sylvain.Thevoz
Hello, Is there someone that use the Tomcat plugin for Eclipse from Sysdeo and work with Cocoon and this plugin?? If yes, I need help to load and configure my cocoon Tomcat Project. Thanks Sylvain - To unsubscribe, e-mail:

RE: Handle Error

2003-03-07 Thread Sylvain.Thevoz
What URL do you use? Sylvain (T) -Message d'origine- De: zze-MORY Nicolas FTRD/DMI/REN [mailto:[EMAIL PROTECTED] Date: vendredi, 7. mars 2003 16:43 À: [EMAIL PROTECTED] Objet: Handle Error hello, it's me again. I a very poor newbie with cocoon. I'm trying since today 8am to produce a

Portal error (Cocoon-2.1-dev samples)

2003-03-12 Thread Sylvain.Thevoz
Hello, I'm running a Cocoon-2.1-dev snapshot from 29 january 2003 with JDK 1.3.1 and Tomcat 4.1.12. When I try to run the portal sample, it produces this error: The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode notifies that org.apache.cocoon.ProcessingException says:

XMLForm: how to display arrays

2003-03-17 Thread Sylvain.Thevoz
Hello, I'm using XMLForm to allow user to query a database. How can I display results data in an array like this: RESULTS: NameTypeOwner OS -- U1 Desktop Mob Wnt U2 Laptop

RE: XMLForm: how to display arrays

2003-03-17 Thread Sylvain.Thevoz
Hi Ivelin, How do you create columns with repeat tag? Have you an example? Thanks Sylvain -Message d'origine- De: ivelin [mailto:[EMAIL PROTECTED] Date: lundi, 17. mars 2003 15:27 À: [EMAIL PROTECTED] Objet: Re: XMLForm: how to display arrays the repeat tag should help. -=Ivelin=-

RE: Eclipse, Tomcat and Sysdeo Plugin

2003-03-20 Thread Sylvain.Thevoz
Hello, I'm using this plugin and it works fine but I have: Windows NT Eclipse 2.0 (release) JDK 1.3.1_03 Tomcat 4.1.12 Sysdeo plugin 2.0.1 Cocoon 2.1-dev I know that there was a problem with the plugin and Eclipse 2.1 RC1. The plugin version 2.1beta corrects this problem. But if you use

RE: xform repeat and java beans: null pointer exception

2003-03-24 Thread Sylvain.Thevoz
Hi Dan, I don't know if you can use array with repeat tag. I'm using a HashMap instead of an Array (see the wizard example). It works fine for me. Don't forget to initialize the object. Before that I tried to do the same thing with a Collection but it didn't work for me. Regards Sylvain

XMLForm: how to display a text

2003-03-24 Thread Sylvain.Thevoz
Hello, Is there a way to display a simple text in XMLForm views? Someting like xf:textmy text/xf:text... Thanks Sylvain (T) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: XMLForm: how to display a text

2003-03-24 Thread Sylvain.Thevoz
Yes, I think. What you said is that I should modify the XMLFormTransformer to add my own element? I thought that maybe something already exists. Regards Sylvain -Message d'origine- De: Ryan Hoegg [mailto:[EMAIL PROTECTED] Date: lundi, 24. mars 2003 14:09 À: [EMAIL PROTECTED] Objet:

RE: XMLForm: how to display a text

2003-03-25 Thread Sylvain.Thevoz
OK, thanks. And about HTML link? If I want to insert a HTML link (href) in my view? Is there something that already exists? Regards Sylvain -Message d'origine- De: Stefan Klein [mailto:[EMAIL PROTECTED] Date: mardi, 25. mars 2003 12:19 À: [EMAIL PROTECTED] Objet: Re: XMLForm: how to

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

2003-03-26 Thread Sylvain.Thevoz
Hello, I want to have a XMLForm view with a code that could be (I think) like this: xf:repeat nodeset=variable xf:output ref=variableName/ xf:output ref=variableValue/ xf:output ref=variableOrder/ /xf:repeat My goal is to display an array like this: display Variables:

RE: XMLForm: could I use repeat tag with Collection or ...

2003-03-26 Thread Sylvain.Thevoz
Hi Ivelin, You means that I could use a Collection to store my data? Regards Sylvain -Message d'origine- De: ivelin [mailto:[EMAIL PROTECTED] Date: mercredi, 26. mars 2003 14:54 À: [EMAIL PROTECTED] Objet: Re: XMLForm: could I use repeat tag with Collection or ... should work.

RE: XMLForm: could I use repeat tag with Collection or ...

2003-03-26 Thread Sylvain.Thevoz
Hi again, If I take a look at the wizard example, I notice that the getter method (for a HashMap object) uses a Set class: public Set getObject() { return object.entrySet(); { Do I need something like that with a collection? About XPath and a Collection: if I have a Collection (variables)

XMLForm: how to access to a Collection

2003-03-27 Thread Sylvain.Thevoz
Hello, I'm trying to access to a Java Collection from within a XMLForm view. The Java code is: code ... Collection col = new HashSet(); ... while (iterator.hasNext()) { Group group = (Group) iter.next(); col.add(group); } ... code On my debugger the Collection object col

RE: XMLForm: how to access to a Collection

2003-03-27 Thread Sylvain.Thevoz
Hi Ivelin, I have stick the collection into the JavaBean of the form with getter and setter methods: public class MyFormBean() { private Collection col = new HashSet(); //other Bean attributes private String type; private int order; //getter and setter methods public Collection

RE: XMLForm: how to access to a Collection

2003-03-27 Thread Sylvain.Thevoz
There is nothing displayed. It seems that the view don't access to the collection. -Message d'origine- De: ivelin [mailto:[EMAIL PROTECTED] Date: jeudi, 27. mars 2003 14:30 À: [EMAIL PROTECTED] Objet: Re: XMLForm: how to access to a Collection What is the error, exception?

RE: [ANN] sunBow 1.0

2003-03-28 Thread Sylvain.Thevoz
I used both Sunbow (0.6) plugin and Eclipse 2.0.1. Does it means that if you don't have Eclipse 2.1 you won't be able to use Sunbow plugin? Sylvain (T) -Message d'origine- De: Martin Dulisch [mailto:[EMAIL PROTECTED] Date: vendredi, 28. mars 2003 16:47 À: [EMAIL PROTECTED] Objet: Re:

XMLForm: how to retrieve URL parameter?

2003-03-30 Thread Sylvain.Thevoz
Hello, I'm using an URL like below to access to a XMLForm application: http://myServer:8080/myApp?id=2500 I need to retrieve this parameter (id) from within the XMLForm Action class. The purpose is to populate the Bean with an object (id=2500) coming from the database. What is the best

RE: XMLForm: how to retrieve URL parameter?

2003-03-31 Thread Sylvain.Thevoz
Hi Josema, Do I need to override the act() method in the Action? Regards Sylvain -Message d'origine- De: Josema Alonso [mailto:[EMAIL PROTECTED] Date: lundi, 31. mars 2003 11:58 À: [EMAIL PROTECTED] Objet: RE: XMLForm: how to retrieve URL parameter? If i remember correctly, the

XMLForm: problem with prepare() method

2003-04-03 Thread Sylvain.Thevoz
Hello, You can see below the prepare() method of my XMLForm action: code protected Map prepare() { if (getCommand() == null) { Form.remove(getObjectModel().getFormId()); getForm().addFormListener(this); return page(VIEW_FORM1); } else if

ASP generator

2003-06-25 Thread Sylvain.Thevoz
Hello, Is there a way to read a dynamic HTML page generated by a Microsoft ASP application? Do I need the HTML generator or another asp generator? Thanks Sylvain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: xmlforms and Xindice and Mysql

2003-06-27 Thread Sylvain.Thevoz
Hi, look at cocoonwiki: http://wiki.cocoondev.org/Wiki.jsp?page=XMLFormXindice Sylvain -Message d'origine- De: Uwe Knorr [mailto:[EMAIL PROTECTED] Date: vendredi, 27. juin 2003 10:39 À: [EMAIL PROTECTED] Objet: xmlforms and Xindice and Mysql I want to ceate a multi-form-dialog

<    1   2