Re: how to access post parameters from sitemap

2011-04-27 Thread Luca Morandini
}/ /map:call Regards, Luca Morandini http://www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: how to access post parameters from sitemap

2011-04-27 Thread Luca Morandini
parameters easily without knowing their names and generate XML: jx:forEach var=p select=${cocoon.request.getParameterNames()} p${p}=${cocoon.request.getParameter(p)}/p /jx:forEach Regards, Luca Morandini http://www.lucamorandini.it

Re: Trying to Install Cocoon on a Windows PC

2011-04-15 Thread Luca Morandini
fix these problems? Try switching JDK to 1.5. Regards, Luca Morandini http://www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: Trying to Install Cocoon on a Windows PC

2011-04-15 Thread Luca Morandini
fix these problems? Try switching JDK to 1.5. Regards, Luca Morandini http://www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: Trying to Install Cocoon on a Windows PC

2011-04-15 Thread Luca Morandini
fix these problems? Try switching JDK to 1.5. Regards, Luca Morandini http://www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: Trying to Install Cocoon on a Windows PC

2011-04-15 Thread Luca Morandini
fix these problems? Try switching JDK to 1.5. Regards, Luca Morandini http://www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: Trying to Install Cocoon on a Windows PC

2011-04-15 Thread Luca Morandini
a tools.jar for the 1.6 version of Java? Tools.jar is included in the JDK, not in the JRE (these are two different download options); hence, my advice is to install the JDK (not JRE) 1.5 and change JAVA_HOME accordingly. Regards, Luca Morandini http://www.lucamorandini.it

Re: Documentation for component-configurations, global-variables?

2011-01-19 Thread Luca Morandini
the sitemap (it is just another input module), like in: map:generate element=body src=cocoon://{global:theme-path}/index.html/ In 2.2 you can use the Cocoon-Spring configurator to the same effect, but it is way more flexible then the old global-variables definition. Regards, Luca Morandini http

Re: Quick question about Matcher flow

2010-09-18 Thread Luca Morandini
will execute twice in the situation where the package parameter is present. Is this true? That is what I would expect. Shouldn't this be using a request-parameter Selector or some such mechanism to decide whether to use the first or the second pipeline? Yes. Regards, Luca Morandini [http

Re: About the tutorial : Modularize Cocoon

2010-06-17 Thread Luca Morandini
fragment, it seems two lines were erroneously joined, it should instead read: com.polymorphisme.myBlock1.service%classes-dir=./target/classes com.polymorphisme.myBlock2.service%classes-dir=../myBlock2/target/classes %exclude-lib=com.polymorphisme:myBlock2 Regards, Luca

Re: Aggregated Transformer

2010-06-11 Thread Luca Morandini
different: he wants something to ease the call from *other blocks*... hence my perplexity, Ali, do you mind sharing the relevant pipeline fragments ? Regards, P.S. By the way, I never tried calling resources from blocks other than the one defining it. Luca Morandini

Re: Aggregated Transformer

2010-06-10 Thread Luca Morandini
, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

[ANN]: Fins 1.1.0 released

2010-04-27 Thread Luca Morandini
Folks, Fins (the charting component for Cocoon) has been added the option of having more than one axis on the same chart, more at: http://www.lucamorandini.it/fins/index.html Regards, Luca Morandini www.lucamorandini.it

Re: Lowering in amount of users' posts?

2010-04-19 Thread Luca Morandini
On 19/04/10 15:52, Mark H. Wood wrote: Oh, the *benefits* are easy enough to see. It's the how-to-switch that's clear as mud. You've alreadty read Vadim's presentation and samples [1], right ? Regards, [1] http://reverycodes.com/gt/Cocoon%202.2%20Classic.ppt Luca

Proxy block in 2.2

2010-01-22 Thread Luca Morandini
Am I wrong in supposing the proxy block has not been released yet ? Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional

Re: how-to iterate over attributes of javascript object within template block [SOLVED]

2009-12-15 Thread Luca Morandini
the extensions automatically. Rather cool... thanks for sharing it with us. Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org

Re: Hibernate and Cocoon 2.2 - best practice

