Expand my Community achievements bar.

hitesh_m
hitesh_m
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi, We have complex AEM form in 6.3 and we are finding our form size (HTML doc only) is getting too big. We analyze that and found some of the JS rendering on the page is one of the reason. See screenshot. Is there a way we to avoid this script printing in the HTML doc?

    Type

    Questions

    Views

    834

    Likes

    0

    Replies

    0
  • Hi, I am looking for a curl command that can tell me the status of my bundle (Active, Resolved etc). I am using following to start but it returns me results like - {"fragment":false,"stateRaw":32} curl -u  admin:admin http://localhost:4502/system/console/bundles/com.my.aem-project-bundle -Faction=st...

    Type

    Questions

    Views

    3.9K

    Likes

    0

    Replies

    1
  • Hi, we are migrating our forms from 6.1 to 6.3.  When we are launching our forms in 6.3 we are getting a javascript error that is blocking everything. Can someone help us to identify the root cause ? Following is the error.TypeError: Cannot read property 'id' of undefined    at child.handleAccessibi...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    1
  • Hi,I am creating an Adaptive form (AEM 6.1). My problem is all the numeric fields are not working good in Android phone browser. Here is the scenario1. Create a form2. Create a numeric text box (Make it decimal)3. Lets say lead digit 9, fraction 2 Now, there are following issues1. The field accepts ...

    Type

    Questions

    Views

    649

    Likes

    0

    Replies

    0
  • I would suggest to write an AEM forms validation expression in Javascript. 

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • radzmar wrote... Sorry, but this.value != "" isn't a good validation (see here on page 18). You better use this.rawValue !== null; or the built-in method isNull() to check a fields value against null.  this.isNull();    Thanks. I updated the answer !

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • You can make your filed mandatory to avoid JS. OrYou can write your validation script under "Validate" expression. If you are using rule editor its quite simple. One sample validation is - this.value !==null   or this.isNull() for blank fields. Just write this script in validate expression. 

    Type

    Questions

    Views

    1.3K

    Like

    1

    Replies

    0
  • We are building an AEM form with no customization. For one of our Accessibility requirement we have to set tabindex of text fields.  I am wondering if there is any way to do the same ?

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    1
  • Hi,I have a form with multiple child panels like -MainPanelName, MaritalStatus and ProvinceChildPanel_one (Only visible if MaritalStatus is true in MainPanel)Spouse Name, Spouse DOB, Spouse Salary I have set a validation expression for ChildPanel fields. My problem is, even if the ChildPanel is not ...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    1
  • Hi , I have an AEM project setup like this -->myproject-->componentsmyproject-->templatesI need to use an external JAR in my project.  For that I created a folder like myproject-->install and through webdev I placed my jar "helloworld.jar" in install folder.  But I am not able to use this JAR in my ...

    Type

    Questions

    Views

    2.9K

    Likes

    0

    Replies

    2
Top badges earned by hitesh_m
Customize the badges you want to showcase on your profile