Hello BSP gurus,
Ok, so far I have this piece of code. The idea is to click on a radiobutton and then click on the search button in order to go to the next screen (the result screen).
Does anyone have an idea how to handle this?
Thanks in advance.
<htmlb:radioButton id = "rad1"
key = "r1"
disabled = "false"
text = "Report 1"
checked = "false"
/>
<htmlb:button id = "search"
text = "Search"
onClick = "onInputProcessing(select)" />