I have a jsp page that consists of an Applinx table of multiple occurring fields and some single occurrence fields positioned above the columns of the table. When I send this to excel, only the Applinx Table is passed since that is how it works. Can I add single occurrence fields to an Applinx Table and then have them properly display when passing to excel? I have had no luck in this as the entire Table and Collection Path do not seem to work when I add single occurrence fields to it.
Hi Joe,
You can
Thanks, Gadi, for the response. With the call: getTagsAccesor().setTagContent("mySingleOcurrrenceField ", <field_data_here>); , how can I get the field_data from each field in the Session? I am unsure how to retrieve it from where I am in the session.