Numeric Standard object as array of objects


i have 3 numeric fields named numeric[0], numeric[1], numeric[2].

when submit form filling in 1, 4 , 6, xml data shows follows


  1.00000000
  4.00000000
  6.00000000


i expecting numericfield tag have index refer each value individually.

any ideas on how implement this.

satish_rao@adobeforums.com wrote:
> have 3 numeric fields named numeric[0], numeric[1], numeric[2].
>
> when submit form filling in 1, 4 , 6, xml data shows follows
>
>
>   1.00000000
>   4.00000000
>   6.00000000
>

>
> expecting numericfield tag have index refer each value individually.
>
> ideas on how implement this.

you should bind form xml schema ensure you're getting data in specific and/or
consistent manner.  if don't have xml schema, should define one.  otherwise,
format of data potentially change each time make changes form.  example,
wrapping numeric fields in subform give set of xml tags have
parse...meaning have make code changes each time form design changes.  binding
schema gives separation of data presentation layer.

--
justin klei
cardinal solutions group
www.cardinalsolutions.com


More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments