> Hi, > I´ve been trying to use your example but I get an XFormException: > org.apache.cocoon.acting.XFormAction$XFormActionException: XFormAction: > missing XFormInstance [orderForm] > > How do you setup your example? The instance data is not available in the session. Start with a fresh browser and have a look at "tail -f cocoon.log|grep XForm" You should see the XForm logicsheet fill the XForm instance named [orderForm]. Then it should be available. > ps. > We´ve developed a similar formhandling application for C2 but based on > transformers instead...but I´m very curious about the XSP approach... > ds. Well, maybe we can share some thougths... Right now I am improving the updating of the instance. So changes on the instance (e.g. via esql) are better handled. This will also make the xform:selectMany work. After that we need the validation and error reporting... Feel free to help ;) -- Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org