Hi Prabudass,Are you making turnkey installation? Is your system 32 or 64 bit?JbossService may not be installed succesfully if you are using 64-bit JDK. This blog post may be helpful:http://blogs.adobe.com/livecycle/2008/10/installing_livecycle_jboss_tur.htmlOguzwww.kgc.com.tr
Put a "delete row" button to your repeating subform and use the following script on the click event:<br />form1.page1.<repeating_subform>.instanceManager.removeInstance(this.parent.index);<br /><br />Oguz<br />www.kgc.com.tr
Hi Paul,I edited "SendEmailService: 1.0" service configuration with the same SMTP host, username and password and be able to send the email. But I still cannot send the email after PDF Generation.ThanksOguz
Hi jboyle,You can do the following:1-Get data from your xfaForm using XPATH expressions and keep the xml data in a document variable2-Use Forms' renderPDFFrom operation to merge your form template with data and assign the result to a document variable3-set your rendered PDF document to /documentform...
Hi,<br />You can use subforms instead of tables and the javascript on the click event of the button will be like:<br />form1.page1.<your_subform>.instanceManager.addInstance(0);<br /><br />Oguz<br />www.kgc.com.tr