[SUMMARY?] How to parse an error

2002-09-03 Thread Antonio Gallardo Rivera
Hi, The first but not the best solution I found was using i18n to parse all the string. Obviously this is not the best way to do that. I think a little enhancement to Cocoon can be a better parsing of the errors like this: "org.apache.cocoon.ProcessingException: Could not add record: java.sql

Re: How to parse an error

2002-08-31 Thread Antonio Gallardo Rivera
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 al

How to parse an error

2002-08-30 Thread Antonio Gallardo Rivera
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: Canno