You need to sign in to do that
Don't have an account?

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!
This might help out:
http://boards.developerforce.com/t5/Apex-Code-Development/How-to-get-user-input-from-Visualforce-to-Apex/td-p/371671
Happy new year to you too!