Thinlet

2004-04-11 Thread Yves Vindevogel
Anybody who ever worked with thinlets (www.thinlet.com)? Seems interesting. Any experiences ? Met vriendelijke groeten, Bien à vous, Kind regards, Yves Vindevogel Implements Mail: [EMAIL PROTECTED] - Mobile: +32 (478) 80 82 91 Kempische Steenweg 206 - 3500 Hasselt - Tel-Fax: +32 (11) 43 55

Dynamic action type?

2004-04-11 Thread Oscar Picasso
When using a file generator you can dynamically set the source by writing something like that: map:match pattern=* map:generate src=docs/{1}/ ... /map:match But if you try to do something like: map:match pattern=* map:act type={1}/ ... /map:match It doesn't seem to work. Does it mean

Help with fb:multi-value/ binding - CFORMS

2004-04-11 Thread Uchenna Igwebuike
Does anyone have an example on how to bind data from and to a bean using an ArrayList field to store multivalue data from a form

xsl:sort in 2.1.4 not working

2004-04-11 Thread Rick Tyler
I just installed Cocoon 2.1.4 under Windows 2000 and am trying to do a trivial sort, but regardless of what I do, the output appears in the same (apparently random) order. Why?! XML: items item nameitem 1/name colorred/color shapesquare/shape /item item nameitem 2/name

Re: xsl:sort in 2.1.4 not working

2004-04-11 Thread Joerg Heinicke
On 11.04.2004 21:01, Rick Tyler wrote: I just installed Cocoon 2.1.4 under Windows 2000 and am trying to do a trivial sort, but regardless of what I do, the output appears in the same (apparently random) order. Why?! snip/ XSL: xsl:template match=items xsl:apply-templates xsl:sort

[HELP]No pipeline matched request: baseballlibrary/ballplayers/B/Bloomquist_Willie.stm

2004-04-11 Thread Howard and Caley Sand
Description:org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: baseballlibrary/ballplayers/B/Bloomquist_Willie.stm

RE: sort in 2.1.4 not working

2004-04-11 Thread Philipp Burkert
Hej, I just installed Cocoon 2.1.4 under Windows 2000 and am trying to do a trivial sort, but regardless of what I do, the output appears in the same (apparently random) order. Why?! xsl:template match=items xsl:apply-templates xsl:sort select=item/color /xsl:apply-templates

(Easy) Passing a Variable From Sitemap to StyleSheet?

2004-04-11 Thread David Swearingen
I thought this would be easy...I'm trying to pass a variable defined in the Sitemap, and retrieve it in the Stylesheet. Specifically, I have {1} defined in the sitemap, which is the basename of a file, and I want to refer to this filename in a stylesheet that's called by a transformer. I'm then

RE: Best Way to Build a Traditional Website Structure Using Coc oon?

2004-04-11 Thread David Swearingen
Gary: I've not considered CSS for layout since I'm comfortable with tables...but I'm open to hearing if there is a better way to layout header/footer/nav/body in a way that is consistently handled by most browsers. David --- Schultz, Gary - COMM [EMAIL PROTECTED] wrote: Have you considered

RE: (Easy) Passing a Variable From Sitemap to StyleSheet?

2004-04-11 Thread Philipp Burkert
Hi, I thought this would be easy...I'm trying to pass a variable defined in the Sitemap, and retrieve it in the Stylesheet. first you have to handle the parameter to the transformer within the sitemap. ---sitemap-- map:match pattern=*/show.html map:generate

RE: (Easy) Passing a Variable From Sitemap to StyleSheet? - One complication

2004-04-11 Thread David Swearingen
Indeed I can use the variable in the stylesheet as described below by Philip but I failed to anticipate that I have to use the variable INSIDE of another tag, that is, I have a variable foo that represents a filename and I have to use it as follows: [cinclude:include src=foo.xml] I'm assuming

RE: (Easy) Passing a Variable From Sitemap to StyleSheet? - One complication

2004-04-11 Thread Conal Tuohy
Hi David. This is more of an XSLT question now really, if I understand you correctly. You should use attribute value templates (i.e. curly braces): xsl:variable name=foo/ ... cinclude:include src={$foo}/ You could indeed use xsl:value-of, like this: cinclude:include xsl:attribute

Woody tab state control

2004-04-11 Thread Steve Steinitz
Hello, We attempted to control the tab selection of a tab group as follows: the tab group contains wi:group wi:styling type = tabs/ wi:state wt:widget id=tab-state/ /wi:state ... Our bindings include: wb:value id=tab-state path=tabState/ which

Is there any tool or method to debug the pipeline?

2004-04-11 Thread lech
to see howstream flows in the pipelineafter a request comes in? I have difficulty in figuring out which part of my pipeline works and which part not. I don't know what to do. is there any tools for this? Thanks! Blank Bkgrd.gif