2009-10-26 Thread Luca Morandini
not feel like plunging into it. Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h

Re: Modifying MIME-TYPE with ImageReader

2009-10-22 Thread Luca Morandini
back to JPG. Excuse me: but is the entire stream transformed back into JPEG or is just the mime-type that is not coherent with the (transformed) GIF stream ? Regards, Luca Morandini www.lucamorandini.it

Re: Modifying MIME-TYPE with ImageReader

2009-10-22 Thread Luca Morandini
and receiving a GIF one instead... but I suppose it makes a business case of sort. Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr

Re: Modifying MIME-TYPE with ImageReader

2009-10-22 Thread Luca Morandini
be converted to GIF, whether this transformation is needed or not; or, possibly, two separate pipelines (assuming one can tell the image to convert from the one not to convert *before* requesting it). Regards, Luca Morandini www.lucamorandini.it

Re: Modifying MIME-TYPE with ImageReader

2009-10-22 Thread Luca Morandini
On 22/10/09 23:44, Thorsten Scherler wrote: On 22/10/2009, at 21:32, Luca Morandini wrote: Yep... although it could be even easier to test: since the (untransformed) JPEG is square and the (transformed) GIF is circular, what's needed is just checking the transparency of the background

Re: Modifying MIME-TYPE with ImageReader

2009-10-21 Thread Luca Morandini
...etc Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: GeoServer Beta-1 (Jun the 3rd): Error when issuing GetLegendGraphic

2009-06-04 Thread Luca Morandini
Luca Morandini wrote: Folks, when I issue this (I noticed this on alpha-2 as well): Oops... wrong list, sorry :( Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail

GeoServer Beta-1 (Jun the 3rd): Error when issuing GetLegendGraphic

2009-06-03 Thread Luca Morandini
) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) Shall I open an issue on Jira ? Regards, Luca

Re: newbie to Cocoon

2009-04-08 Thread Luca Morandini
Derek Hohls wrote: Harry AFAIK, the CDHB deals with Cocoon 2.1, Nay: it dealt with 2.0 (it was published back in 2002)... hence no Flowscript and no Cocoon Forms. Regards, Luca Morandini www.lucamorandini.it

Re: Flowscript parameters access

2009-03-06 Thread Luca Morandini
stage). To get json you have to search it in the parameters argument passed to the setup method of your generator. Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e

Re: Is Cocoon the right tool?

2009-03-04 Thread Luca Morandini
in Cocoon too, via Apache POI (I never used that, though). Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands

Re: Is Cocoon the right tool?

2009-03-04 Thread Luca Morandini
, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: Is Cocoon the right tool?

2009-03-04 Thread Luca Morandini
for XSLT... it just happens that Cocoon users typically use XSLT a lot. Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org

Re: Is Cocoon the right tool?

2009-03-04 Thread Luca Morandini
, is that in order to finish his assignment with Cocoon, Fernando probably would need to write sitemaps as well XSL and other stuff. It's clear now, and I agree. Luca Morandini www.lucamorandini.it

Re: Is Cocoon the right tool?

2009-03-04 Thread Luca Morandini
Jean-Christophe Kermagoret wrote: Hi, Just have a look at the following link: * http://re.be/css2xslfo/index.xhtml Used in conjunction with Cocoon, I think it could be a kill app. Wow ! Looks great. Luca Morandini www.lucamorandini.it

Re: Request parameters to specify an input file

2009-02-28 Thread Luca Morandini
/ map:part src={1}/{2}/ /map:aggregate /map:when map:otherwise map:aggregate element=goforit map:part src={1}/{request-param:sequence}/ map:part src={1}/{2}/ /map:aggregate /map:otherwise /map:select Luca Morandini www.lucamorandini.it

Re: Send a parameter from a Java class to the sitemap

2009-02-26 Thread Luca Morandini
, then you can use the flow-attr input module to send single values, or entire Java objects, to a pipeline. Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users

Re: Pipeline generation and execution dinamically

2009-02-26 Thread Luca Morandini
). Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: flowscript in cocoon2.2

