here's a simple one for you all. I have a login page which passes 2 parameters to an xsl page, which are in turn passed onto a stored procedure. What I want to do is this:
1.
if a recordset is not returned
{
redirect user back to login page
}2. query a stored procedure and use the returned recordset values to populate a java class, for example a current_client object.
I am using esql at the moment to do the db stuff. How could i do these 2 things using esql, or would it be better to use something else in cocoon?
Uzo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
