On Fri, 8 Jun 2001, Rahul Nanda wrote:
> Hi All !
>
> I am having this strange problem with my XSP pages.
> All samples and examples of XSPs are working which indicates that the Cocoon
> configuration for XSP is working fine.
>
> But,
>
> Only when I use the 'request.getParameterValues' command for reading data
> from forms, it gives the following error:
you need to put your xsp:logic code underneath the inner page's root
element:
<xsp:page
<page>
<xsp:logic>String[] name= request.getParameterValues("name");
...
- donald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]