Hi, hope you are safe and sound. I have 5 numeric fields, formatted as "%". Display patter: num{9.8'%'}|num{99.8'%'} Each field is limited to max. two characters with below script on change event: if (xfa.event.newText > 99) {xfa.event.change = "";} 6th field is "Total", where sum is calculated for ...
HI Team, We are trying to install the AEM JEE on WebSphere. After the installation when we were trying to update the configuration details, it failed because we ran out of memory for the "/OPT" directory. Initially the "/OPT" directory was assigned a storage space of 6GB but it was full. Can someone...
while developing a component I am stuck at making dynamic dropdown based on countryfor example : I have one "granite/ui/components/coral/foundation/form/select" from where we can select countries in the second dropdown I want the states to be showed according to the selected cou...
I have a use case where I need to send 1 or more attachments with an email. The current email component seems to allow for 1 or more attachments but, not dynamically. The attachments are in a payload folder and I don't know how many until runtime. This is an attempt to find the equivalent compone...
Does this already exist somewhere? I'd hate to have to wrap the driver myself - never have been successful. Can somebody point me to a download of an Oracle database driver already wrapped for OSGI? Thanks,Charles
I want to have a date and time picker in my form, But all i can see that, AEM Forms offers a date picker, from which i can only capture the date given by the form filler . I want to have a field which captures the time as well. Is there any specific way to do so?Would be really great, if i get a way...
I have the following code I found and tweaked for our purposes, however I am having difficulty modifying the code so that it only reports back all dropdown fields in my form, which are required, and have a default value, which is "0".I've been playing with it, and I thought the current code would wo...
Hi Team, As part of AEM JEE Installation on WebSphere in Unix we have installed the application but while launching the configuration manager under /opt/adobe/Adobe_Experience_Manager_Forms/configurationManager/bin/ConfigurationManager.sh we are getting a weird error. Exception in thread "main" java...