cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the value entered in Input field of a popup view

Former Member
0 Kudos

Hi Experts,

I have a simple application.

Views: V_MAIN & V_POPUP

Windows: W_MAIN ( Contains V_MAIN ) & W_POPUP ( Contains V_POPUP )

V_MAIN has a button - on action - generate popup in window w_popup

V_POPUP has a label and input field .

Now i want to capture the contents given in input field. How to do th is?

Problem is when a node is created in V_popup and attribute of node is mapped to inputfield, i am getting error.

What is the procedure to read the value given in V_POPUP on the action of 'OK' button i get in popup.

any clue is greately appreciated. Thanks

Ajay

Accepted Solutions (0)

Answers (1)

Answers (1)

prasenjit_sharma
Active Contributor
0 Kudos

Hi,

If you tie the input field to a context node and the context node created in the component controller, then you may be able to directly read it from the controller context.

Regards

Prasenjit

Former Member
0 Kudos

Hi,

When i was trying to do the same, i was getting error.

"adapter exception, context binding of property value unresolved"..i tried many times but same.

Seems some problem with context mapping/binding.

i deleted the entire componenet and created a fresh one. Its working fine now.

I thought i am missing something for this data transfer. Many thanks for your inputs.

Regards,

Ajay