Can I define some ERROR codes and configure that in controller to send custom message based on the ERROR code?
Regards Vedam On Nov 20, 2007 1:52 AM, BJ Freeman <[EMAIL PROTECTED]> wrote: > there maybe other ways. > here are the ones that come to mind > 1) change the controller request map error response to a page with your > code. > <response name="error" type="view" value="error"/> > > 2) you can go deeper into the code and change the errmsgs so they show > on the normal error page. > > > Vedam B sent the following on 11/19/2007 12:07 PM: > > Hi all, > > > > By design OFBiz supports PRODUCT ID as Input instead of Auto-generated > > sequence. > > > > So, when user tried to create a PRODUCT with the same ID which is > already > > available, I want to send custom message instead of code details. > > > > Request your help on this. > > > > Regards > > Vedam > > >
