function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Johnny #5Johnny #5 

How to get I the value from the visualforce inputField?

I have two things: a visualforce page and an extension class to go w/ it...

 

In the visualforce page, I have this line to allow user to select a parent case....

 

<apex:inputField id="ParentId_Prop" value="{!Case.ParentId}" />

 

The question is how do I access the value that user inputs here, so I can do some validation check.

 

Any help is appreciated...  Happy New Year!