2009-02-18 Thread Luca Morandini
expires. Why don't just define all the script libraries in the sitemap and pass merely the name of the controller subclass whose method showPage is to be invoked ? Regards, Luca Morandini www.lucamorandini.it

Re: flowscript in cocoon2.2

2009-02-18 Thread Luca Morandini
you an error because the function does not return a page (I am too lazy today to provide one, sorry). Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users

Re: Error in flowscript with processPipelineTo

2009-02-11 Thread Luca Morandini
, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: mime-type oddity

2009-02-06 Thread Luca Morandini
, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: Using spring configurator (for properties) in block

2009-01-28 Thread Luca Morandini
repository.dir.flyerdefinitions=${repository._dir_.released}/Flyer Definitions Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands

Re: AW: AW: AW: C2.2 with CForms, JavaFlow and JPA (Hibernate)

2009-01-04 Thread Luca Morandini
on my own server? The Cocoon site uses Daisy, hence having an HTML page may be easier, since portions can be copied and pasted. Regards, Luca Morandini www.lucamorandini.it

Re: AW: AW: C2.2 with CForms, JavaFlow and JPA (Hibernate)

2009-01-02 Thread Luca Morandini
. Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: How to remove the namespace declaration in HTML output in CForms

2008-12-31 Thread Luca Morandini
asif_zzz wrote: Anyone please tell me ,how to solve this issue?? A known issus, some explanations and solutions listed on: http://wiki.apache.org/cocoon/RemoveNamespaces Luca Morandini www.lucamorandini.it

Re: Cocoon 2.2

2008-12-29 Thread Luca Morandini
://blog.reverycodes.com/archives/45.html In addition, follow the tutorials on 2.2 to learn the ropes: http://cocoon.apache.org/2.2/1159_1_1.html Regards, Luca Morandini www.lucamorandini.it

Re: Configuration oddity

2008-12-23 Thread Luca Morandini
Peter Flynn wrote: Luca Morandini wrote: Peter Flynn wrote: Whereabouts in the pipeline is that /cocoon veing inserted, and why? I've clearly misunderstood something vital here, but I can't see what. Just one question: do you use Apache HTTPd's mod_proxy or mod_rewrite as a front-ent

Re: C2.2 with CForms, JavaFlow and JPA (Hibernate)

2008-12-19 Thread Luca Morandini
/avalon. To read your current settings, browse the META-INF directory in the JARs of Cocoon blocks. Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr

Re: AW: C2.2 with CForms, JavaFlow and JPA (Hibernate)

2008-12-19 Thread Luca Morandini
with Cocoon 2.2 (used a RIA/ROA approach instead); anyway, I did revise the sample and improving the sample pages and they worked fine: have you tried them ? Regard, Luca Morandini www.lucamorandini.it

Re: AW: AW: C2.2 with CForms, JavaFlow and JPA (Hibernate)

2008-12-19 Thread Luca Morandini
been entangled between blocks and the overall webapp: if this is the case, try decomposing your app following the tutorials (especially Deploying a Cocoon application) and you'll be fine. Regards, Luca Morandini www.lucamorandini.it

Re: Configuration oddity

2008-12-18 Thread Luca Morandini
, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

Re: Block param

2008-11-18 Thread Luca Morandini
, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: AW: [C2.2] Display Block Information

2008-10-27 Thread Luca Morandini
:( if you're interested i can send you the plugin. I am definitively are, please do. Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [C2.2] Display Block Information

2008-10-23 Thread Luca Morandini
, not directly): http://www.mail-archive.com/users@cocoon.apache.org/msg41568.html My best guess is that the antrun Maven plugin could be used to append at build-time block info to the settings (specified in properties files) used by Cocoon at run-time. Regards, Luca

Re: Cocoon transformation through javascript

2008-10-21 Thread Luca Morandini
arj123 wrote: Thanks Luca. I want to invoke these pipeLines from javascript and not from browser. Is it possible? Sure, they're like any other URL, hence they can be invoked by a browser, an HTML form within a browser, client-side Javascript, etc. Regards, Luca

Re: Cocoon transformation through javascript

