Hi All,I have a requirement where i have to add a button to cq:dialog .
On click of that button i need to send current page URL to the
servlet.Please do let me know how i can achieve this in AEM touch UI
dialog.
Hi ,I have a requirement to share images on Facebook & TwitterI have
Image Gallery Component where images are shown in rows and columns.
There I click on Image on Modal pop up will come there I will have two
buttons like : Facebook Share and Twitter.If I click on Share it will
redirect to facebook login page and after login I will be able to share
an image on facebook.and twitter I have to tweet an image from my
website.I am using AEM 6.1 versionPlease help me how to share images on
light box to...
Hi Team ,I have text filed which will allow user to enter 826 character
and re-add the available character count back to each control I want to
restrict the user to enter values after character count reaches to zero
.Let me know how to achieve this.Following script is written on the
change event of the textfield.var val1= TextField1.rawValue.var len =
val1.length;var count= 826-len;TextField2.rawValue = count;Now i have to
restrict teh user to enter value after character count reaches to
zero.Th...
HI team ,I have short live process which will insert data in to Data
base (oracle 10 G). The process is working fine as per the expectation
it is inserting the data in to Data Base but if we use special
characters in the fields the data is not inserting . In Data Base all
the variables are of VARCHAR data type. I want to include a piece of
code on execute script activity .for example : In one fields user enter
something like this " All features & int'l " .Please help me how i can
achieve thisTha...
HI Team I have a subform which is repeatable have a drop down as one of
the field which is dynamically populated from the web service call(short
lived process) from the DB.On initialize event of the subform the data
connection is executed .Dropown is populated with the values but when an
instance of subform is added the dropdown values are missing.Only in the
first instance of a subform dropdown values are showing up , when
instances of subform is added the drop down values are missing. Please
l...
Hi team ,I have Problem in highlighting the fields in a dynamically
repeatable subform. Sub form will have min count = 1 and max Count =20
and subform is flow able.each subform is flow able .I have to check only
two fields in a subform whether they are null or empty . If the fields
are empty or null then i have to highlight the fields .Below scripting
is not working as per the requirement .I have written the below
scripting on click event of a button.function Test(){var cnt =
subform1.subform2.s...
HI All,I have Long lived process which is working fine last week through
work space and workbench.But this week it is not invoking neither from
workbench nor through work space . Enabled the recording to see what is
the issue .Recording is not happening for this process only . I have 3
workspace categories .In other category All the other forms are working
fine .Only this one is not working . I have checked the history no one
did changes . And scheduler service in components view is up and
runni...
Hi ,I have two subforms in a form .One is visible and other one is
Hidden(Exclude from layout). In sub form which is visible has two check
boxes based on selection the one which is hidden should be visible.For
example:subform 1:checkbox1checkbox2On change event of subform1 i have
written the following script;if( checkbox1.rawvalue == "yes")
subform2.presence ="visible";else subform2.presence ="hidden";It is
working as per the expectation at the initial level .But when form is at
next level of wo...
Hi I have written this logic on execute script picker at the end of the
process so the the updated map will be given to from.import
java.util.map;import java.text.ParseException;import
java.text.SimpleDateFormat;import java.util.Date;Map
reportedmap =patExecContext.getProcessDataMapValue("
/process_data/outTitleSearchInfo ") ;System.out.println("reportingMap :
" + reportedmap); if( ! reportingmap.isEmpty()) { do { String catalog =
(String) reportingmap.get(3); String streetDate = (String)
report...