Re: CForms: where and how to specify the suggestion-list?

2005-09-22 Thread Sylvain Wallez
Jason Johnston wrote: Sylvain Wallez wrote: Hi all, I'm currently working on adding a Cocoon suggest feature to CForms fields based on Scriptaculous [1]. This requires to associate an URL to the field to fetch the suggestion list using Ajax requests when the user inputs something

Re: [2.1.8-dev] Real exception is not logged anymore

2005-09-22 Thread Sylvain Wallez
Carsten Ziegeler wrote: Sylvain Wallez schrieb: Carsten Ziegeler wrote: Ok, I have a simple test case, go into the sitemap of the gallery coplet (coplets/gallery) and change the type attribute of the xslt transformer from xslt to xslt2 then go into the portal and to the gallery tab

Re: CForms: where and how to specify the suggestion-list?

2005-09-22 Thread Sylvain Wallez
Jason Johnston wrote: On Thu, 2005-09-22 at 17:35 +0200, Sylvain Wallez wrote: Jason Johnston wrote: ... I think this is closest to your last suggested solution above, in that it can use any of the existing selection-list builders, but it eliminates the need for a specialized

Re: [Proposal] Prefixing cform ids

2005-09-22 Thread Sylvain Wallez
Reinhard's proposal to set an @id on the form. I updated the check for submit so that it is allowed when the form does have an id. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member

Re: CForms: AJAX problem since update

2005-09-22 Thread Sylvain Wallez
ft:repeater id=contacts ... ft:repeater-rows ... /ft:repeater-rows ft:widget id=../addcontact/ /ft:repeater Can this be the cause of your problem? Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com

Re: [Proposal] Prefixing cform ids

2005-09-22 Thread Sylvain Wallez
-that-overrides-the-function problem. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: [2.1.8-dev] Real exception is not logged anymore

2005-09-21 Thread Sylvain Wallez
-- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: [2.1.8-dev] No widget should be named'submit' [was: Problems in CForms in latest from SVN]

2005-09-21 Thread Sylvain Wallez
? Sylvain [1] http://marc.theaimsgroup.com/?l=xml-cocoon-devm=109947942619227w=2 -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Tree widget example broken (was Re: svn commit: r289538)

2005-09-21 Thread Sylvain Wallez
Thorsten Scherler wrote: El mar, 20-09-2005 a las 17:38 +0200, Sylvain Wallez escribió: Thorsten Scherler wrote: That is working fine. :) Very good stuff. Any hints how I can implement the binding? The tree widget currently doesn't have child widgets, so binding it doesn't

Re: [2.1.8-dev] Real exception is not logged anymore

2005-09-21 Thread Sylvain Wallez
Sylvain Wallez wrote: Carsten Ziegeler wrote: If you log an exception, the real cause for the exception is not logged anymore. For example, I have a problem for example in a portlet where an NPE is thrown. THis is later catched several times, the new location information is added

Re: Tree widget example broken (was Re: svn commit: r289538)

2005-09-21 Thread Sylvain Wallez
of the selected paths. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: [2.1.8-dev] No widget should be named'submit' [was: Problems in CForms in latest from SVN]

2005-09-21 Thread Sylvain Wallez
Reinhard Poetz wrote: Sylvain Wallez wrote: Carsten Ziegeler wrote: Ok, now I found out the problem: No top-level widget should be named 'submit' to avoid problems with HTML form elements, at fd:submit Why did this change? It broke our application and the error message was nowhere

Re: [2.1.8-dev] Real exception is not logged anymore

2005-09-21 Thread Sylvain Wallez
Sylvain Wallez wrote: There's still an issue with SAXException which doesn't seem to print its cause stacktrace, even with JDK 1.4. I'm currently working on it. Fixed also. SAXException doesn't have a getCause() method, thus making it a bad JDK 1.4 citizen. To circumvent this, I added

Re: furious anger: portal broken

2005-09-20 Thread Sylvain Wallez
creates absolute urls. Can you elaborate on this protocol switch? What is it about? Any pointers? Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology

Re: Regression on DefaultLinkService

2005-09-20 Thread Sylvain Wallez
/tomcat/tomcat-5.0-doc/config/http.html#Proxy%20Support Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Bricks example app in our whiteboard, WDYT?

