Hi again; i think that in order to solve my problem i must use the binding 
framework by using the repeaters.... so i have had a look to the sample code; 
form ther i have inserted this match in my sitemap:

     <map:match pattern="home">
       <map:call function="handleForm">

         <map:parameter name="function" value="confHome"/>
         <map:parameter name="form-definition" value="forms/defConf.xml"/>
         <map:parameter name="bindingURI" value="bind/defConfFormBinding.xml"/>

       </map:call>
     </map:match>

Well if i use this match i have this error:

Resource Not Found
Message: Resource Not Found

Description: The requested resource "/Nikko/NikkoConfiguration/home" could not 
be found

Sender: org.apache.cocoon.servlet.CocoonServlet

Source: Cocoon Servlet

While if i use this one:

      <map:match pattern="home">
        <map:call function="confHome">
          <map:parameter name="bindingURI" value="bind/defConfFormBinding.xml"/>
        </map:call>
      </map:match>

I have an error like this:

Internal Server Error
Message: "resource://org/apache/cocoon/forms/flow/javascript/v2/Form.js", line 
166: uncaught JavaScript exception: at confHome 
(file:/C:/JBuilder-JBoss/jboss-3.2.5/server/default/tmp/deploy/tmp17471NikkoCM.war/NikkoConfiguration/flow/Configurator.js,
 Line 18) at (resource://org/apache/cocoon/forms/flow/javascript/v2/Form.js, 
Line 166): Binding not configured for this form.

Description: org.apache.avalon.framework.CascadingRuntimeException: 
"resource://org/apache/cocoon/forms/flow/javascript/v2/Form.js", line 166: 
uncaught JavaScript exception: at confHome 
(file:/C:/JBuilder-JBoss/jboss-3.2.5/server/default/tmp/deploy/tmp17471NikkoCM.war/NikkoConfiguration/flow/Configurator.js,
 Line 18) at (resource://org/apache/cocoon/forms/flow/javascript/v2/Form.js, 
Line 166): Binding not configured for this form.

Sender: org.apache.cocoon.servlet.CocoonServlet

Source: Cocoon Servlet

Request URI

NikkoConfiguration/home

cause

org.mozilla.javascript.JavaScriptException:
at confHome 
(file:/C:/JBuilder-JBoss/jboss-3.2.5/server/default/tmp/deploy/tmp17471NikkoCM.war/NikkoConfiguration/flow/Configurator.js,
 Line 18)
at  (resource://org/apache/cocoon/forms/flow/javascript/v2/Form.js, Line 166):
Binding not configured for this form.

request-uri

/Nikko/NikkoConfiguration/home


Can anybody tell me why this happens?
Thanks to all




____________________________________________________________
Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. 
Abbonati subito su http://www.libero.it 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to