Skip to Content
0
Former Member
Apr 24, 2009 at 05:55 AM

Using Request Event

18 Views

Hi All,

I am new to portal development and currently working on the tutorial found on following link

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0b57e590-0201-0010-a29f-abd37a436f54

However I am stuck at the step "Using Request Event". I have followed the steps given on the link but it seems my event handler method onPlayEvent() is not being called.

I am not getting any error on the page but I am not able to see "Youa have selected<selected number from drop down>" as it is displayed on the tutorial. I have already included following lines of code in the component "Player"

if (selectedValue != null) {

response.write("You have selected " + selectedValue + "<br>");

}

Could someone please help so that I can proceed further...

Thanks in advance.

Manoj

Edited by: Manoj Kumar Nanda on Apr 24, 2009 8:56 AM