Hi ,
i have fileupload marked as mandatory for image field but since i am doing some java-script manipulation, hence I need to bypass this and still submit the dialog even if the image is empty.
Please let me know how this can be achieved.
<image
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/authoring/dialog/fileupload"
autoStart="{Boolean}false"
class="cq-droptarget"
fieldDescription="The Image ."
fieldLabel=" Image"
fileNameParameter="./image/fileName"
fileReferenceParameter="./image/fileReference"
mimeTypes="[image]"
multiple="{Boolean}false"
name="./Image"
required="{Boolean}true"
title="Upload Image Asset"
uploadUrl="${suffix.path}"
useHTML5="{Boolean}true"/>
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
If you need required field to work and make it not to work with ur custom then first try to understand how required validation is working and how is it getting called then try writing ur custom code similar to required validation
Views
Replies
Total Likes
Have you tried removing required="{Boolean}true"
Views
Replies
Total Likes
It is mandatory field .Still need to bypass it
Views
Replies
Total Likes
Any inputs from any one??
Views
Replies
Total Likes
If you need required field to work and make it not to work with ur custom then first try to understand how required validation is working and how is it getting called then try writing ur custom code similar to required validation
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies