cancel
Showing results for 
Search instead for 
Did you mean: 

How to clear the input values in WD4A

Former Member
0 Kudos

Hi all,

Thanks in Advance.

In my login page i have ID and Password.If Login fails it back to the same login page.But at the same time the entered(In ID and Password)will be cleared.If i write the code in inboundhandler is it correct means how can i write to invalidate the input values???Is there any examples or related links???

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please have a look at this similar thread:

Hope this helps!

Regards,

Srilatha

Former Member
0 Kudos

Thx Srilatha..

Thread is very useful and solved my pblm...

Answers (1)

Answers (1)

Former Member
0 Kudos

You have bound the Login ID/Pwd input fields with a Context node and check that authrorization for the given cridentials on the Lgon button event handler. Is it the approach?

If so, then you have to invalidate the context node or set the cleared values on context node, when given credentials are not valid.

Hope it works.