Skip to content

Instantly share code, notes, and snippets.

@marcpalmer
Created February 20, 2012 11:29
Show Gist options
  • Save marcpalmer/1868866 to your computer and use it in GitHub Desktop.
Save marcpalmer/1868866 to your computer and use it in GitHub Desktop.
Bean Fields Plugin Example
<bean:withBean beanName="form">
<bean:field property="firstName"/>
<bean:field property="lastName"/>
<bean:field property="company"/>
<bean:field property="email"/>
</bean:withBean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment