ThomasT
ThomasT

Reputation: 390

How to refresh a PL/SQL Dynamic Content Region without a page submit

I am using Oracle Apex v21.1, I'm working on a dynamic insert form which displays a certain numbers of textfields based on a numbers selected by the user in a LOV.

It's currently working using the solution based on one of my previous post (thanks davidm)

I am using an Interactive Report with a SQL Query that SELECT n APEX_ITEM.TEXT components.

I would like to improve this solution and use a PL/SQL Dynamic Content Region using HTP.P, because this would allow me to create textfields with and more css classes, which would give my apex_item components a more native look of the declarative apex items.

Unfortunately, it's not possible as far as I know to partially refresh a PL/SQL Dynamic Content Region.

Is there a way that could look like a refresh for the user, using a Set Value DA or an existing plug-in, that would allow the submit of the value in the LOV, and so dynamically generate my textfields ?

Thank you,

Thomas

Upvotes: 0

Views: 4137

Answers (1)

ThomasT
ThomasT

Reputation: 390

UPDATE

If this can help anyone, I've found this plug-in which gives you the possibility to refresh a PL/SQL Dynamic Content Region.

Upvotes: 1

Related Questions