> From: Eric di Domenico [mailto:[EMAIL PROTECTED]]
> 
> <map:parameter name="descriptor"
> value="context://xml/accounttariff-form.xsp"/>

Why you are feeding XSP source to the action? Don't you want to give
action result of XSP execution?

I.e.:

<map:parameter name="descriptor"
value="cocoon://url/to/accounttariff-form.xsp"/>


Vadim


> But it only works if I don't mix tags...(like putting an xsp:logic tag
> within an esql tag)
> 
> > -----Original Message-----
> > From:
> > [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]
> > he.org] On Behalf Of Vadim Gritsenko
> > Sent: Thursday, July 18, 2002 10:57 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: XSP Descriptor file for FormValidator
> >
> >
> > > From: Eric di Domenico [mailto:[EMAIL PROTECTED]]
> > >
> > > Hi, I am attempting to use an XSP file as the descrfiptor for the
> > > FormValidator.
> >
> > How do you do this?
> >
> > Vadim
> >
> >
> > > When I access the xsp file directly I see the correct
> > output, but via
> > > the sitemap I get this error:
> > >
> > > ERROR   (2002-07-18) 08:22.27:019
> > > [sitemap.action.form-validator](/accounttariff/validate)
> > > HttpProcessor[80][2]/AbstractComplementaryConfigurableAction:
Could
> > > not configure Database mapping environment
> > > org.xml.sax.SAXException: Not
> > > allowed to define mixed content in the element esql:query at
> > > jndi:/localhost/xml/accounttariff-form.xsp:13:17
> > >
> > > In my xsp file I am using xsp:expr tags inside the esql
> > > tags. The file
> > > compiles and gives the correct output when called directly.
> > >
> > > Does anyone have a clue?
> > >
> > > Thanks
> > >
> > > Ciao
> > >
> > > Eric


---------------------------------------------------------------------
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]>

Reply via email to