Uiinfrastructure API Docs  
 

RepostControl.m_nPageStatus Field

JF- Server side validation. Current state. Note that if the state is set to invalid, all it does is it will not perform the changePage and finish actions. Also note that this framework does not provide any way to set the error/status message to display to the end user. Another framework is responsible for it. Finaly note that multiple save methods might return invalid on the same DP but we don't want to keep an array of status returned, we just need to know if invalid was returned at least once.

protected int m_nPageStatus;

See Also

RepostControl Class | com.plumtree.uiinfrastructure.form Namespace