Problem: I want to populate a PDF Form containing multiple sub-forms, each sub-form contains an itemized data, similar to an invoice.
I am using <cfpdfform> populate with XML data. The PDF Form was created using LiveCycle Designer However, the form is not filled out. Here is example of what I am doing: <cfpdfform source="TestForm.pdf" action="populate" xmldata="xmldata.xml" /> <!--- xmldata.xml ---> <?xml version="1.0" encoding="UTF-8"?> <xfa:datasets xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><xfa:data><form1><grantA pplication><page1><ProjectTitle>Foo Bar</ProjectTitle><RequestNum>123456789</RequestNum><RequestTitle>MyTitle</R equestTitle><PIName>My Principal</PIName><Degrees>Foo</Degrees><SSN>1234567</SSN><PositionTitle>Sof tware Engineer</PositionTitle><Department>Computers</Department><Subdivision>Quali ty</Subdivision><Address>Bannerghatta Road</Address><City>Bangalore</City><State>Karnataka</State><ZipCode>560029< /ZipCode><Email>[EMAIL PROTECTED]</Email><PhoneNum>918051939616</PhoneNum><Fa xNum>91803264522</FaxNum><HumanSubjects>1</HumanSubjects><CompNum>321</CompN um><VertebrateAnimals>2</VertebrateAnimals><AssuranceNum>123</AssuranceNum>< FromPeriod/><ThroughPeriod/><BudgetDirectCosts>200</BudgetDirectCosts><Budge tTotalCosts>300</BudgetTotalCosts><SupportDirectCosts>400</SupportDirectCost s><SupportTotalCosts>500</SupportTotalCosts><OrgAddress>Downtown</OrgAddress ><OrgCity>Newton</OrgCity><OrgState>WI</OrgState><OrgZipCode>34561</OrgZipCo de><Type>2</Type><OrgCode>290</OrgCode><IDNumber>98765</IDNumber><District>C apeTown</District><CurrentPage>1</CurrentPage><PageCount>2</PageCount></page 1><page2><Description>This is the description of the project</Description><CurrentPage>2</CurrentPage><PageCount>2</PageCount></p age2></grantApplication></form1></xfa:data></xfa:datasets> What am I doing wrong? Brian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3961 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
