Somebody suggested that documentation for the request object could be found in the
generated Java file for the XSP..but there isn't any documentation in there that I can
see. Just curious to learn more about it. :-)
>>Instead of:
>>
>><Product>
>> <xsp:logic>
>> String productId = <xsp-request:get-parameter
>>name="productid" default=""/>;
>> </xsp:logic>
>> ...
>
>Try:
>
> <xsp:logic>
> String productId = request.getParameter("productid");
> if (productId == null ) productId = "";
> </xsp:logic>
_____________________________________________________________
Conserve wilderness with a click (free!) and get your own EcologyFund.net email
(free!) at http://www.ecologyfund.com.
_____________________________________________________________
Select your own custom email address for FREE! Get [EMAIL PROTECTED] w/No Ads, 6MB,
POP & more! http://www.everyone.net/selectmail?campaign=tag
---------------------------------------------------------------------
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]>