2005-09-20 Thread Sylvain Wallez
Upayavira wrote: So, you get my vote for putting it into the whiteboard. +1 also. I'm frequently asked about the recommended practices or design patterns for a Cocoon application. So starting to have some sample standalone applications in our SVN is a good thing. Sylvain -- Sylvain

Protocol switch in portals (was Re: furious anger: portal broken)

2005-09-20 Thread Sylvain Wallez
Ralph Goers wrote: Sylvain Wallez wrote: Ok, that's it on *that* subject (I hope), let's get into the technical discussion: Both, the JSR 168 and WSRP require the functionality to switch from http to https and back. Switching the protocol is only possible with absolute urls

Re: furious anger: portal broken

2005-09-20 Thread Sylvain Wallez
Carsten Ziegeler wrote: Sylvain Wallez wrote: Carsten Ziegeler wrote: snip/ For example it took us some days to update from 2.1.7 to a recent 2.1.8-dev because some things in CForms changed and broke our whole web application. Hmm... could it be that taking CForms

Re: Protocol switch in portals (was Re: furious anger: portal broken)

2005-09-20 Thread Sylvain Wallez
Carsten Ziegeler wrote: Sylvain Wallez wrote: I'm a total newbie on this matter, so that may be dumb questions. I don't see how absolutizing links allows this: the result of absolutization is that all links use the protocol that was used by the current request, i.e. if it's http than all

Re: Tree widget example broken (was Re: svn commit: r289538)

2005-09-20 Thread Sylvain Wallez
. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Protocol switch in portals

2005-09-20 Thread Sylvain Wallez
Carsten Ziegeler wrote: Sylvain Wallez wrote: Right. But AFAICS its never used. Do you have plans to update CopletTransformer or something? It's currently only used from the JSR 168 and the WSRP implementation. We could add it to the CopletTransformer if there is the need. Ok. I

Re: Protocol switch in portals

2005-09-20 Thread Sylvain Wallez
Carsten Ziegeler wrote: Sylvain Wallez wrote: Right. Now projects that use Cocoon as a complete solution don't really care about jsr168 and WSRP! Everyone is free to use what he wants :) I think using standardized portlets helps a lot in some cases. C'mon, I never said

Re: Protocol switch in portals

2005-09-20 Thread Sylvain Wallez
Ralph Goers wrote: Sylvain Wallez wrote: Right. Now projects that use Cocoon as a complete solution don't really care about jsr168 and WSRP! You're joking right? Our plans are to use the portal for generating the site navigation for all our various products since it is perfect

Re: Tree widget example broken (was Re: svn commit: r289538)

2005-09-20 Thread Sylvain Wallez
be provided by the application to fill the tree. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Protocol switch in portals

2005-09-20 Thread Sylvain Wallez
Carsten Ziegeler wrote: Sylvain Wallez wrote: You got me wrong: I haven't said that we should not care about jsr168 and wsrp, but that people that don't use it should not be asked to take care about deployment issues (ProxyPreserveHost et al) that are specifically related

Re: Protocol switch in portals

2005-09-20 Thread Sylvain Wallez
Ralph Goers wrote: Sylvain Wallez wrote: You're right: a working getServerName() is actually needed as soon as we want to switch protocols. But that only happens on sites mixing http and https for urls served by Cocoon, which isn't always the case. You'd be surprised how often you need

[vote-results] Arje Cahn as a new committer

2005-09-18 Thread Sylvain Wallez
Team, The vote ended up with 26 +1 and nothing else! As soon as Arje comes back from vacation next week, I'll ask him for his preferred loging name and send the account creation request. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain

Re: Cocoon marketing

2005-09-18 Thread Sylvain Wallez
Joerg Heinicke wrote: On 14.04.2005 15:19, Sylvain Wallez wrote: Now that Cocoon has Spring and Ajax support, we really should post an article on TSS ;-) I guess this has not happened yet ;) Cocoon was also the first web framework with continuations and never really made something out

Re: CForms branches: there can be only one

