Hi firends i am a novel in WDJ,
i have a Input box on the view having with "ID = pernr" , now in the runtime it carries a value i want to pass this value to another context attribute "ctx_pernr" or a temp variable .
once i get the value in ctx_pernr i will use it for further processing and validations, please suggest what must i write?
eg.
wdContext.currentContextElement().setCtx_Pernr(what should i write here to capture the value from above input box? )