Sorry, I forgot told that the formValdator logicsheet and the DB Action are 
working well. The category_name has set UNIQUE attribute. Then if I try to 
write a second register in the database with the same name, when it process 
the request it throw the error. (Its true because the DB does not allow 
another "category_name" field with the same attribute.

My goal is process the error to make it more user-friendly.

El Viernes, 30 de Agosto de 2002 23:23, Antonio Gallardo Rivera escribió:
> Hi,
>
> What can use to parse the error strings to make it more suitable to my
> language.
>
> I am building a Database web application and I need to parse the error to
> the user:
>
> From (error:description):
>
> org.apache.cocoon.ProcessingException: Could not add record:
> java.sql.SQLException: ERROR: Cannot insert a duplicate key into unique
> index categoria_cat_nombre_key
>
> To (string to the user):
>
> Cannot insert a duplicate key into unique index "category_name"
>
> Regards,
>
> Antonio Gallardo
>
>
>
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>

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

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

Reply via email to