Re: [ANNOUNCE]petstore1.3 running under struts1.0

2002-05-05 Thread Hertzel Karbasi - OPTinity eBusiness Solutions
Hi I would like to test it on IBM Websphere 4AE for Win2k. Please send me a zip and install instructions. Thanks Hertzel - Original Message - From: Yang Li [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, May 04, 2002 1:31 PM Subject: RE:

RE: Best Practice Question.

2002-05-05 Thread Jesse Alexander (KADA 12)
Hi, I see three options: a) make the config-bean a singleton: easy to access from everywhere in the JVM b) put the config-bean into the servlet-context: makes it easy to access it within the webapp, but somehow you need access to request or servlet-context c) create a lookup-bean

Check Box

2002-05-05 Thread sanjeev_dutt
Hi All, I have a check box on my JSP page which is a Search page. On the results page, there is a button New Search which is supposed to throw back the Search Page again. In the action class involved with New Search, I am resetting the formbean associated with my Search Page. When I come back

struts.jar is locked

2002-05-05 Thread Robert Taylor
I recently just noticed that the auto deploy functionality of my servlet container is not working because the struts.jar is locked. The auto-deploy functionality basically deletes any existing files under the target directory and unpacks the war file into the target directory, thereby making

I am amateur to Struts

2002-05-05 Thread Abbas Valinejad
Hi freinds i am new in Struts have a big problem. I am using Tomcat 3.2 with struts. I use a jakarta sample web application and its classes are in the /WEB-INF/classes/ . but when i want to use classes as servlets in web.xml an ClassNotFoundException exception is thrown. when i put all

Re: I am amateur to Struts

2002-05-05 Thread Rick Reumann
On Sunday, May 5, 2002, 9:17:11 AM, Abbas Valinejad wrote: AV Hi freinds i am new in Struts have a big problem. I am using AV Tomcat 3.2 with struts. I use a jakarta sample web application AV and its classes are in the /WEB-INF/classes/ . but when i want to AV use classes as servlets in

RE: [ANNOUCE] stxx 0.9.5 is available

2002-05-05 Thread Robert Morse
Any idea when you will support Struts 1.1-b1 and later? -Original Message- From: Jeff Pennal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 6:51 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: [ANNOUCE] stxx 0.9.5 is available The latest update to stxx is

Re: session managed caches

2002-05-05 Thread Adolfo Miguelez
Thanks Craig, I agree with your reply for session scope caches. Containers are able to serialize all java.io.Serializable session attributes and share them among VM, if needed for different requests. They include these objects caches. However, in the Ted's article, it seems to extend this

Re: session managed caches

