MODEL NODE(data bound to BOLobject)
Pre-requiest you need to create a empty view . How to create a view in web-ic click here
Let us see how to create a context node Person with the first name , last name and city of birth for a empty view that we created.

After clicking the create a wizard pops up and we need the follow the wizard as follows.

You need to add the BOL entity if you are using the Model node. if this is not bound then create Value Node which is explained further in this post.Click Continue to the next screen. Now let us add the fields to this context node. See the following screen shot.

Now you need to click on the + sign that will take you to the next screen where you can select the fields that you need for the screen.

Once the file is select go next and complete the wizard. You got the attributes that you need and you added to the context node. See the following screen shot.

Now you have the Context Node — Model node added to the View. To pass the data between we need a higher level of linkage (component controller or custom controller linked to this context). I will write about that in another post.
VALUE NODE(data not bound with BOL)
Ho to delete context node, which is created.
Comment by Satish — April 7, 2010 @ 12:13 pm
Please reply. How can we delete a context node that we have created.
Comment by Sachin — May 14, 2010 @ 1:49 am
To delete a context node you have to delete the classes/methods created by the wizard. You should know which new classes were added
There is no other way as far as I know.
Comment by Rafael — June 2, 2010 @ 12:26 pm