cancel
Showing results for 
Search instead for 
Did you mean: 

Page refresh after using dropdown in interactive forms

Former Member
0 Kudos

Hi

I am developing an interactive form in java web dynpro.

In my code I use IModifiableSimpleValueSet to provide a dynamic

dropdown in my interactive form.

When, however, the form is first rendered and the dfropdown is selected for the first time, the entire webdynpro page is

refreshed before the dropdown list is presented to the user.

My question : is it possible to prevent the page from refreshing so violently?

regards

yuval

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Unfortunately the technology is not yet goood enough. No real answer

OttoGold
Active Contributor
0 Kudos

Using IModifiableSimpleValueSet is the only option? Because such behavior was not spotted yet and so I expect here can be a problem? Just a guess, not a Java guru, regards Otto

Former Member
0 Kudos

Hi Otto

There are two options actually:

1. To define this field type as a dictionary type. In this case , I found no problems.

2. To dynamically define a set of values using ImodifiableSimpleValueSet .

In this case the page refreshes itself unnecessarily.

regards

yuval