2005-09-17 Thread Sylvain Wallez
hepabolu wrote: Sylvain Wallez wrote: Hi all, I have merged all 3 branches of CForms: 2.1, 2.2 and library (Max's GSoC work). Whatever the current state is: great work. Thanks! I'm sure you're the first to fix what seems to be broken. Fixed! I couldn't live with this broken thing

Re: SVN access

2005-09-17 Thread Sylvain Wallez
not access Apache SVN, neither http://svn.apache.org/; in the browser now svn up on my repositories. Anybody else too? Strange, as I haven't had any problems lately. Any error message? However, I see that you have access to bugzilla :-) Thanks for all this work! Sylvain -- Sylvain Wallez

CForms branches: there can be only one

2005-09-16 Thread Sylvain Wallez
if there are more issues. Libary support is there and you can learn about it here: http://cocoon.zones.apache.org/daisy/documentation/forms/685.html This tedious work will hopefully save us some time in the future :-) Sylvain -- Sylvain WallezAnyware Technologies http

Re: loc namespace and attributes in inserted nodes (CForms)

2005-09-15 Thread Sylvain Wallez
for reporting! Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: AJAX + FormsGenerator

2005-09-15 Thread Sylvain Wallez
enlightment just to be able to contribute cleanly to this really cool feature (thx sylvain). Hope this helped :-) Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research

Re: loc namespace and attributes in inserted nodes (CForms)

2005-09-15 Thread Sylvain Wallez
BURGHARD Éric wrote: Sylvain Wallez wrote: BURGHARD Éric wrote: Hi, I found that the loc namespace and several attributes are inserted during the binding phase (inser-node). Theses informations are apparently usefull for cocoon stack traces, but IMHO they should disapear during

Re: Tree view?

2005-09-14 Thread Sylvain Wallez
Thorsten Scherler wrote: On Tue, 2005-09-13 at 18:08 +0200, Sylvain Wallez wrote: Thorsten Scherler wrote: Hi Silvain, That's S*y*lvain :-) sorry :( german guy speaking. ;-) No worries, but... Thanks Sylvian and thanks cocoon community. That's Sylv*ai*n! I

Re: [CForms] Several forms per page?

2005-09-14 Thread Sylvain Wallez
: forms_onsubmitHandlers.push = function() { alert(You cannot use form_onsubmitHandlers in the portal) } Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research

Re: [CForms] Several forms per page?

2005-09-14 Thread Sylvain Wallez
Carsten Ziegeler wrote: Sylvain Wallez wrote: So I think we should deprecate this and replace it with a per-form system (i.e. attaching these handles to the form object itself). +1 A way to enforce this feature isn't used in the portal is to replace the push method

Re: Build broken?

2005-09-14 Thread Sylvain Wallez
does not depend on faces (and taglib)? Naaah, this is this damn Eclipse that was too quick at adding an import. Or was it me hitting return too fast without looking at the autocompletion proposal? :-) Anyway, this is fixed! Sorry for the inconvenience! Sylvain -- Sylvain Wallez

Re: Vary: Host in ResourceReader breaks IE

2005-09-13 Thread Sylvain Wallez
/show_bug.cgi?id=14048 -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Shall we switch to Jira?

2005-09-13 Thread Sylvain Wallez
Bugzilla provides iCal todo lists, not as versatile as RSS though. A good opensource bugzilla replacement seems to be Trac: http://projects.edgewall.com/trac/ Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com

Re: [Lepido][Contribution] Sitemap Debugger/Trace

2005-09-13 Thread Sylvain Wallez
debugger, that would also be based on Eclipse's generic debugger infrastructure. Thanks again for this contribution. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research

Re: Tree view?

2005-09-13 Thread Sylvain Wallez
Thorsten Scherler wrote: On Sat, 2005-09-10 at 10:01 +0200, Sylvain Wallez wrote: Ralph Goers wrote: Does CForms provide any way of generating a tree view? I was looking at http://www.tonymarston.net/xml-xsl/xml-and-xsl-treeview.html and would like to do something similar, but I'd

Vary: Host in ResourceReader breaks IE

2005-09-12 Thread Sylvain Wallez
://issues.apache.org/bugzilla/show_bug.cgi?id=14048 -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Tree view?

