mail function

2003-03-17 Thread boessem
Title: Nachricht hi, i am quite new to cocoon, and try to write a registration using xsp. my question is, if there is a funktion like within php to automatically send a mail to me, with the registration informations. any comment would be helpfull. i searched for comments on this within

encoding and xsp

2003-03-07 Thread boessem
Title: Nachricht hi, i do not understand why the encoding works different for words i use wihtin the xsp document and words i get via the url. an example: I have got a form, where students should be able to apply for a specific exame. wihtin this form (a xsp document) there are some

AW: AW: encoding and xsp

2003-03-07 Thread boessem
... encodingISO-8859-1/encoding /map:serializer HTH Judith -Ursprngliche Nachricht- Von: boessem [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 7. Mrz 2003 09:39 An: Cocoon-Users Betreff: encoding and xsp hi, i do not understand why the encoding works different for words i use

AW: AW: AW: encoding and xsp

2003-03-07 Thread boessem
and xsp Try specifying an encoding inside the serializer declaration in your sitemap: map:serializer ... encodingISO-8859-1/encoding /map:serializer HTH Judith -Ursprngliche Nachricht- Von: boessem [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 7. Mrz 2003 09:39

encoding problem with xsp pages

2003-03-06 Thread boessem
Title: Nachricht hi, does anyone know why when using xsp or espacially esql, all characters like ä,ö,ü etc. are turned into funny characters like Ã(ö). i am trying to firgure out why that happens, and what unicode i have to use for languages using those characters, like e.g. german.

Problems using the esql:error-results tag

2002-12-03 Thread boessem
Hi, I am working on a simple online registration tool, to register for exams. That for I have got a mysql database server, to insert and read the data. Within that database I have set a primary key that is made out of lets say the studentid, and the id from the exam. I have set it to

AW: Problems using the esql:error-results tag

2002-12-03 Thread boessem
Hi, Thank for answering. totaly right. My problem in this case is, that i dont want the common internal server error message, rather than my own, to explain what mistake took place. Here is my code, to give you a better idea of what I want.