2008-10-20 Thread Luca Morandini
://cocoon.apache.org/2.1/userdocs/cinclude-transformer.html Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: [2.2] Cocoon and XSLT 2.0

2008-10-20 Thread Luca Morandini
in Cocoon 2.2 is neatly described here: http://mrhaki.blogspot.com/2008/09/use-saxon-in-cocoon-22.html Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED

[2.2] Cocoon and XSLT 2.0

2008-10-17 Thread Luca Morandini
Anyone tried Saxon on Cocoon 2.2 (possibly with Forms and Ajax blocks) ? Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Mock webservices - possible use for Cocoon 3.0

2008-09-29 Thread Luca Morandini
map:generate type=jx src=pages/{1}.jx map:parameter name=obj value={flow-attr:obj}/ /map:generate map:serialize type=xml/ /map:match Regards, Luca Morandini www.lucamorandini.it

Re: Cocoon 3 empty project

2008-08-27 Thread Luca Morandini
flowscripts and forms are not to be found in them. Anyway, once you have you first Coocoon webapp up and running in 2.2, you can re-use most of the 2.1 doc and a sizeable portion of the 2.0 one. Regards, Luca Morandini www.lucamorandini.it

Re: Cocoon 3 empty project

2008-08-24 Thread Luca Morandini
the staged nature of pipelines allows for great flexibility. Is this possible all this with Coocon? I guess so. Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail

Re: Not able to create and test cocoon2.2 webapp with maven/jetty

2008-08-20 Thread Luca Morandini
, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: External Entity in sitemap

2008-08-20 Thread Luca Morandini
are dealt with by the XML parser (Xerces) before the Cocoon sitemap engine kicks in. Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Passing a node-set from XSLT to Java

2008-07-03 Thread Luca Morandini
to be gml:exterior instead of a #text. Understandable, since your XML has newlines and blanks before gml:exterior: try stripping all this baggage before parsing. Regards, Luca Morandini www.lucamorandini.it

Re: Firefox 3 and URL

2008-07-02 Thread Luca Morandini
Alexandre Mazouz wrote: I want to redefine the standard getElementsByTagName with your getElementsByTagNameNoNS. Do you know where can i make it? Sorry, but I haven't understood what you meant: could you please rephrase ? Luca Morandini www.lucamorandini.it

Re: Firefox 3 and URL

2008-07-02 Thread Luca Morandini
(pipeline) to getElementsByTagNameNoNS(xElt, pipeline, map) either manually or using your editor of choice searchreplace. Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e

Re: Firefox 3 and URL

2008-07-01 Thread Luca Morandini
elm.getElementsByTagName(prefix + : + tag); } return elm.getElementsByTagNameNS(*, tag); } Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL

Re: Passing a node-set from XSLT to Java

2008-07-01 Thread Luca Morandini
/xsl:for-each /vector /xsl:template Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN]: Fins 1.0 back-ported to Cocoon 2.1

2008-06-25 Thread Luca Morandini
/repos/fins/trunk fins Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN]: Fins 1.0 back-ported to Cocoon 2.1

2008-06-25 Thread Luca Morandini
on the View link. Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN]: Fins 1.0 back-ported to Cocoon 2.1

2008-06-25 Thread Luca Morandini
, but does ViewVC really not have a download all for the source code - seems quite strange? Apologies, but I cannot be of any assistance on this. Luca Morandini www.lucamorandini.it

Re: [ANN]: Fins 1.0 back-ported to Cocoon 2.1

2008-06-25 Thread Luca Morandini
... anyway, I've added a link to make it more user-friendly. Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [ANN]: Fins 1.0 back-ported to Cocoon 2.1

2008-06-25 Thread Luca Morandini
. Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN]: Fins 1.0 back-ported to Cocoon 2.1

2008-06-24 Thread Luca Morandini
I hope this will make the day for a few people :) http://www.lucamorandini.it/fins/faq.html Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: C.2.2 Properties in the sitemap

2008-06-02 Thread Luca Morandini
} server=${app.appserver2mapserver} sld-path=http://${app.mapserver2appserver}${app.path}/; wfs-path=http://${app.appserver2mapserver}${mapserver.wfs-path}; version=1.0.0 expires-seconds=${mapserver.cache.expiry-time}/ Regards, Luca Morandini

