In your action which extends AbstractXMLFormAction, you need to do: getForm().getModel().
Read the HOWTO: http://xml.apache.org/cocoon/howto/xmlform-wizard/howto-xmlform-wizard.html Ivelin ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 05, 2002 3:42 AM Subject: Antwort: Re: XML-Forms > Hello, > > I have another question concerning xmlForms: > When I have finished my form processing and mapping to the Bean, I would > like to store the > results in different databases. > So, if I click "finish" on the last page I would have to call an Action, > which does the > database storing for me. > My question now: how do I access the Bean with all the information > stored in my > Action? > Is the bean stored in the session and can I access it this way or is > there > another way? > > Thanks again for any help, > > miHam > > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>