2005-09-10 Thread Sylvain Wallez
=xml-cocoon-devm=111894513815242w=2 -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

[vote] Arje Cahn as a new Cocoon committer

2005-09-08 Thread Sylvain Wallez
Savory were made committers, because we felt they were important citizens of the Cocoon community. The same applies to Arjé today. Please cast your votes! Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com

Re: [vote] Arje Cahn as a new Cocoon committer

2005-09-08 Thread Sylvain Wallez
Sylvain Wallez wrote: Hi all, I'd like to be the voice of a general opinion among Cocoon developers that Arjé Cahn should be made a Cocoon committer. snip/ Please cast your votes! A warm +1! Sylvain -- Sylvain WallezAnyware Technologies http

OSGi R4 draft documents published

2005-09-08 Thread Sylvain Wallez
http://osgi.org/osgi_technology/draft_download_specs2.asp?Accept=Accept They really should learn how to build non-bookmarkable clickthrough forms :-) Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache

Re: [VOTE] Jorg Heymans as new committer

2005-09-08 Thread Sylvain Wallez
to. You just have to subscribe to [EMAIL PROTECTED] and send a I wanna be in the PMC message. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology

Re: [Proposal] Creating better portal urls

2005-09-06 Thread Sylvain Wallez
in a system state where that event doesn't make sense? Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: svn commit: r278641 - /cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/java/org/apache/cocoon/components/language/markup/xsp/XSPExpressionParser.java

2005-09-05 Thread Sylvain Wallez
of a multibyte character in a file encoded in UTF-8. In such a case, although the file is a text file, setting the eol-style=native property may well break the file... Or is there a way to specify the encoding to SVN? Sylvain -- Sylvain WallezAnyware Technologies http

Re: cocoon 2 speech?

2005-09-04 Thread Sylvain Wallez
be great, even better if we can then stream the result. There's more to VoiceXML than just text-to-speech. You should have a look at JVoiceXML [1], a VoiceXML browser that uses Freetts. It's LGPL though. Sylvain [1] http://jvoicexml.sourceforge.net/ -- Sylvain Wallez

Re: Event handling in form libraries

2005-09-04 Thread Sylvain Wallez
ajax (?). Aha, that was the kind of use case I was looking for :-) Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: map:include

2005-09-03 Thread Sylvain Wallez
of map:components. It's not a new sitemap instruction, which is why you haven't found it in sitemap-language.xml d'uh... what am I missing? Well, that's include that is missing :-) Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http

Re: Warped Text... (off topic)

2005-09-03 Thread Sylvain Wallez
($_); map { $out[ $_ ] .= $r[$_].' '; } (0 .. 2); } '3231' =~ m/./g; print join(\n,@out); Just kidding. Hey, nice to see you here! As my perl is more than limited, I had to run it to understand what it does. Brilliant :-) Sylvain -- Sylvain WallezAnyware Technologies

Re: Saxon and cforms revisited

2005-09-03 Thread Sylvain Wallez
a LogTransformer after the JXTG (or CInclude) and see if there are any problems there? Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Eclipse w/ 2.1.7

2005-09-03 Thread Sylvain Wallez
to compile my project-specific Java sources...) Any idea how to set that up? You should simply associate the source code directory to cocoon.jar in your project: select a jar file, right-click and select properties/java source attachment. Sylvain -- Sylvain Wallez

Re: Eclipse w/ 2.1.7

2005-09-03 Thread Sylvain Wallez
/blocks/petstore/samples// mount uri-prefix=test/ src=../../src/webapp/samples/test// !-- and a lot more, pointing to prototypes and projects on my HD, thus avoiding to copy Cocoon all over the place -- /mount-table Sylvain -- Sylvain WallezAnyware Technologies http

Re: Event handling in form libraries

2005-09-03 Thread Sylvain Wallez
Reinhard Poetz wrote: Sylvain Wallez wrote: - event handlers in libraries are allowed, but I don't think they make sense there (e.g. on-value-changed) Why not? A library may for example contain a group of related widgets with some interactions between them, e.g. a reusable car

Cocoon in your phone!

2005-09-02 Thread Sylvain Wallez
Have a look here: http://www.topcom.net/products/product.php?groep=1cat=4catsub=9 ! :-P Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: locatable exceptions in trunk, exceptions in flowscript

