Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 37132 invoked from network); 28 Nov 2003 11:50:54 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 28 Nov 2003 11:50:54 -0000 Received: (qmail 43342 invoked by uid 500); 28 Nov 2003 11:50:37 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 43314 invoked by uid 500); 28 Nov 2003 11:50:36 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 43301 invoked from network); 28 Nov 2003 11:50:36 -0000 Received: from unknown (HELO d78.westmaster.com) (81.31.33.18) by daedalus.apache.org with SMTP; 28 Nov 2003 11:50:36 -0000 Received: from localhost (localhost [127.0.0.1]) by d78.westmaster.com (Postfix) with ESMTP id 1C6BD3D76; Fri, 28 Nov 2003 12:50:36 +0100 (CET) Received: from offhonza (off-honza.master.cz [81.31.36.36]) by d78.westmaster.com (Postfix) with ESMTP id 306B33D6D; Fri, 28 Nov 2003 12:50:35 +0100 (CET) Message-ID: <00e801c3b5a5$d55c4090$24241f51@offhonza> Reply-To: =?Windows-1252?Q?Honza_Spurn=FD?= From: =?Windows-1252?Q?Honza_Spurn=FD?= To: "Struts Users Mailing List" , =?Windows-1252?Q?Honza_Spurn=FD?= References: <00ce01c3b5a5$4edbba00$24241f51@offhonza> Subject: Re: request.setAttribute Date: Fri, 28 Nov 2003 12:50:34 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by AMaViS 0.3.12 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Corrected version: MyObject o = new MyObject(); o.setObjectName("name"); request.setAttribute("myObejct", o); MyObject o2 = (MyObject)request.getAttribute("myObject"); if (o2 == null) System.out.println("NULL"); else System.out.println(o.getObjectName()); The problem still occures. I'm not able to download from request such MyObject as I have stored in. Can it be caused by the huge size of object? Sporak --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org