Expand my Community achievements bar.

tarekahf
tarekahf
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • The links you provided in your post are not working. I need to find out how to implement a File Upload Component Field for Images in AEM Adaptive Form. Tarek

    Type

    Discussions

    Views

    14.4K

    Like

    1

    Replies

    6
  • You have options, but there will be limitations. We faced similar problems before, and the main problem was how to use the XFA/XDP designs in an alternative Designer. You can find an alternative, but you have to live with the following limitations: 1. Re-design from scratch all the designed forms ba...

    Type

    Questions

    Views

    15.9K

    Like

    1

    Replies

    0
  • Added my answer to the main post.

    Type

    Questions

    Views

    15.8K

    Likes

    0

    Replies

    0
  • Thank BR001​..So far everything looks fine on my side, I will add my findings below to help improve the reusability of such components in the future...I tried to use a fragment inserted on the master page, which will be used to how/hide the Autocomplete subform (component). This approach worked with...

    Type

    Questions

    Views

    3.7K

    Likes

    0

    Replies

    0
  • Very clear ...I think <proto> objects are better than custom objects, because you can change the reference objects, and the change will be reflected everywhere. I don't think custom objects have this feature.In relation to <proto> object, I tried to modify the "use" attribute using javascript, but i...

    Type

    Questions

    Views

    3.6K

    Likes

    0

    Replies

    0
  • Thanks again.I checked the proto object, and it is now clear to me how to use it.Just to verify my understanding, in order to use the proto object, first you have to create it, then use it with the "use" attribute. But, in order to create the proto object, you must add the <proto> tag using XML sour...

    Type

    Questions

    Views

    6.2K

    Likes

    0

    Replies

    0
  • Thanks BR001​...I managed to develop a wrapper component using Java Servlet that will: 1) get authentication token then call suggest DMTI service (search as you type) and 2) get the token then call recognize DMTI service (get address parts). Also, I implemented the Servlet call from PDF using "FromC...

    Type

    Questions

    Views

    6.2K

    Likes

    0

    Replies

    0
  • I was able to use the Net.HTTP and SOAP object to access the same DMTI service, but it worked only on the console window:var jData;var prm = {cVerb:"GET", aHeaders: [{name: "Authorization", value:"authentication-token"}], cURL: "https://app2.dmtispatialxxx.com/servicesxxx/rest/suggest?limit=60&inclu...

    Type

    Questions

    Views

    15.8K

    Like

    1

    Replies

    0
  • Hi BR001​,Could you please take a look at this post:Re: Using fragment to implement Drop-Down List Field with search / auto populateI was able to reimplement your code in the form to perform autocomplete based on Google Places API. Now I need to use another service based on DMTI not Google Maps. The...

    Type

    Questions

    Views

    6.2K

    Likes

    0

    Replies

    0
  • BR001​ Thank you so much! We have migrated most of our forms from Adobe LiveCycle PDF to HTML5, and implemented autocomplete feature for address lookup.The other day I heard some business users asking for this feature (autocomplete) to be implemented on some legacy PDF forms. I think your sample wil...

    Type

    Questions

    Views

    5.7K

    Likes

    0

    Replies

    0