| java.lang.Object org.apache.cocoon.woody.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 433543 2006-08-22 06:22:54Z crossley $ |
service | public void service(ServiceManager serviceManager) throws ServiceException(Code) | | |
|
|