cancel
Showing results for 
Search instead for 
Did you mean: 

Navigating to new page/iview.

Former Member
0 Kudos

Hi,

I'm trying to develop Web Dynpro java application.

It must have image buttons in main view.

When it pressed to image button it must start another iview in content area.

How can it navigated to an url when it pressed image button in web dynpro java?

Is there sample code?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Do the folowing:

1. Set the image first property of the button as true.

2. In the navigator view got to yourproject --> src -->mimes -->components -->yourcomponent (paste your desired image here)

3. Now click on image souce property of the button.

4.Click on componenet image

5. select your image

6. In the inAction of your button, give the code to navigate to the next view

Regards,

Himanshu

Answers (0)