ESQl and Stored Procedures

2004-04-15 Thread Carlos Dias
Hi, I'm trying to use a stored procedure for making an update in an Oracle database. Here is the xsp+esql code:    language="java" xmlns:xsp="http://apache.org/xsp" xmlns:xsp-request="http://apache.org/xsp/request/2.0" xmlns:esql="http://apache.org/cocoon/SQL/v2">      java.lang.String   

Re: ESQl and Stored Procedures

2004-04-15 Thread Leon Widdershoven
Could it be that the embedded in the block is the culprit? I read somwhere that that is not a wise combination. (which is logical as in an xsp:logic you don't need an xsp:expr). Please note: I did not try this, and have never used the esql:call. But it seems that all tags are closed - so this mi

Re: ESQl and Stored Procedures

2004-04-15 Thread Christopher Painter-Wakefield
| | cc: | | Subject: Re: ESQl and Stored Procedures | >--| Co

Re: ESQl and Stored Procedures

2004-04-15 Thread Christopher Painter-Wakefield
| | To: <[EMAIL PROTECTED]> | | cc:

Re: ESQl and Stored Procedures

2004-04-15 Thread Leon Widdershoven
| | To: <[EMAIL PROTECTED]> | | cc:

Re: ESQl and Stored Procedures

2004-04-16 Thread Carlos Dias
inter-Wakefield" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 15, 2004 8:57 PM Subject: Re: ESQl and Stored Procedures > > > > > Carlos, > > just for background, can you do a simple select or update query using ESQL? > I ask only because you a

Re: ESQl and Stored Procedures

2004-04-16 Thread Christian Haul
Carlos Dias wrote: Hi, I'm trying to use a stored procedure for making an update in an Oracle database. Here is the xsp+esql code: language="java" xmlns:xsp="http://apache.org/xsp"; xmlns:xsp-request="http://apache.org/xsp/request/2.0"; xmlns:esql="http://apache.org/cocoon/SQL/v2";>

AW: xsp:expr in xsp:logic (was: ESQl and Stored Procedures)

2004-04-15 Thread Leon Widdershoven
For the people who search the list and want to see some sort of result:) See http://cocoon.apache.org/1.x/xsp.html for some details on XSP. Please note that foo is not possible; the node must be inside an node when used within leon Leon Widdershoven wrote: Could it be that the embedded in