Access Request from Serializer

2006-01-27 Thread Thorsten Mauch
Hi 
I like to to write a Serializer that writes a OpenDocument. I currently have
a pipeline that creates the Documents content.xml. Now the serializer need
to know what patter it should use. That pattern can change in every request.
My question: Is it possible to access the request object from a serializer ?

Thx Thorsten


AW: [CForms] Vaidation Problem after update from Woody to CForms

2004-04-01 Thread Thorsten Mauch
sorry, i co last night and compiled today
i co now again

-Ursprüngliche Nachricht-
Von: Joerg Heinicke [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 1. April 2004 14:07
An: [EMAIL PROTECTED]
Betreff: Re: [CForms] Vaidation Problem after update from Woody to
CForms


Thorsten Mauch  imkenberg.de> writes:

> Hi all
> I upgraded from woody (cocoon 2.1.4) to CForms, I use the 
> CVS from today.

Really today?

> After that is have the problem that my flow stuck on validation even if
> the validation is turned off for this submit button. The action is defined
> as follows.

> should i consider this as a bug ?

Yes, the behaviour is wrong. But I thought Vadim has committed a fix for it
yesterday?

Joerg



[CForms] Vaidation Problem after update from Woody to CForms

2004-04-01 Thread Thorsten Mauch
Hi all
I upgraded from woody (cocoon 2.1.4) to CForms, I use the 
CVS from today.
I followed the instruction in the cocoon wiki on
http://wiki.cocoondev.org/Wiki.jsp?page=Woody2CocoonForms

After that is have the problem that my flow stuck on validation even if
the validation is turned off for this submit button. The action is defined
as follows.

   

reset

 


if found that in forms.js always return false:
this.isValid = this.form.isValid();

should i consider this as a bug ? or is there anything i might configure
wrong ?
Any hints what i should check ?


Thx Thorsten


howto access the user session form serializer

2004-02-24 Thread Thorsten Mauch
Hi
I try to write a jasper serializer. Unfortunatly the exporter writes some
images
into a byte array. The sample jsp pages store this in a session for
following
requests. I want to make the same in cocoon but i don't know howto access
the session from a serializer.
I hope somebody can help me.

Thx Thorsten



Integrate axis and cocoon

2003-08-06 Thread Thorsten Mauch
Hi
For my cocoon application i wrote some avalon compontents that expose there 
services via the the pipelines that gernate HTML pages to (human) users.

I like to expose now this services as Webservices.
Is it possible to plugin axis into cocoon ? and then rediect the 
soap requests to my avalon components ?


Thx Thorsten



Session got lost while rewrite URL with Apache

2003-07-19 Thread Thorsten Mauch
I use apache 1.3.26 and cocoon 2.1 dev. I try to deploy my application
using apache as front end. I followed the "Basic configuration of apache 2.0
for
Cocoon 2" 
Everthing work fine so far. But when i try to rewrite the root context the
session
got lost, any Ideas ?
My Virtual host looks:


RewriteEngine On
DocumentRoot /opt/tomcat/webapps/cocoon/myapp/static
RewriteRule "^/(.*)\.(jpg|jpeg|css|gif)$" "$0" [L]
RewriteRule "^/(.*)" http://localhost:8080/cocoon/myapp/$1 [P]
ProxyPassReverse / http://localhost:8080/cocoon/myapp/