Date: 2005-01-21T01:49:42
   Editor: TrondAlbinussen
   Wiki: Cocoon Wiki
   Page: CFormsMinimalExamples
   URL: http://wiki.apache.org/cocoon/CFormsMinimalExamples

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -128,3 +128,8 @@
 Although the javascript "forms-lib.js" is saved in the same directory of the 
other files, this form only works when the page is referenced as 
"resource/forms-lib.js". Nowhere in the pipeline is there a reference to 
"resource/*.js" or anything like it.
 
 Can somebody explain this to me?
+
+
+-- It resides in the forms-styling.xsl stylesheet:
+ <!-- Location of the resources directory, where JS libs and icons are stored 
-->
+  <xsl:param name="resources-uri">resources</xsl:param> TrondAlbinussen