Hi all,
Can any one help me that I am importing documents where I need to validate some attribute and has to display messages on import page it should not allow me to import until and unless it meet the requirment.
suppose I have an attrinute Like cust_amount if user enters 0 value it should display an error message in import jsp and it should not allow me to import until and unless I give the cust_amount > 0.
For this I had customized import_component.xml file and I wrote validate(); I had attached file to this thread.here I had created one control in importContent.jsp .but it is not displaying any message and it is importing a document, if I enters a value as 0.