2005-09-02 Thread Sylvain Wallez
in .js file is not given any more. Hmm... I'll have a look at it. What is causing the error? Is is a pure JS exception or an exception coming from a call to some Java code? Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http

Re: Warped Text...

2005-09-02 Thread Sylvain Wallez
of running a simple image analysis package over the generated output). Just curious: what do you use to produce the image? If it's lighter and more efficient that SVG, we may simply consider using your stuff for the captcha widget. Sylvain -- Sylvain WallezAnyware

Re: [2.2] Using includes in the sitemap for components?

2005-09-01 Thread Sylvain Wallez
the web.xml in the next days as well. How do you plan to do this? We cannot add ourselves an include mechanism in web.xml :-) Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member

Re: Releasing 2.1.8, when?

2005-09-01 Thread Sylvain Wallez
, but this isn't very practical for fine-grained things like outlined above. Just some thoughts... Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: [2.2] Using includes in the sitemap for components?

2005-09-01 Thread Sylvain Wallez
Carsten Ziegeler wrote: Sylvain Wallez wrote: I'll try to minimize the need for patching the web.xml in the next days as well. How do you plan to do this? We cannot add ourselves an include mechanism in web.xml :-) Oh, yes we *can* - we simply take Geronimo and require all

Re: Releasing 2.1.8, when?

2005-09-01 Thread Sylvain Wallez
Carsten Ziegeler wrote: Sylvain Wallez wrote: Although I agree with the general principle of shorter release cycles, we have to define a policy regarding new features introduced in these frequent releases and the associated contracts. Again, stable / unstable state, but at a finer intra

Re: Releasing 2.1.8, when?

2005-09-01 Thread Sylvain Wallez
testing harder and makes the deadlines slip. Furthermore the only way to make features really stable is to release them and get real usage, user feedback, bug fixes and extensions on them. These are really very good points. Sylvain -- Sylvain WallezAnyware

Re: svn commit: r264119 - in /cocoon/branches/BRANCH_2_1_X: src/java/org/apache/cocoon/serialization/AbstractTextSerializer.java src/java/org/apache/cocoon/transformation/CIncludeTransformer.java stat

2005-09-01 Thread Sylvain Wallez
these subtasks to be all active by default and disable some of them through configuration or parameters though. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research

Re: Releasing 2.1.8, when?

2005-09-01 Thread Sylvain Wallez
Ralph Goers wrote: Sylvain Wallez wrote: Although I agree with the general principle of shorter release cycles, we have to define a policy regarding new features introduced in these frequent releases and the associated contracts. Again, stable / unstable state, but at a finer intra-block

Re: Releasing 2.1.8, when?

2005-09-01 Thread Sylvain Wallez
Ralph Goers wrote: Sylvain Wallez wrote: Ralph Goers wrote: Internal to me means that no application should ever use it and that it might be removed at a future time. What you have described is more along the lines of under development or in testing. i.e. use at your own risk. Right

cocoon.exit()

2005-09-01 Thread Sylvain Wallez
] -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: [2.2] Using includes in the sitemap for components?

2005-08-31 Thread Sylvain Wallez
! The more we can avoid xpatch the better IMO. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: 2.1.8 (Was: Re: JING Transformer...)

2005-08-31 Thread Sylvain Wallez
Ralph Goers wrote: My employer REQUIRES a stable forms framework, therefore I require a Cocoon release with a stable forms framework. Is your employer (or someone else) ready to pay 2 weeks of work for having a stable CForms? Sylvain -- Sylvain WallezAnyware

Re: svn commit: r264119 - in /cocoon/branches/BRANCH_2_1_X: src/java/org/apache/cocoon/serialization/AbstractTextSerializer.java src/java/org/apache/cocoon/transformation/CIncludeTransformer.java stat

2005-08-30 Thread Sylvain Wallez
(or the use of a common class) all over the place. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: VariableResolver

2005-08-30 Thread Sylvain Wallez
at it, it looks it missed some updates in the TreeProcessor related to nested variables. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Repost from users list: Cforms Repeater - Cancel delete action via javascript

