<apex:pageBlock id="dropBlock" mode="edit">
<apex:pageBlockSection title="Elements" columns="1" showHeader="false">
<!-- ... a number of other pageBlockSectionItems-->
<apex:pageBlockSectionItem >
<apex:outputLabel value="Required String Property" />
<apex:outputPanel layout="block" styleClass="requiredInput">
<div class="requiredBlock"></div>
<apex:inputText value="{!innerClassInstance.innerClassField}" required="true"/>
</apex:outputPanel>
</apex:pageBlockSectionItem>
</apex:pageBlockSection>
</apex:pageBlock>
[Salesforce] Can not render required validation for inputText
[Salesforce] Can not render required validation for inputText. Add code as below
An Nguyen
DeveloperSharing daily exciting lesson learned and posts about .NET, SQL Server, HTML, Javascript - jQuery, CSS - Bootstrap, SalesForce CRM, Kentico CMS and so on.
0 comments :
Post a Comment