> > > > Is there a way of making request parameters > > > available to CForms? > > > > > > > Adding the above configuration should actually > do the trick. Hmm. > > > Just to make sure: Does Cocoon receive the form > values at > > all (which > > > means is the form running standalone)? > > > > The the form outside of portal works fine. > > > > Where did you > > > add the above > > > configuration to? > > > > I've added the configuration to copletdata xml: > > > > <SNIP/> > > Looks good to me. Hmm. > > Ok, the only hint I can give you at the moment is to > try > to debug the coplet adapter and see if it really > invokes > the coplet with the correct parameters or not.
OK, here is what I found, in the following line: Boolean handlePars = (Boolean)this.getConfiguration( coplet, "handleParameters"); handlePars results in null, which is why nothing inside: if ( handlePars != null && handlePars.booleanValue() ) gets executed. -Alex > > Carsten > > > > -Alex > > > > > > > > Carsten > > > > > >
