Re: dynamic encoding for html serialiser?

2003-07-17 Thread Yury Mikhienko
Sometime ago this question was already asked on cocoon-dev list, but setup() method is not implemented in serializers at this time (( You declare the encoding as part of the serializer config in the sitemap. if you need the same serializer to use different encodings in different

Action for Cookies ?

2003-07-17 Thread Olivier Billard
Hi all ! Is there any action for manipulating cookies ? I would like to set a cookie and redirect, but, if I'm not wrong, only actions can be used for that, ... I'm using the CVS version of Cocoon. Thanks in advance... -- Olivier BILLARD

native encoding for xsp page output

2003-07-17 Thread Tsui, Alban
Title: native encoding for xsp page output Hi I have posted a question on setting up html serializer with native encoding and I think I kind of understand that part. Within the xsp page, do I need to do something special to ensure such encoding or will the serializer can handle it

XSP and close session

2003-07-17 Thread Sylvain.Thevoz
Hello, I have a XSP application that create a session when you start it. My problem is when I close the browser the session isn't closed and you can't open the application a second time. Does someone have a solution for this problem? Thanks Sylvain

Re: dynamic encoding for html serialiser?

2003-07-17 Thread Geoff Howard
Yury Mikhienko wrote: Sometime ago this question was already asked on cocoon-dev list, but setup() method is not implemented in serializers at this time (( Sorry, I must not be coming across clearly: you must declare the encoding in the definition of your serializer in the map:components

Using built-in stylesheets tags in other built-in stylesheets

2003-07-17 Thread Olivier Billard
Hi all ! I would like to know if there is any issue in using tablibs from built-in stylesheets (like esql) in user-custom built-in stylesheets. For me, no Java code is generated... Isn't it possible ? How does Cocoon deal with all these built-in stylesheets ? A global stylesheet with

Session data with SessionAttributeGenerator

2003-07-17 Thread Paul Bowler
I'm trying to get the authenticate xml block back from a successful user authenticated session object using the SessionAttributeGenerator. What is the name of the session attribute that this block is stoed under. There is nothing in the documentation and the obvious names of 'root',

Re: dynamic encoding for html serialiser?

2003-07-17 Thread Geoff Howard
Yury Mikhienko wrote: On Thu, 17 Jul 2003 09:43:27 -0400 Geoff Howard [EMAIL PROTECTED] wrote: Sometime ago this question was already asked on cocoon-dev list, but setup() method is not implemented in serializers at this time (( ... Hope that clears it up, Geoff Yes, you are right, but

Link Livesites: 2.1m3-dev

2003-07-17 Thread Torsten Schlabach
Dear Cocoon Website maintainers, fist of all: Congratulations for the updated website. This will really help the project to get more public exposure and attract more people to use and support Cocoon. We do use Cocoon as well and would be proud to find a link to our site on the Cocoon Live Sites

Re: Cocoon 2.1m3 and 2.0 Site deployment issue.

2003-07-17 Thread Paul Downs
* Geoff Howard ([EMAIL PROTECTED]) wrote : Are you trying to say that you have a stripped down cocoon.xconf that works with 2.0 and are trying to migrate to 2.1? You'd be better off starting with a stripped down 2.1 and adding what you need into it. I'm pretty familiar with the project

BlobSource - blob protocol

2003-07-17 Thread Olivier Billard
Hi all ! I'm trying to use the blob protocol. It uses the BlobSourceFactory, defined in the cocoon.xconf. The factory uses BlobSource class, which is AbstractLogEnabled. But where is the logger defined for this component ? The BlobSource isn't defined anywhere ?!? So when I use the blob

Re: Matching cocoon protocol requests

2003-07-17 Thread Andreas Hartmann
Geoff Howard wrote: Andreas Hartmann wrote: Hi list, is there a matcher that matches only cocoon:// requests or can be configured to do so? Or is there a reliable way to distinguish internal from external requests when implementing such a matcher? That's what Internal Only pipelines are for.

problem with sql transform

2003-07-17 Thread Bruno PIERRE
Hello, I've got a problem with sql transformer and embeded request. I have a table GROUPS and a table L_GROUPS_USER and a table L_GROUPS_RIGHTS I want to get in one request the users and the rights from all groups such a code with embedded request works : page

Re: Matching cocoon protocol requests

2003-07-17 Thread Andreas Hartmann
Geoff Howard wrote: Andreas Hartmann wrote: Hi list, is there a matcher that matches only cocoon:// requests or can be configured to do so? Or is there a reliable way to distinguish internal from external requests when implementing such a matcher? That's what Internal Only pipelines are for.

[2.1m2][xmlform][schematron] model-bean properties of primitive types

2003-07-17 Thread Steven Cummings
Hello, I have a quick question about how to deal with primitive-typed properties in xmlform and schematron. I cannot get my assertion message for primitive fields to show on the form after pressing the Next button (I'm using flowscript to implement a form-wizard, just like the example from the

Re: [2.1m2][xmlform][schematron] model-bean properties of primitive types

2003-07-17 Thread Antonio Gallardo
Hi: Steven Cummings dijo: Hello, I have a quick question about how to deal with primitive-typed properties in xmlform and schematron. I cannot get my assertion message for primitive fields to show on the form after pressing the Next button (I'm using flowscript to implement a form-wizard,

Re: [2.1m2][xmlform][schematron] model-bean properties of primitive types

2003-07-17 Thread Steven Cummings
Thanks. I'll check it out. /S --- Antonio Gallardo [EMAIL PROTECTED] wrote: Hi: Steven Cummings dijo: Hello, I have a quick question about how to deal with primitive-typed properties in xmlform and schematron. I cannot get my assertion message for primitive fields to show on the form

multipart/form-data and UTF-8

2003-07-17 Thread leo leonid
Hi, I've got a form where the user may upload an image as well as providing a title for the image: form action=list-image.html method=POST enctype=multipart/form-data input type=file name=uploaded_file/ input name=image_title type=text size=100/ input type=submit value=submit/ /form

RE: Anyone tried Cocoon + Tomcat with XP and IIS ??

2003-07-17 Thread hgadm
David, Dean, suppose you have a website running on IIS and asp, but want to pass requests that should be processed by cocoon through IIS to Tomcat (and back of course)... ... anyone experience with that ? Regards, Holger On Mon, 14 Jul 2003 11:28:36 +0930, Dean Cording wrote: I have to do

Re: Link Livesites

2003-07-17 Thread Joerg Heinicke
Torsten Schlabach wrote: Dear Cocoon Website maintainers, fist of all: Congratulations for the updated website. This will really help the project to get more public exposure and attract more people to use and support Cocoon. Thanks. The URL: http://www.bildung-fuer-afghanistan.de/ The Title:

Re: Using built-in stylesheets tags in other built-in stylesheets

2003-07-17 Thread C Bram Dit Saint Amand
If I understood your problem correctly, you're having a few difficulties using cocoon-specific taglibs (like esql) inside custom logicsheets? I've done this quite easily, I just had to add the needed 'imports' (i.e. xmlns:WHATEVER) at the opening xsl:stylesheet tag of the custom logicsheet.

RE: Anyone tried Cocoon + Tomcat with XP and IIS ??

2003-07-17 Thread Chris
I have done it with win2k, iis, tomcat, cocoon, this is a good article on how to configure: Configuring Tomcat with IIS Web Server http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html --- [EMAIL PROTECTED] wrote: David, Dean, suppose you have a website running on IIS and asp, but

Re: {requestQuery} from RequestParamAction not working in commandline mode

2003-07-17 Thread Artur Matos
Hi, Hi, This is an example of syntax I use which works although I haven't tried running anything from a command line. in sitemap.xmap: map:transform src=xslt/error2html.xslt map:parameter name=contextPath value={request:contextPath} / map:parameter name=requestURI

Re: Command Line Interface

2003-07-17 Thread Joerg Heinicke
Hello Steven, this was a bug in the CocoonBean. The logger was used before it was initialized. I have fixed it in the CVS. This happened only if you should get an error before initializing the logger. In your case (line 178) you should have seen this error: Please, specify at least one

Re: dynamic encoding for html serialiser?

2003-07-17 Thread Yury Mikhienko
On Thu, 17 Jul 2003 10:25:56 -0400 Geoff Howard [EMAIL PROTECTED] wrote: Yury Mikhienko wrote: On Thu, 17 Jul 2003 09:43:27 -0400 Geoff Howard [EMAIL PROTECTED] wrote: Sometime ago this question was already asked on cocoon-dev list, but setup() method is not implemented in serializers