On Tue, Dec 11, 2001 at 10:18:40AM +0100, rgi wrote:
> Hello cocoon-users,
> 
>   I want to insert a new record in a oracle table. I use esql and
>   connection pooling from cocoon2.
>   I have cofigured all needed things in web.xml and cocoon.conf files.
>   No error ocure when I start cocoon. But when I want to insert the
>   data, nothing happen. Only some strings come back to the browser...!
>   Can someone help?
> 
>   
> My OK.xsp file:
> 
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <xsp:page
>    language="java"
>    xmlns:xsp="http://apache.org/xsp";
>    xmlns:xsp-formval="http://apache.org/xsp/form-validator/2.0";
>    xmlns:xsp-request="http://apache.org/xsp/request/2.0";
I think you are missing esql namespace, in order to use any esql:...
esql namespace have to be declared.

HTH,
        hubert

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to