Index

Action Forms

* @struts.form name="userForm"

Creates the following in struts-config.xml.

<form-bean
    name="userForm"
    type="org.appfuse.webapp.form.UserForm"/>

Even fancier: you can generate your ActionForm's from POJO's or EntityBeans! Makes you wonder why we need DynaActionForm's eh?

* @struts.form include-all="true"
*  extends="BaseForm"
Slide No: 7