Problem with bean

2004-03-22 Thread Vishal Arora
Hi Can anybody me. I m not able to set values in my bean. My bean is having lots of get and set method they all return boolean values but the value i pass is not set it takes the default value. What's the problem does anybody ahve the clue to my problem -- Don't worry about the world coming

[REPOST] Problem updating bean from multi-select box

2004-03-01 Thread Andrew Bate
. Am I missing something or will the above just never work? If I'm barking up the wrong tree can anyone suggest an alternative approach? Thanks, Andrew -Original Message- From: Andrew Bate Sent: 23 February 2004 10:47 To: '[EMAIL PROTECTED]' Subject: Problem updating

Problem updating bean from multi-select box

2004-02-23 Thread Andrew Bate
Hi, I am having a problem with the internals of BeanUtils/RequestUtils when my posting changes of a form to an action where the page contains a multi-select box. Can anyone spot what I am doing wrong from the code snippets below..? [MyBean] (inside the Form Bean) public void

RE: Problem updating bean from multi-select box

2004-02-23 Thread Andrew Hill
Are you making sure that the MyBean instance exists when the form is submitted? -Original Message- From: Andrew Bate [mailto:[EMAIL PROTECTED] Sent: Monday, 23 February 2004 18:47 To: '[EMAIL PROTECTED]' Subject: Problem updating bean from multi-select box Hi, I am having a problem

RE: Problem updating bean from multi-select box

2004-02-23 Thread Andrew Bate
updating bean from multi-select box Are you making sure that the MyBean instance exists when the form is submitted? -Original Message- From: Andrew Bate [mailto:[EMAIL PROTECTED] Sent: Monday, 23 February 2004 18:47 To: '[EMAIL PROTECTED]' Subject: Problem updating bean from multi

RE: Problem updating bean from multi-select box

2004-02-23 Thread Andrew Hill
ok. Seems to rule out that possibility then. Whats the error your getting? -Original Message- From: Andrew Bate [mailto:[EMAIL PROTECTED] Sent: Monday, 23 February 2004 19:09 To: 'Struts Users Mailing List' Subject: RE: Problem updating bean from multi-select box The form bean

RE: Problem updating bean from multi-select box

2004-02-23 Thread Andrew Bate
[mailto:[EMAIL PROTECTED] Sent: 23 February 2004 11:10 To: Struts Users Mailing List Subject: RE: Problem updating bean from multi-select box ok. Seems to rule out that possibility then. Whats the error your getting? -Original Message- From: Andrew Bate [mailto:[EMAIL PROTECTED] Sent

Problem with bean-utils.

2002-08-13 Thread emmanuel.boudrant
Hi, We have got some problem with beans-utils, we have some forms beans with about 20 properties, some properties was named datX (ex: datVers, datSaisie...). But, randomly, Struts throw the exception : No getter methog for property datEffet of bean , this exception occurs only on

Re: Problem with bean-utils.

2002-08-13 Thread Craig R. McClanahan
On Tue, 13 Aug 2002, emmanuel.boudrant wrote: Date: Tue, 13 Aug 2002 15:42:28 +0200 (CEST) From: emmanuel.boudrant [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Problem with bean-utils. Hi, We have got

RE: problem with bean having session scope

2002-03-17 Thread Slimane
: Slimane [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 3:49 PM To: Struts Users Mailing List Subject: RE: problem with bean having session scope Hi, Thanx again for your answer :) The problem is that I don't want to nest my ActionForm, I want them all treated as a unique session bean

problem with bean having session scope

2002-03-15 Thread Slimane Zouggari
Hi, I have 3 form beans. Each of them have a session scope defined in the struts-config.xml. Here's the config for one of them: action path=/piechart type=be.stluc.info.struts.PieChartAction name=piechartform scope=session When I try to access them

Re: problem with bean having session scope

2002-03-15 Thread Slimane Zouggari
well as nobody seems to have a clue about my problem. I'll ask my question differently :) When is a session bean destroyed ? If I specify, a form bean to have a session scope (as I did in the struts-config.xml), when will it be destroyed ? I suppose the form bean is created the first time I

Re: problem with bean having session scope

2002-03-15 Thread Otavio C. Decio
AFAIK, a session bean is destroyed when the session expires (30 min by default). Otavio - Original Message - From: Slimane Zouggari [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, March 15, 2002 12:02 PM Subject: Re: problem with bean having session scope

Re: problem with bean having session scope

2002-03-15 Thread Slimane Zouggari
). Otavio - Original Message - From: Slimane Zouggari [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, March 15, 2002 12:02 PM Subject: Re: problem with bean having session scope well as nobody seems to have a clue about my problem. I'll ask my question

RE: problem with bean having session scope

2002-03-15 Thread Joseph Barefoot
Zouggari [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 9:15 AM To: Struts Users Mailing List Subject: Re: problem with bean having session scope Thanx, I supposed it was something like that :) The thing is, I still don't understand why my beans aren't shared among all of my action classes

RE: problem with bean having session scope

2002-03-15 Thread Slimane
: Slimane Zouggari [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 9:15 AM To: Struts Users Mailing List Subject: Re: problem with bean having session scope Thanx, I supposed it was something like that :) The thing is, I still don't understand why my beans aren't shared among all of my action

RE: problem with bean having session scope

2002-03-15 Thread Galbreath, Mark
Mailing List Subject: Re: problem with bean having session scope AFAIK, a session bean is destroyed when the session expires (30 min by default). Otavio - Original Message - From: Slimane Zouggari [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, March 15

RE: problem with bean having session scope

2002-03-15 Thread Joseph Barefoot
[mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 1:58 PM To: Struts Users Mailing List Subject: RE: problem with bean having session scope Hi, Thanks for your answer, I'll try to remove the jsp:useBean tag. But I still do have a question :) You say that: Struts takes care of instantiating

RE: problem with bean having session scope

2002-03-15 Thread Slimane
[mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 1:58 PM To: Struts Users Mailing List Subject: RE: problem with bean having session scope Hi, Thanks for your answer, I'll try to remove the jsp:useBean tag. But I still do have a question :) You say that: Struts takes care

RE: problem with bean having session scope

2002-03-15 Thread Joseph Barefoot
, 2002 3:49 PM To: Struts Users Mailing List Subject: RE: problem with bean having session scope Hi, Thanx again for your answer :) The problem is that I don't want to nest my ActionForm, I want them all treated as a unique session bean. Without them being into (dependant of) another ActionForm. so

RE: problem with bean having session scope

2002-03-15 Thread Slimane
, 2002 3:49 PM To: Struts Users Mailing List Subject: RE: problem with bean having session scope Hi, Thanx again for your answer :) The problem is that I don't want to nest my ActionForm, I want them all treated as a unique session bean. Without them being into (dependant of) another ActionForm

Problem with bean tag library on WebLogic 6

2001-01-28 Thread Richard Bothne
Howdy, I'm very new to struts, and been using the 0.5. I downloaded the nightly build last night: jakarta-struts-20010127.zip and began fallowing the tutorial at bluestone.com. I have this simple hello.jsp: %@ page language="java" % !--Import the taglib -- %@ taglib