Re: I'm losing my faith in SQL Transformer!

2007-08-24 Thread Tobia Conforto
Derek Hohls wrote: > I have been frustrated before by the fact that it only nests down to > one level; its still not clear to me why further levels of nesting > cannot be supported? Can you explain this problem and maybe provide an example? I think I've nested queries up to 4 levels deep without p

Re: how to get an Ajax request work with a pipeline without CForms?

2007-08-24 Thread Josh2007
Yes I found some samples about ajax block but didn't find any information to set it up or to make it work, though it is exactly what I'm looking for. I'd be glad to get any inputs about ajax block. Thanks, Josh Grzegorz Kossakowski-2 wrote: > > Josh2007 pisze: >> Hi all, >> >> I would like t

Re: how to get an Ajax request work with a pipeline without CForms?

2007-08-24 Thread Grzegorz Kossakowski
Josh2007 pisze: Hi all, I would like to know if there's a way to implement some simple Ajax futures with a pipeline without making use of CForms or creating Java classes (I'm not comfortable with Java). The idea is: When answering to a request like http://localhost:8080/cocoon/ajax/some-pattern

Re: Odd image problem

2007-08-24 Thread Daniel Brüßler
Hello Martin, is everything OK (entries and file-rights) with the file mime.types in cocoon-2.1.10/org/apache/cocoon/util ? And does ist work when you add this attribute to the "map:read" - tag: type="image" kind regards Daniel Brüßler Martin Holmes schrieb: > Hi folks, > > Using Cocoon 2.1.1

Odd image problem

2007-08-24 Thread Martin Holmes
Hi folks, Using Cocoon 2.1.10, with this matcher in my sitemap: When I access the URL of one of the images in Firefox, it downloads the image to my temp directory and opens it from there (so the URL bar shows file:///[temp_folder]...). When I access it through IE7, it shows me the image

I'm losing my faith in SQL Transformer!

2007-08-24 Thread Derek Hohls
I'm losing my faith in SQL Transformer. For a quite while now, I have been opening my Big Mouth everytime someone talks about running queries in XSP, because the SQL Transformer is more 'cocoon-like' in terms of the pipelines-and-components model. I have been frustrated before by the fact that

RE: how to get an Ajax request work with a pipeline without CForms?

2007-08-24 Thread Josh2007
Hi Jeroen, It seems to be what I was looking for. I will give it a try tomorrow and will post the result. Thanks again for the suggestion, Josh Jeroen Reijn wrote: > > Hi Josh, > > well I guess that's exactly what Ajax libraries are supposed to do. I > guess you can use for instance Prototy

RE: how to get an Ajax request work with a pipeline without CForms?

2007-08-24 Thread Jeroen Reijn
Hi Josh, well I guess that's exactly what Ajax libraries are supposed to do. I guess you can use for instance Prototype for this kind of interaction. I've used it several times in the past. The only things you need is a javascript function inside your page that gets the id of the element to be

Re: C2.2 mvn dependencies

2007-08-24 Thread Sébastien Geindre
Grzegorz Kossakowski a écrit : Sébastien Geindre pisze: Grzegorz Kossakowski a écrit : I 've found this dependency org.apache.cocoon cocoon-forms-impl 1.0.0-M3 is it the right one ? Yes. OK ! Excellent ! Next question... I use forms-samples-styling.xsl for transformin

how to get an Ajax request work with a pipeline without CForms?

2007-08-24 Thread Josh2007
Hi all, I would like to know if there's a way to implement some simple Ajax futures with a pipeline without making use of CForms or creating Java classes (I'm not comfortable with Java). The idea is: When answering to a request like http://localhost:8080/cocoon/ajax/some-pattern, to connect to

Re: C2.2 mvn dependencies

2007-08-24 Thread Grzegorz Kossakowski
Sébastien Geindre pisze: Grzegorz Kossakowski a écrit : I 've found this dependency org.apache.cocoon cocoon-forms-impl 1.0.0-M3 is it the right one ? Yes. Next question... I use forms-samples-styling.xsl for transforming my Forms into HTML code , so i do need the newe

Re: C2.2 mvn dependencies

2007-08-24 Thread Sébastien Geindre
Grzegorz Kossakowski a écrit : Sébastien Geindre pisze: hi all, i try to mirgate my C2.1 application to C2.2 when i use cforms, i understood that i need to : - connect my block with the CForms block (i do not use ajax) value-ref="org.apache.cocoon.forms.impl.servlet"/> The

[GT2007] Registrations are open!

2007-08-24 Thread Arje Cahn
*** * * * Cocoon GetTogether 2007 * * * * October 3th to 5th * * * * Rome, Italy * *

Re: C2.2 mvn dependencies

2007-08-24 Thread Grzegorz Kossakowski
Sébastien Geindre pisze: hi all, i try to mirgate my C2.1 application to C2.2 when i use cforms, i understood that i need to : - connect my block with the CForms block (i do not use ajax) value-ref="org.apache.cocoon.forms.impl.servlet"/> The quesion is to i need to make dep

Auto submit in CForms

2007-08-24 Thread pichai
I don't know the CForms can use auto submit form? If it can,please describe to me . Thank you very much. Pichai Yooyong.([EMAIL PROTECTED]) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

C2.2 mvn dependencies

2007-08-24 Thread Sébastien Geindre
hi all, i try to mirgate my C2.1 application to C2.2 when i use cforms, i understood that i need to : - connect my block with the CForms block (i do not use ajax) value-ref="org.apache.cocoon.forms.impl.servlet"/> The quesion is to i need to make dependencies in pom.xml maven

Re: Using Variables/attributes in CForm/Ajax/Jexl

2007-08-24 Thread Dev at weitling
Hi Grek, > No problem. Sorry for delay on my side, if you want to know the reason > take a look at the end of this mail... The revenge came with a huge delay on my side ;-) >> So my solution approaches (not exhaustive): >> a) a html table hiding a column (= a language) via Ajax and >> WidgetStat