Re: Cocoon Forms vs. JSF

2007-06-04 Thread Alexander Klimetschek
from general abstraction of the data model. But you probably have two data model abstractions anyway: in your Java code and/or in your database scheme. Ok, enough rant, continuations, validation, javascript action handlers and ajax on/off are very good features ;-) Alex -- Alexander

Re: newbie question: benefits vs disadvantages of flowscript?

2007-05-16 Thread Alexander Klimetschek
stateful and you have to think about the lifetime of continuations. Alex -- Alexander Klimetschek http://www.mindquarry.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [GT2007] [VOTE] Conference location + time

2007-04-12 Thread Alexander Klimetschek
Hi Arje, A) The Netherlands, Amsterdam -1 B) Italy, Rome / Milano + 10 C) England, London / Norwich -1 A) Late september +0 B) Beginning of October (between the holidays season and ApacheCon) + 1 C) End of October -1 Alex -- Alexander Klimetschek http

Re: URLs in blocks?

2007-04-06 Thread Alexander Klimetschek
:/resources/orgChart207.xml) which asks the one and only sitemap (which might have sub-sitemaps mounted) for the file (matching and resolving the same as described above). But I am only using 2.2, so I could be wrong here... Alex [1] http://wiki.apache.org/cocoon/ServletService -- Alexander

Re: best practice for configuration

2006-11-26 Thread Alexander Klimetschek
to put a command line tool for it in the standard distribution. Such a tool can be obtained from http://www.microsoft.com/technet/sysinternals/FileAndDisk/Junction.mspx It works like ln -s under unix. Alex -- Alexander Klimetschek http://www.mindquarry.com

Re: Problems in Upload Widget

2006-11-22 Thread Alexander Klimetschek
-cocoon-devm=116186676730602w=2 http://ajaxian.com/archives/dojo-file-upload-progress-bar-widget As long as 2.2 is not final you have to have a separate form for your uploading functionality to have the rest still work with ajax. Alex -- Alexander Klimetschek http://www.mindquarry.com

Re: Problems in Upload Widget

2006-11-22 Thread Alexander Klimetschek
Alexander Klimetschek schrieb: This is the normal (but annoying ;-)) behaviour, since uploads in browsers work via a normal POST initiated by the browser. I actually mean PUT, not POST ;-) Alex -- Alexander Klimetschek http://www.mindquarry.com

Re: Cannot list directory when running in tomcat

2006-11-03 Thread Alexander Klimetschek
the DirectoryGenerator (directory) but not the TraversableGenerator, although he is much more advanced. Should actually be the other way around to help newbies use the right one. Alex -- Alexander Klimetschek http://www.mindquarry.com

Re: Cannot list directory when running in tomcat

2006-11-02 Thread Alexander Klimetschek
I forgot to show the sitemap snippet. It's as simple as that: map:generate type=directory src=model / And it is the DirectoryGenerator i am using ;-) Alex Alexander Klimetschek schrieb: Hi, when running a cocoon application (2.2, with new blocks framework) inside tomcat (not as war