2002-05-05 Thread Adolfo Miguelez
In other words, different users accessing the server, with a different session for each one, could not share this application scope objects caches. Right? Adolfo From: Adolfo Miguelez [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re:

Re: Check Box

2002-05-05 Thread @Basebeans.com
Subject: Re: Check Box From: Vic Cekvenich [EMAIL PROTECTED] === This was answered. Please search first before posting. sanjeev_dutt wrote: Hi All, I have a check box on my JSP page which is a Search page. On the results page, there is a button New Search which is supposed to throw back

Re: I am amateur to Struts

2002-05-05 Thread @Basebeans.com
Subject: Re: I am amateur to Struts From: Vic Cekvenich [EMAIL PROTECTED] === This is not a Struts question. Please post it on the servlet or tomcat list. Abbas Valinejad wrote: Hi freinds i am new in Struts have a big problem. I am using Tomcat 3.2 with struts. I use a jakarta sample web

Q: nested html:form - Tags

2002-05-05 Thread Björn Blum
Hello out there, I've got a urgent question to you. Is it possible to handle nested form - tags with struts or html? e.g. form 1 form 2 /form 2 form 3 /form 3 /form1 And can I speak to them, as they were standalone? in Javascript like 'document.forms[2].submit()' or so. Many

RE: struts.jar is locked

2002-05-05 Thread Ajay Chitre
Hello, Don't know if this will help you, but I will throw some ideas. I ran into a similar locking problem a few months ago - not with Struts.jar but some other file. Are you using ANT for auto deploying? Is Struts.jar in your classpath at the time of auto deploying? How about the local DTDs

Re: I am amateur to Struts

2002-05-05 Thread Oliver Refle
Your classes have to be in $TOMCAT/WEB-INF/classes Oliver On Sun, 2002-05-05 at 16:55, Struts Newsgroup wrote: Subject: Re: I am amateur to Struts From: Vic Cekvenich [EMAIL PROTECTED] === This is not a Struts question. Please post it on the servlet or tomcat list. Abbas Valinejad

Re: Thanks. Re[2]: Forms Beans and DAO (Best Practices)

2002-05-05 Thread @Basebeans.com
Subject: Re: Thanks. Re[2]: Forms Beans and DAO (Best Practices) From: Vic Cekvenich [EMAIL PROTECTED] === I am very open to having more instructors. I am planning to have an online train the trainer, and license the 600 slides+, etc. soon to anyone with training exp. (just jsp expertise is

Re: session managed caches

2002-05-05 Thread Craig R. McClanahan
On Sun, 5 May 2002, Adolfo Miguelez wrote: Date: Sun, 05 May 2002 14:21:41 + From: Adolfo Miguelez [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: session managed caches Thanks Craig, I agree with your reply for session

RE: struts.jar is locked

2002-05-05 Thread Robert Taylor
I'm not sure about the use of ANT. The problem occurs in Tomcat4.03 and ServletExec 4.1. I don't think ServletExec uses ANT, but Tomcat may. My struts.jar is contained in WEB-INF/lib. The DTDs for web.xml and struts-config.xml are in the struts.jar file. So, my struts.jar file is not in my

Dynabeans

2002-05-05 Thread Emerson Cargnin - MSA
Someone knows if the dynaforms is exclusive of 1.1 version of struts? Have someone using it? Does it enhances production no having to create the form classes (the drawback is not having compiler checks of getXXX instead of get(xxx))? Thanks in advance -- To unsubscribe, e-mail:

RE: nested html:form - Tags

2002-05-05 Thread James Mitchell
*** Specification *** I don't believe the specification allows nested forms (but I could be wrong) http://www.w3.org/TR/html401/ I searched for a few minutes but couldn't find anything that disallowed it. *** Prep *** In preparing for this response for you, I threw together some code for

variable number of text fields in a form

2002-05-05 Thread Chakradhar Tallam
hi guys, how do i handle the setting of variable number of text fields in a form! i've tried with indexed properties but when i'm posting the form, the get method is getting called rather than the set method for some reason. have u had this kind of experience before, help is appreciated.

Re: problem in file upload

2002-05-05 Thread siraj
i am using ie version 5.0 - Original Message - From: Kubo Hiroshi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 05, 2002 8:05 AM Subject: Re: problem in file upload Hi, From: siraj [EMAIL PROTECTED] Subject: problem in file upload Date: Thu, 4 May 2000 10:31:12 +0530

Re: variable number of text fields in a form

2002-05-05 Thread Arron Bates
And this is a user-list type question, so I've forwarded there. Arron. Arron Bates wrote: Depends on the type of indexed getter/setter you're using. public String getMyIndex(int i) {} public void setMyIndex(int i, String value) {} ...the setter will be called in this case, but in this

RE: variable number of text fields in a form

2002-05-05 Thread Chakradhar Tallam
thanks Arron, here are my indexed getter/setter methods public CallHistoryInfoItem getCallHistoryInfoItems(int index) { theLog.info(SetCallHistoryInfoForm.getCallHistoryInfoItems is getting executed); return (CallHistoryInfoItem)

Re: Struts Architecture

2002-05-05 Thread @Basebeans.com
Subject: Re: Struts Architecture From: Vic C [EMAIL PROTECTED] === I would call Pet Cemetery Complexia very BAD Practices for suckers. This was designed to make your application need lots of HW and a new Sun server for each multiple of 50 users. See http://www.softwarereality.com for 101

Re: Struts Architecture

2002-05-05 Thread Arron Bates
Vic, Can you please stop spawning off topic discussions, especially ones which you know are controversial, and at the very least not about Struts. This is not a Struts centric discussion, and if you want to poach newbies, there are better lists to go marauding in. Arron. Struts Newsgroup

Help, challenging problem !

2002-05-05 Thread Anen Ng
Hi everyone, I believed some one has experienced with this problem, i just can not find it inside Struts Archice mailing. I had one unique problem, no idea if some Struts experts can help me out or not : ). But, will really appreciate it. Straight to the point, i have difficulty of how to