Skip to Content
0
Former Member
Dec 01, 2008 at 12:44 PM

Creating Application using Multiple Components

18 Views

Hi,

I am creating a WebDynPro Application.

The WebDynPro Application has two Component: 1> FirstComponent

and 2> SecondComponent.

1> FirstComponent: It has single View FirstView.

Context of the FirstView contains new Value Node EmployeeData.

The value attribute inside Value Node are 1>EmployeeId and 2>EmployeeName.

The value attributes are mapped with the value attribute of Component Contoller.

Component Controller: FirstComponent has Value Node EmployeeData

and value attribute 1>EmployeeId and 2> EmployeeName.

2>SecondComponent: It has single View SecondView.

Context of the SecondView contains new Value Node EmployeeData.

The value attribute inside Value Node are 1>EmployeeId and 2>EmployeeName.

The value attributes are mapped with the value attribute of Component Contoller.

Component Controller: SecondComponent has Value Node EmployeeData

and value attribute 1>EmployeeId and 2> EmployeeName.

Now, my criteria is the Data should be given to the FirstView as Input Text and that Data goes to the Second View.

Here, I have to connect the FirstComponent and SecondComponent with InterfaceViewController.

I am getting stuck with the TextEdit EmployeeId and EmployeeName as it's value is set with context one, so, it is coming deactivated.

Regards

Kaushik Banerjee