Skip to Content
0
Dec 08, 2008 at 07:47 AM

Preventing action from rendering all page

26 Views

Hi all,

I have a Web Dynpro application that contains several views - see image1.

http://img301.imageshack.us/img301/5412/image1ad0.jpg

The upper view contains 2 dropdowns and execute button (which is actually a linkToAction with

image) - see image2.

http://img242.imageshack.us/my.php?image=image2wr0.jpg

When the user selects an entry from one of the dropdowns, the image of the linkToAction

should change (so both dropdowns have an action assigned).

Below the dropdowns I have more views with "heavy" content - Table & Graph.

The problem is: when selecting an entry from the dropdowns the whole page is refreshed

(because Web Dynpro renders all the content).

I want to be able to select dropdown without refreshing the Table & Graph.

Since I'm using portal I can create two iviews in a portal page and use portal eventing but

I want to avoid that.

Is there a way to solve it without creating two iviews?

Thanks,

Omri