Re: C.2.2 Properties in the sitemap

2008-06-02 Thread Luca Morandini
Robin Wyles wrote: It's that simple! Indeed :) Do you know if this documented anywhere on the C2.2 website? Here, I guess: http://cocoon.apache.org/2.2/core-modules/core/2.2/1261_1_1.html Luca Morandini www.lucamorandini.it

Re: Installation problem

2008-05-30 Thread Luca Morandini
: try to use ParanoidCocoonServlet instead (follow the indications in web.xml), redeploy Cocoon, cross fingers ;) Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL

[ANN]: Geoid 1.0.0 released

2008-05-28 Thread Luca Morandini
The scope of Geoid is the building of a framework of connectors (generators, transformers, actions, etc.) between Apache Cocoon and various geographic information services (proprietary or open-source). http://www.cocoondev.org/main/117-cd/30-cd.html Luca Morandini

Re: [ANN]: Geoid 1.0.0 released

2008-05-28 Thread Luca Morandini
Derek Hohls wrote: Luca Seems there is a page missing: http://www.lucamorandini.it/geoid/components-wmssldreade.html (linked to WMS Reader) Solved. Thanks for pointing this out. Regards, Luca Morandini www.lucamorandini.it

Re: [ANN]: Geoid 1.0.0 released

2008-05-28 Thread Luca Morandini
, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 2.2 OutOfMemoryError

2008-05-15 Thread Luca Morandini
Andre Thenot wrote: On May 14, 2008, at 6:42, Luca Morandini wrote: No matter how much you increase your PermGenSpace, sooner or later you will hit the wall (every redeploy decreases the amount of PermGenSpace available). Ok thanks, this answers my question. I'll simply restart the server

Re: 2.2 OutOfMemoryError

