> -----Original Message----- > From: Paul Bowler [mailto:[EMAIL PROTECTED] > Conversation: Form data to XML > > I cannot get it to work for INSERT's (i.e. add a new entry > based on the form into the database). If I use the binding > framework code I get 'no cocoon form' error as it tries to > read data that doesn't yet exist. > > Can anyone give me an example that uses binding only for the > SAVE operation, without a corresponding LOAD?
Have you set the direction attribute(s) in your binding definition to "save"? (Default is "both"). See http://wiki.apache.org/cocoon/WoodyBinding section 4.1. Niels --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
