Hi All,
I am new to portal development and currently working on the tutorial found on following link
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