i have this code in my xsp:

<content>
<title>Search results</title>
<esql:connection>
  <esql:pool>swingconnection</esql:pool>
  <esql:execute-query>
   <esql:query>select * from doneschedule
   </esql:query>
   <esql:results>

    <resources>
     <esql:row-results>

      <resource>
       <esql:get-columns/>
      </resource>

     </esql:row-results>

    </resources >

   </esql:results>

  </esql:execute-query>

</esql:connection>

</content>

and my pipeline is:

<map:pipeline match="*.xsp">
<map:generate type="serverpages" src="xsp/WSBinder.xsp" />
<map:serialize type="xml"/>
   </map:pipeline>

i have set the swingconnection in cocoon.xconf and web.xml has gotten the driver for jdbc.
Also my db has content but when i execute the file through a browser i only get the title.
Can i somehow set som error handling so i can look up the fault?


regards

c-o

--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

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



Reply via email to