On 23.Apr.2002 -- 08:50 PM, Volker Schneider wrote: > Hi Harry, > > thank you, this helps. But there is another question coming up, maybe you > know the answer as well: > > How can I access the session or request object whithin the xsp logic > sheet(<xsp:logic>). Inside the <xsp:expr> I can access it using the > session-namespace. But inside the logic sheet I have no ObjectModel.
You can happily mix java and logicsheet tags. E.g. <xsp:logic> String somevalue = <xsp-request:get-parameter name="somevalue"/>; </xsp:logic> mind the ";" at the end of the line! 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]>