cocoon and hibernate sessions

2004-06-29 Thread Jakob Schwendner
and close the hibernate session. Maybe in the flow using a threadlocal and close it whenever a page view is called? The problem with that is that the session would need to stay open until after the view call as there might be lazy objects that get displayed. Any help appreciated, Jakob Schwendner

disabling widgets in CForms

2004-05-18 Thread Jakob Schwendner
and at best not even be displayed. Is there any preferred way to do this in CForms? thanks for any suggestions. Jakob Schwendner--Public ImageCreative Strategy Production for Print, Online Broadcast Media

cocoon forms - flow custom validator

2004-04-29 Thread Jakob Schwendner
Hi there, I am using cocoon 2.1.5-dev (CVS 28/04/2004) to perform form handling with the Cocoon Forms framework. Everything works fine and the widgets get validated nicely, however, when I try to add custom validation to the flowscript by setting the form.validator it gets completely

Re: cocoon forms - flow custom validator

2004-04-29 Thread Jakob Schwendner
Subject: Re: cocoon forms - flow custom validator On Thu, 2004-04-29 at 09:52, Jakob Schwendner wrote: Hi there, I am using cocoon 2.1.5-dev (CVS 28/04/2004) to perform form handling with the Cocoon Forms framework. Everything works fine and the widgets get validated nicely, however, when

Re: caching of generated xsp

2004-03-11 Thread Jakob Schwendner [Public Image]
of generated xsp hi jakob, SitemapSource didn't really change that much between 2.1.3 and 2.1.4 (just had a look at the diff). I suggest you simply 'update' your local 2.1.4 SitemapSource with the 2.1.3 one and apply the patch. -----Ursprüngliche Nachricht-Von: [

Re: caching of generated xsp

2004-03-09 Thread Jakob Schwendner [Public Image]
this and which you might want to try out. -Ursprüngliche Nachricht-Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Im Auftrag von Jakob Schwendner [Public Image]Gesendet: Dienstag, 9. März 2004 03:57An: [EMAIL PROTECTED]Betreff: caching of generated xsp

caching of generated xsp

2004-03-08 Thread Jakob Schwendner [Public Image]
I use generated XSP in my setup, which is working fine using the following sitemap code: map:match pattern="page-*.xsp" map:generate src="" type="serverpages"/map:transform src=""/map:serialize type="xml"/ /map:match map:match pattern="page-*" map:generate src="" type="serverpages"/