Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM 6.2 CFP4: Submit has ns2 on tags

Avatar

Former Community Member

We installed AEM Forms 6.2 CFP4.

Our submit has ns2 on the xml. Any idea why? Seems to be something to do with panels.

XSD has no mention of "ns2".

"=============================="

<?xml version="1.0" encoding="UTF-8"?>

<data xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">

  <ns2:Metadata>

        <ApplicationId>2</ApplicationId>

        <ApplicantId>1</ApplicantId>

        <FormName>name</FormName>

        <SectionName>section</SectionName>

      </ns2:Metadata>

  <ns2:PrimaryName>

        <LastName>me</LastName>

        <NoGivenName>false</NoGivenName>

        <GivenName>me</GivenName>

  </ns2:PrimaryName>

...

</data>

"=============================="

Appears to be with JDK jdk1.8.0_92 (my machine). Doesn't occur with jdk1.8.0_74 (another machine).

But we doubt the JDK is related.

Also doesn't seem to occur on my machine when I don't do a prefill.

-Joel

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi joell91868939​,

Can you use the guideBridge API (getDataXML[0]) to verify the XML that is being posted? This XML should not have the ns2 namespace.

[0] Adaptive Forms Class: GuideBridge

View solution in original post

3 Replies

Avatar

Employee

What kind of Form are you using? Is it XFA,XSD or None based Form Model?

Let me get back to you on that.

Avatar

Correct answer by
Level 2

Hi joell91868939​,

Can you use the guideBridge API (getDataXML[0]) to verify the XML that is being posted? This XML should not have the ns2 namespace.

[0] Adaptive Forms Class: GuideBridge