cancel
Showing results for 
Search instead for 
Did you mean: 

information from different nodes to one table

Former Member
0 Kudos

Hi Guysm

I have created a webSerivce and using Adaptive web service model. The response is bind to a node like this

responseNode

-- InformationNode1

Attr A

Attr B

-- InformationNode2

Attr. A

Attr. B

How can I display the information from InformationNode1 and InformationNode2 in one table ??

Regards

Flo

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi Flo,

Try like this:

Create the table and four columns with cell editors manually (without using any template).

set the data source property of the table to responseNode

Now bind each column cell editor to the respected attribute.

Note: The no of records will be displayed = responseNode.size()

Regards,

Siva

Edited by: Siva Rama Krushna on Jan 15, 2009 12:30 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You cannot have table columns populated from two different nodes.

The 'datasource' property for the table UI Element can be bound to only one node so that the attributes chosen under this node come as the table columns.

The concept behind this is that each context node has cardinality (say 1-n) associated with it, now the table bound to more than 1 node will result in multi-dimensional result set.

Hope I have been clear.

Kind Regards,

Nitin