iw_form_name missing in show_env.cgi window
Is that correct what I am trying to do
Is it possible to get the form name in my jsp file when I invoke it through formAPI. If not can you suggest any alternate way to do this.
function getValue(access_string) { var litem = IWDatacapture.getItem(access_string); return (litem != null)? litem.getValue() : null;}