cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove binding

Former Member
0 Kudos

Hi All,

I have 2 InputFields and 1 Button.I enter something in the InputField and click the button,It'll go to the next view which is displaying the data entered in the InputFields.In the result View I have one More button to come back.If I click that button,It 'll come to the StartView and the Data entered is still remaining which i dont want to keep. For removing this Binding What should I do?Can anyone help me in this?

With luv,

Karthick

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

OnInboundplug of start view you can invalidate the node.

wdCOntext.node<NodeName>().invalidate();

or

wdContext.currentContextElement().set<<Attrib>("");

Regards, Anilkumar

Former Member
0 Kudos

Hi Anil Kumar,

OK.I'll try this.

Thankx for your timely help.

Regards,

Karthick

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You cant remove the bindings and leave a input field without binding.

You can only clear the value present in the binded attributes. And for doing that you employ invalidate as Mr.Anil has suggested

Regards

Bharathwaj