Hello,
i have a pl/sql region with a button; clicking the button i would like to add a new text field.
In the region i have defined the following code that creates correctly the first text field:
htp.p(apex_item.text(10, ''));
I have defined a dynamic action for the button with the same code:
htp.p(apex_item.text(10, ''));
But it does not create a new field, what am i doing wrong?
Thanks in advance and greetings
c.