2008-05-14 Thread Luca Morandini
in Cocoon 2.2, after all), and in production too (there's a very limited need to redeploy in production, right ?). Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail

Re: [ANN]: Fins 1.0.0 released

2008-05-05 Thread Luca Morandini
when using it with C2.1 (this was already mentioned on this list), but I didn't look deep into it: anyone taking it ? Regards, Luca Morandini www.lucamorandini.it - To unsubscribe

[ANN]: Fins 1.0.0 released

2008-04-30 Thread Luca Morandini
http://www.cocoondev.org/main/117-cd/29-cd.html Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[2.2]: Logging not working

2008-04-30 Thread Luca Morandini
org.apache.cocoon.log4j.loglevel is set to DEBUG, the getLogger.debug() statements' output doesn't appear in the geoid-log file, though said file is created. Any clue ? Regards, Luca Morandini www.lucamorandini.it

Re: Cocoon expression language in the sitemap

2008-04-10 Thread Luca Morandini
, then, if time allows, I'd pick up some coding tasks. Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cocoon expression language in the sitemap

2008-04-09 Thread Luca Morandini
Grzegorz Kossakowski wrote: Luca Morandini pisze: I'd like to use it in my sitemap... but don't know how to do it :( Any good soul showing me the way ? What exactly do you want to use in your sitemaps? :-) The same syntax as JXTemplate, like: {jxpath:$cocoon/request/parameters/param

Re: [2.2] Built-in properties available in the sitemap

2008-04-02 Thread Luca Morandini
Vadim Gritsenko wrote: On Apr 1, 2008, at 2:44 AM, Luca Morandini wrote: Vadim Gritsenko wrote: On Mar 28, 2008, at 2:07 PM, Luca Morandini wrote: Could some point me to the list of the properties available by default in the sitemap ? IIRC, in default setup, system properties + contents

Re: LinkRewriter transformer documentation

2008-04-02 Thread Luca Morandini
Luca Morandini wrote: Does anyone mind if I copy it from the Javadocs to Daisy (possibily with some enhancements) ? Done: lazy consensus rules. Luca Morandini www.lucamorandini.it

Re: LinkRewriter transformer documentation

2008-04-02 Thread Luca Morandini
contents on cocoon.apache.org). Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [2.2] Built-in properties available in the sitemap

2008-04-02 Thread Luca Morandini
Vadim Gritsenko wrote: On Apr 2, 2008, at 2:28 AM, Luca Morandini wrote: IIUC, Cocoon doesn't add properties of its own (bar the ones defined in blocks). Hence we can just put a reference to Maven properties, an example of how to use them in the sitemap and we're done, right ? No. I'd

Re: [2.2] Built-in properties available in the sitemap

2008-04-02 Thread Luca Morandini
Vadim Gritsenko wrote: On Apr 2, 2008, at 10:05 AM, Luca Morandini wrote: Vadim Gritsenko wrote: On Apr 2, 2008, at 2:28 AM, Luca Morandini wrote: IIUC, Cocoon doesn't add properties of its own (bar the ones defined in blocks). Hence we can just put a reference to Maven properties

Re: [2.2] Built-in properties available in the sitemap

2008-04-02 Thread Luca Morandini
Grzegorz Kossakowski wrote: Luca Morandini pisze: Grzegorz Kossakowski wrote: Luca Morandini pisze: So, it seems either syntax (${java.home} and {global:java.home}) is fine, but Maven's properties are not visible to the sitemap, even when using the jetty plugin. Luca, what do you expect

Re: [2.2] Built-in properties available in the sitemap

2008-04-02 Thread Luca Morandini
Vadim Gritsenko wrote: On Apr 2, 2008, at 3:36 PM, Luca Morandini wrote: Seriously, if I try java.home it works, same if I try with some properties in my block. Actually, the syntax makes some sense, since it is the way properties are used in, say, Ant. Actually you are right, I think

Re: [2.2] Built-in properties available in the sitemap

2008-04-01 Thread Luca Morandini
Vadim Gritsenko wrote: On Mar 28, 2008, at 2:07 PM, Luca Morandini wrote: Could some point me to the list of the properties available by default in the sitemap ? IIRC, in default setup, system properties + contents of all /META-INF/cocoon/properties/* of deployed blocks. Do you refer

LinkRewriter transformer documentation

2008-03-28 Thread Luca Morandini
Does anyone mind if I copy it from the Javadocs to Daisy (possibily with some enhancements) ? Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL

[2.2] Built-in properties available in the sitemap

2008-03-28 Thread Luca Morandini
Could some point me to the list of the properties available by default in the sitemap ? Regards, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: SSF and UI modularization

2008-03-27 Thread Luca Morandini
Vadim Gritsenko wrote: On Mar 26, 2008, at 5:19 PM, Luca Morandini wrote: ... though... why is it returning every document in sight, instead of limiting itself to the *.jx ones ? map:match pattern=pages.xml map:generate type=xpathtraversable src=blockcontext

Re: Getting the request query parameters in the XML

2008-03-27 Thread Luca Morandini
quickdirty... Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Getting the request query parameters in the XML

2008-03-27 Thread Luca Morandini
may set use-request-parameters in the pipeline too: http://cocoon.apache.org/2.1/userdocs/default/xslt-transformer.html Regards, Luca Morandini www.lucamorandini.it - To unsubscribe

Re: SSF and UI modularization

2008-03-27 Thread Luca Morandini
Vadim Gritsenko wrote: On Mar 27, 2008, at 4:31 AM, Luca Morandini wrote: So, it seems the correct behavior, given my setup, would be: add *.jx files to the known list of XML resources within the depth of 4 and perform the XPath query. I think you just need to set rootRE/includeRE

Re: SSF and UI modularization

2008-03-27 Thread Luca Morandini
Luca Morandini wrote: I'll add a bit of doc then, to avoid others falling into the same trap. I have updated the doc for both Traversable and XPathTraversable generators, could someone please check ? One more thing: in the XPathTraversableGenerator.java there is a little typo

RESTful API using Cocoon

2008-03-26 Thread Luca Morandini
As per subject: can someone point me to a RESTful API built using Cocoon ? Thanks in advance, Luca Morandini www.lucamorandini.it - To unsubscribe, e-mail: [EMAIL PROTECTED

  1   2   3   >