• asdag sdfr
  • NEWBIE
  • -1 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi,

I have a custom component which provides lookup records based on the value entered. It is used in vf page inside a form. How can I fetch the value selected in the custom controller in my vf page javascript as soon as a value is selected.

Thanks

Here is the outline of code
<apex:page>
<script> Need the value here </script>
<c:customComponent/>
</apex:page>