sitemap translation to java

2005-06-25 Thread Garvin Riensche
Hi there, As far as I know the sitemap is translated into java at runtime. But can anybody please tell me where i can find this temporarily created java file? regards, Garvin - To unsubscribe, e-mail: [EMAIL PROTECTED] For

cocoon forms

2005-05-22 Thread Garvin Riensche
Hi there, I am working on a simple cocoon form where it is possible to add more fields when the form is shown in the browser. It is similar to the sample at http://localhost:/samples/blocks/forms/form1, where you can add more fields when clicking at Add contact. My problem is that I don't

Accessing DOM tree (was Re: JPath Problem)

2004-03-27 Thread Garvin Riensche
Hi there, I have a problem with a JPath expression that schould iterate over some elements of DOM tree. It should be very easy but for some reason it is not working. The XML data looks like the following: [] Unfortunately I could not figure out what is wrong. As I am quite in a hurry I

JPath Problem

2004-03-26 Thread Garvin Riensche
Hi there, I have a problem with a JPath expression that schould iterate over some elements of DOM tree. It should be very easy but for some reason it is not working. The XML data looks like the following: site directory title=... file.../file file.../file metadata

Re: JPath Problem

2004-03-26 Thread Garvin Riensche
Hello, when looking at your for-each I notice that your xpath isn't correct. It says 'directory/metada/raw-images/ ' instead of 'metadata' Could this be your problem then? Ups, sorry - translating mistake ;) it is correct in the xsp. Everything else looks fine. but though isn't working .. ;( i

jxforms and database query

2004-01-25 Thread Garvin Riensche
Hi there, I want to access my database from a jxform to fill a select box with as many items as existing in the database. But my problem is that i cant use java code or esql because the xml/xsp file is processed with the jxforms generator and not with serverpages. Jxforms seem not to be able

AW: modular database actions

2003-12-04 Thread Garvin Riensche
Hallo Christian, To explicitly ask for number you would do value name=number type=int mode type=all name=request-param parameternumber/parameter /mode /value Vielen Dank! Jetzt funktioniert es. Viele Gru?e, Garvin

AW: modular database actions

2003-12-04 Thread Garvin Riensche
Sorry!!! I forgot to change the email adress... To explicitly ask for number you would do value name=number type=int mode type=all name=request-param parameternumber/parameter /mode /value Vielen Dank! Jetzt funktioniert es. regards,

database actions

2003-11-20 Thread Garvin Riensche
Hi there, I want to figure out how database actions work and therefore i created a small example where i only want to store a number from a form field into my database. Although cocoon is connected correctly to my mysql database i can't make coocon write something into it. Instead it always

forms and cocoon

2003-09-25 Thread Garvin Riensche
but the commands in it are not executed. My question is how i can refer to a matcher in the sitemap from the form in the html file. regargs, Garvin Riensche P.S.: I am using Cocoon 2.1.m2 Viele Grüße, Garvin - To unsubscribe

AW: forms and cocoon

2003-09-25 Thread Garvin Riensche
Hi, Perhaps someone can help me with this: I have a html file with a form and i want to pass the form inputs to a xsp file to store the data in a database. [] Please ignore - stupid mistake.. regards, Garvin - To

storing in database

2003-09-10 Thread Garvin Riensche
to store its input in my database. How can that be done? regards, Garvin Riensche - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]