On 17.Sep.2001 -- 04:29 PM, Tobias Luikard wrote:
> Hi,
> 
> this isn't the problem.
> 
> In the Action I try to set XMLString as seen. But when I try to read it in the XSP 
>with the following statement it's empty (I get
> "EGAL" as result):
>    <xsp-request:get-parameter name="XMLString" default="EGAL"/>
                      ^^^^^^^^
> > request.setAttribute("XMLString", XMLString);
               ^^^^^^^^^
Obviously, you need to <xsp-request:get-attribute name="XMLString" default="EGAL"/>
                                        ^^^^^^^^^
        Chris.

-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to