2005-08-30 Thread Sylvain Wallez
)); Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Repost from users list: Cforms Repeater - Cancel delete action via javascript

2005-08-30 Thread Sylvain Wallez
Christoph Hermann wrote: Sylvain Wallez schrieb: Hello, So i'm asking you: Is there a way to cancel a repeaters delete-row action in case a certain condition is met? Hmm... the delete-row action accepts additional listeners, but those are not supposed to be able to cancel

Re: VariableResolver

2005-08-30 Thread Sylvain Wallez
Carsten Ziegeler wrote: Sylvain Wallez schrieb: Ralph Goers wrote: I'm a little confused. In treeprocessor we have class NOPVariableResolver class PreparedVariableResolver class VariableResolver class VariableResolverFactory In the portal block we have class

Re: svn commit: r264119 - in /cocoon/branches/BRANCH_2_1_X: src/java/org/apache/cocoon/serialization/AbstractTextSerializer.java src/java/org/apache/cocoon/transformation/CIncludeTransformer.java stat

2005-08-30 Thread Sylvain Wallez
sense to write such simple transformers just because of architectual elegance. Is it architectural elegance, or separation of concerns which leads to have each component to a single task so it can be reused in a number of different contexts? Sylvain -- Sylvain Wallez

Re: Repost from users list: Cforms Repeater - Cancel delete action via javascript

2005-08-30 Thread Sylvain Wallez
Christoph Hermann wrote: Sylvain Wallez schrieb: Hello, Maybe the Cocoon Code c(sh)ould be changed to make this possible? Imho it would be very natural to allow the javascript to cancel the action. And it shouldn't be too difficult to implement this. I thought about

Re: Repost from users list: Cforms Repeater - Cancel delete action via javascript

2005-08-30 Thread Sylvain Wallez
Christoph Hermann wrote: Sylvain Wallez schrieb: Hello, Yes your right, but thing is that the action does not trigger the validation process. I tried form.validate() and form.endProcessing(true); and didn't success, and i don't have the time atm to investigate this any further. What i'd

Re: svn commit: r264119 - in /cocoon/branches/BRANCH_2_1_X: src/java/org/apache/cocoon/serialization/AbstractTextSerializer.java src/java/org/apache/cocoon/transformation/CIncludeTransformer.java stat

2005-08-30 Thread Sylvain Wallez
Carsten Ziegeler wrote: Sylvain Wallez wrote: Can't you add this filtering logic in the included URI? No, e.g. cinclude:include src=http://some-service-host/service/a/ Well, I won't rephrase Vadim here :-) Is it architectural elegance, or separation of concerns which leads

Re: VariableResolver

2005-08-30 Thread Sylvain Wallez
Carsten Ziegeler wrote: Sylvain Wallez wrote: Sure, it totally makes sense. Now I'm wondering if we really need this to be components. Will there ever be more than one implementation? The current implementation in the treeprocessor is not usable outside the treeprocessor (at least

Re: JING Transformer...

2005-08-30 Thread Sylvain Wallez
in the second half of September to hopefully close the main remaining points for CForms stabilization. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology

Re: Repost from users list: Cforms Repeater - Cancel delete action via javascript

2005-08-30 Thread Sylvain Wallez
Christoph Hermann wrote: Sylvain Wallez schrieb: Hello, Then you can simply call someWidget.setValidationError(...) from within your event listener. Well this is actually what is not working. If i do a repeater.setValidationError(...); in my normal action, i do not get any

Re: Paths in sitemap

2005-08-30 Thread Sylvain Wallez
Robert Goene wrote: Hi, I need to retieve the absolute path of the lenya directory in a sitemap. I cannot use the context:// protocol, because i have to pass the directory as a parameter. Is there any way i can determine the absolute path? Try using {realpath:} Sylvain -- Sylvain

Re: flowscript calls from sitemap: named param association

2005-08-27 Thread Sylvain Wallez
this. So a -1 for this... Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Another sitemap component HOWTO ready

2005-08-27 Thread Sylvain Wallez
I wrote at http://wiki.apache.org/cocoon/WritingForCacheEfficiency Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: caching pipeline and SourceValidity

2005-08-27 Thread Sylvain Wallez
components is not cacheable. What's in the pipeline you point to? Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Cocoon stacktraces in trunk.

