From: Ken K. <kk...@ig...> - 2002-06-02 22:32:49
|
I looked at your CVS. So the idea is to have Turbine create a TurbineFormProcService instance & call init() which creates a FormManager once. You call: HttpForm aForm = formProcSvc.createForm(name, target); The service binds the FormManager for you. Does this make the svc available to Velocity as $FormProc? Even if it did, I don't think it can be used from Velocity screens without either putting various collections into the Context such as: $formFieldResults $formFieldGroupResults $formFieldMessages or adding more methods such as: $form.getGroupErrorMessages() Am I missing something? -Ken |