removing validations

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

removing validations

Akshat Aggarwal
Can someone please help me to remove validations from ofbiz like from registration page and how to put the new ones??

regards
akshat

::DISCLAIMER::
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
received this email in error please delete it and notify the sender immediately. Before opening any mail and
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------
Reply | Threaded
Open this post in threaded view
|

Re: removing validations

Pranay Pandey-2
Hi Akshat,

This should be help https://cwiki.apache.org/confluence/x/cQFk 
You can write your custom code as required to  enable, disable or change the server side validation messages. First of all you will need to understand structure for services and events in OFBiz.

Thanks & Regards
--
Pranay Pandey




On Mar 9, 2011, at 10:43 PM, Akshat Aggarwal wrote:

> Can someone please help me to remove validations from ofbiz like from registration page and how to put the new ones??
>
> regards
> akshat
>
> ::DISCLAIMER::
> -----------------------------------------------------------------------------------------------------------------------
>
> The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
> It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
> this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
> Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
> this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
> received this email in error please delete it and notify the sender immediately. Before opening any mail and
> attachments please check them for viruses and defect.
>
> -----------------------------------------------------------------------------------------------------------------------

Reply | Threaded
Open this post in threaded view
|

Re: removing validations

monica.das
In reply to this post by Akshat Aggarwal
Go through the practice application to remove and add validation from a specific page.

https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide

To remove the validation put(optional="false") for the desire field in services.xml file.