2005-08-19 Thread Sylvain Wallez
Thorsten Scherler wrote: On Thu, 2005-08-18 at 20:13 +0200, Sylvain Wallez wrote: Hi all, I just committed the Cocoon stacktraces stuff to trunk. Cheers. Especially for forrest ;-) Ah, and this includes also the update to TraxTransformer that no more eats downstream

Re: Cocoon stacktraces in trunk.

2005-08-19 Thread Sylvain Wallez
checkout isn't always easy to manage ;-) Anyway, this should be fixed now. Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Cocoon stacktraces in trunk.

2005-08-19 Thread Sylvain Wallez
Ugo Cei wrote: Il giorno 18/ago/05, alle 20:13, Sylvain Wallez ha scritto: I just committed the Cocoon stacktraces stuff to trunk. Neato! There's just a small problem in this. Apparently, the exception2html.xslt stylesheet is not compatible with Saxon8. I will try to investigate

[FYI] followers :-)

2005-08-19 Thread Sylvain Wallez
http://www.orbeon.com/blog/2005/08/16/ops-stack-traces/ Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

More Ajax in Cocoon (was Re: [FYI] followers :-))

2005-08-19 Thread Sylvain Wallez
Ugo Cei wrote: Il giorno 19/ago/05, alle 11:34, Sylvain Wallez ha scritto: http://www.orbeon.com/blog/2005/08/16/ops-stack-traces/ Yeah, but their new ajaxified XForms engine looks cool. What do you find particularily cool? Except the eye-candy when focus enters a list, I wasn't

Re: [CFORMS] onsubmit called twice! with text field and @submit-on-change

2005-08-19 Thread Sylvain Wallez
-- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: More Ajax in Cocoon (was Re: [FYI] followers :-))

2005-08-19 Thread Sylvain Wallez
Ugo Cei wrote: Il giorno 19/ago/05, alle 14:25, Sylvain Wallez ha scritto: Yeah, but their new ajaxified XForms engine looks cool. What do you find particularily cool? Except the eye-candy when focus enters a list, I wasn't impressed. I was also surprised to see that almost every user

Re: More Ajax in Cocoon (was Re: [FYI] followers :-))

2005-08-19 Thread Sylvain Wallez
Ralph Goers wrote: I'd move it out if keeping it in is going to keep CForms from being marked stable in 2.1.8. This has actually no relation with Ajax being in core or in a separate block. Sylvain Wallez wrote: Actually, Ajax in Cocoon should be separated from CForms, and this is why

Re: Cocoon stacktraces in trunk.

2005-08-19 Thread Sylvain Wallez
Ugo Cei wrote: On Aug 19, 2005, at 11:23 AM, Sylvain Wallez wrote: Ugo Cei wr Hmm... nothing fancy in this XSL, except the use of exslt... It was quickly hacked though, so if you can come up with something nicer, just do it! Here's the error I get: Error on line 61 of file:/Users

Re: wget Cocoon BRANCH 2.1.x?

2005-08-19 Thread Sylvain Wallez
? These are plain tgz files... Sylvain -- Sylvain WallezAnyware Technologies http://people.apache.org/~sylvain http://www.anyware-tech.com Apache Software Foundation Member Research Technology Director

Re: Cocoon stacktraces in trunk.

2005-08-19 Thread Sylvain Wallez
Ugo Cei wrote: Il giorno 19/ago/05, alle 16:03, Sylvain Wallez ha scritto: Well, standard is the way to go as we can't assume everybody will want to deploy Xalan just to have error pages. Hmmm, I have a better idea, inspired once again by the Orbeon folks (don't whine, it was you who

Re: More Ajax in Cocoon (was Re: [FYI] followers :-))

2005-08-19 Thread Sylvain Wallez
Jeremy Quinn wrote: On 19 Aug 2005, at 13:25, Sylvain Wallez wrote: snip/ Actually, Ajax in Cocoon should be separated from CForms, and this is why the BrowserUpdateTransformer is in core and not in CForms. Now if we're to add more Ajax-related stuff in Cocoon, I'm not sure putting

<    2   3   4   5   6   7   8   9   10   11   >