cancel
Showing results for 
Search instead for 
Did you mean: 

Adding data to the context attributes

former_member222346
Participant
0 Kudos

Hi all,

I am stuck in the middle of something.

Actually I am developing UI elements of Tree Structure and Accordion in NWDS 7.3 and following the following steps

step 1: Adding the UI element to the View(Tree or Accordion)

step 2: Adding nodes and attributes to the Context of the View

step 3: Binding the data of the context with the properties of View

step 4: Creating the same nodes and attributes in the Controller Context

step 5: Context Mapping between view and Controller

I am getting only the Control of Tree and Accordion but the sub elements are not visible in the output.It is just only the control

can you help me with the further steps...so that I will get the whole structure(hierarchy) in the output

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

did u google how to use tree ui n web dynpro java?

former_member222346
Participant
0 Kudos

yes..Referred this link http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0ec6622-8da5-2a10-349b-868b6a553...

but i did not see context mapping step anywhere in this..After Context mapping if i run this application it is giving a blank page as output.

Where I am wrong I am not getting.

I want to know after context mapping, how to add the content to the context..Is there anything we need to do coding in the implementation files.

Please help me, I am completely new to this technology