Skip to content

Instantly share code, notes, and snippets.

@pchittum
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pchittum/8dd960fc66584f32577c to your computer and use it in GitHub Desktop.
Save pchittum/8dd960fc66584f32577c to your computer and use it in GitHub Desktop.
<apex:page showHeader="false" title="New Order" standardController="Service_Order__c">
<apex:composition template="{!$Site.Template}">
<apex:define name="body">
...
<apex:form styleClass="form" >
<apex:pageMessages id="styledError"/>
<apex:messages id="unstyledError"/>
...
<apex:commandButton value="Submit" action="{!save}" styleClass="btn btn-default" rerender="error,styledError,unstyledError"/>
</apex:form>
</div>
</div>
</apex:define>
</apex:composition>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment