Cannot Find Bean?

2002-06-18 Thread Kamholz, Keith (corp-staff) USX
Hi everyone, I'm having a little bit of trouble with one of my beans. I have 3 nearly identical beans, with a few different properties. They are all clearly defined in my struts-config. I submit a form which corresponds to a 4th bean, and if a certain checkbox is checked, some output is

FW: Cannot Find Bean?

2002-06-18 Thread Kamholz, Keith (corp-staff) USX
the computer is going out the window :-) -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 9:29 AM To: Struts (E-mail) Subject: Cannot Find Bean? Hi everyone, I'm having a little bit of trouble with one of my beans. I have 3 nearly

RE: Cannot Find Bean?

2002-06-18 Thread Kamholz, Keith (corp-staff) USX
Struts-Atlanta, the Open Minded Developer Network http://struts-atlanta.open-tools.org -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 9:58 AM To: Struts (E-mail) Subject: FW: Cannot Find Bean? I just found out

RE: Installing of Struts on WSAD and also on Websphere App Server 4.02

2002-06-18 Thread Kamholz, Keith (corp-staff) USX
Hi, I'm using struts on WSAD. I didn't download the struts package myself, but I believe the download includes a few war files. You can go to File and select Import and choose WAR file. Import the struts-blank.war if you want to create a new application with the struts framework. Import the

RE: Using html:link

2002-06-18 Thread Kamholz, Keith (corp-staff) USX
Hi, I would approach it a little differently. Just create an Action that knows whether or not to go to the Search page or the Page after that. The struts-config would say: action path=/search type=NameOfActionClass name=NameOfBeanThatStoresInfo

RE: Using html:link

2002-06-18 Thread Kamholz, Keith (corp-staff) USX
in the session This is one of those common mistake that will lead to creat too many action class and ActionForm beans.Another thing is, if there isn't a need for the bean other then the lifetime of the request, don't put it in the session -Original Message- From: Kamholz, Keith (corp

RE: Single ActionServlet, ActionForm, Action across entire applicatio n... is it ok ?

2002-06-18 Thread Kamholz, Keith (corp-staff) USX
Hi, If you want to use the same form-bean for several input forms, can't you just change the scope of the mapped actions to session or possibly application? Im not sure what your needs are, but that's all I do. ~ Keith -Original Message- From: Bhattad, Nilesh [mailto:[EMAIL

Bean Instances

2002-06-13 Thread Kamholz, Keith (corp-staff) USX
Hey everyone, I have a question for anyone that wouldn't mind helping me out a little bit. I have a form that stores a property in bean. I have a separate action mapped in my struts-config that is run from a different page that uses the same bean name. however, it seems to create a new instance

Help - Action Mapping

2002-06-11 Thread Kamholz, Keith (corp-staff) USX
Hi, I'm just learning how to use struts right now, and i'm having a couple problems. I have a simple form in a JSP page, but when i run it on a test server through our development program, it gives me an error that says: X Servlet Error: Cannot retrieve mapping for action /MassChange:

RE: Help - Action Mapping

2002-06-11 Thread Kamholz, Keith (corp-staff) USX
At 3:11 PM -0400 2002/06/11, Kamholz, Keith (corp-staff) USX wrote: Hi, I'm just learning how to use struts right now, and i'm having a couple problems. I have a simple form in a JSP page, but when i run it on a test server through our development program, it gives me an error that says: X

<    1   2   3