| java.lang.Object org.apache.cocoon.forms.acting.MakeFormAction
MakeFormAction | public class MakeFormAction implements Action,ThreadSafe,Serviceable(Code) | | An action that creates a new form instance and stores it in a request attribute.
Required parameters:
- form-definition: filename (URL) of the form definition file
- attribute-name: name of the request attribute in which to store the form instance
version: $Id: MakeFormAction.java 449149 2006-09-23 03:58:05Z crossley $ |
service | public void service(ServiceManager serviceManager) throws ServiceException(Code) | | |
|
|