Conditional Display of Item based on Select List without redirect
469875Dec 29 2006 — edited Oct 26 2007Hi ALL,
how do i make a conditional display of an item (P1_TEXTBOX1) based on a select list value, such that when my select list (P1_SELECT lov=STATIC:A;B;C) value is A, then P1_TEXTBOX1 is visible.
already made that possible by choosing a Select list with redirect, but when my page is redirected, the values of my other items in the form are not saved when edited.
can anyone show me how to evaluate the value of a select list without redirecting or submitting a page?
thanks!
BROKEN