RE: Single ActionForm accross multiple Actions

2004-06-11 Thread Frank Zammetti
; To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Single ActionForm accross multiple Actions Date: Fri, 11 Jun 2004 10:59:19 -0500 Interesting topic. I am new to server clustering so I'd like to discuss about how fail-over get implemented in a clustering env. I unde

RE: Single ActionForm accross multiple Actions

2004-06-11 Thread Wang, Yuanbo
keep session object under 4K. Am I right on this? Thanks, Yuanbo -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 9:42 AM To: [EMAIL PROTECTED] Subject: RE: Single ActionForm accross multiple Actions That's good info, thank you! I was

RE: Single ActionForm accross multiple Actions

2004-06-10 Thread Frank Zammetti
7;m going to be looking into cutting out some of that data, but I already know there's not much I can do in that regard. Frank From: "Jesse Alexander (KXT)" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts User

RE: Single ActionForm accross multiple Actions

2004-06-10 Thread Jesse Alexander (KXT)
PROTECTED] Sent: Mittwoch, 9. Juni 2004 20:02 To: [EMAIL PROTECTED] Subject: RE: Single ActionForm accross multiple Actions I had that thought too, but I don't know enough about WebSphere to know if it does that all the time... I know that I just installed 5.0 on a test box and didn't hav

RE: Single ActionForm accross multiple Actions

2004-06-09 Thread Linck, Ken
Welcome..=P -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 3:34 PM To: [EMAIL PROTECTED] Subject: RE: Single ActionForm accross multiple Actions Thanks a ton Ken, that worked like a charm! I've already added it to my generic h

RE: Single ActionForm accross multiple Actions

2004-06-09 Thread Frank Zammetti
itely saved me a ton of time, I appreciate it greatly! Frank From: "Linck, Ken" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> Subject: RE: Single ActionForm accross

RE: Single ActionForm accross multiple Actions

2004-06-09 Thread Linck, Ken
} catch (IllegalAccessException ex) { ex.printStackTrace(); return null; } } } ); } ... === -Original Message- From: Frank Zammetti [m

RE: Single ActionForm accross multiple Actions

2004-06-09 Thread Frank Zammetti
D]> To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> Subject: RE: Single ActionForm accross multiple Actions Date: Wed, 9 Jun 2004 14:31:59 -0400 We didn't find anything automatic for showing whats in session. We created a JSP which iterated through the session attributes.

RE: Single ActionForm accross multiple Actions

2004-06-09 Thread Linck, Ken
PM To: [EMAIL PROTECTED] Subject: RE: Single ActionForm accross multiple Actions I had that thought too, but I don't know enough about WebSphere to know if it does that all the time... I know that I just installed 5.0 on a test box and didn't have to set up a database or anything, so unless

RE: Single ActionForm accross multiple Actions

2004-06-09 Thread Frank Zammetti
Frank From: [EMAIL PROTECTED] Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Single ActionForm accross multiple Actions Date: Wed, 9 Jun 2004 13:26:40 -0400 http://www.redbooks.ibm.com/redbo

RE: Single ActionForm accross multiple Actions

2004-06-09 Thread DGraham
OTECTED]> 06/09/2004 01:10 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To [EMAIL PROTECTED] cc Subject RE: Single ActionForm accross multiple Actions Very interesting (in a bad way for me!)... does anyone know if there is an eas

RE: Single ActionForm accross multiple Actions

2004-06-09 Thread Frank Zammetti
Yulin Zhao" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Single ActionForm accross multiple Actions Date: Wed, 9 Jun 2004 11:57:49 -0500 Regarding WebSphere se

RE: Single ActionForm accross multiple Actions

2004-06-09 Thread Yulin Zhao
mbers of my staff. Frank >From: "Enrique Medina" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: RE: Single ActionForm accross multiple Actions >Date: Wed, 09 Jun 2004 16:45:04 +0200 >

RE: Single ActionForm accross multiple Actions

2004-06-09 Thread Frank Zammetti
na" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: Single ActionForm accross multiple Actions Date: Wed, 09 Jun 2004 16:45:04 +0200 I am sure about this problem, believe me. See http://www-3.ibm.com/software

RE: Single ActionForm accross multiple Actions

2004-06-09 Thread Enrique Medina
I am sure about this problem, believe me. See http://www-3.ibm.com/software/webservers/appserv/ws_bestpractices.pdf From: "Frank Zammetti" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: Single Act

RE: Single ActionForm accross multiple Actions

2004-06-09 Thread Frank Zammetti
problem. We're currently running it under Tomcat but are migrating to WebSphere 5, so this caught my attention. Frank From: "Enrique Medina" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: Singl

RE: Single ActionForm accross multiple Actions

2004-06-09 Thread Enrique Medina
PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: Single ActionForm accross multiple Actions Date: Tue, 08 Jun 2004 22:02:01 -0400 MIME-Version: 1.0 X-Originating-IP: [68.81.51.228] X-Originating-Email: [EMAIL PROTECTED] X-Sen

RE: Single ActionForm accross multiple Actions

2004-06-08 Thread Frank Zammetti
r question, but I'm about 99.99% sure you can still use it (anyone else verify?) Frank From: "Kunal H. Parikh" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECT

RE: Single ActionForm accross multiple Actions

2004-06-08 Thread Kunal H. Parikh
be unable to use the ValidatorActionForm. TIA, Kunal -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: Tuesday, 8 June 2004 23:21 To: [EMAIL PROTECTED] Subject: RE: Single ActionForm accross multiple Actions This is more or less what a session-scope ActionForm i

RE: Single ActionForm accross multiple Actions

2004-06-08 Thread Frank Zammetti
uts Users Mailing List'" <[EMAIL PROTECTED]> Subject: Single ActionForm accross multiple Actions Date: Tue, 8 Jun 2004 12:08:25 +1000 Hi All! I want to maintain a single ActionForm across multiple Actions. I want to get the info from the user in a step-by-step manner, but only wanna

Re: Single ActionForm accross multiple Actions

2004-06-08 Thread DGraham
Hidden form variables. Dennis "Kunal H. Parikh" <[EMAIL PROTECTED]> 06/07/2004 10:08 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "'Struts Users Mailing List'" <[EMAIL PROTECTED]> cc Subject

Re: Single ActionForm accross multiple Actions

2004-06-07 Thread Riyad Kalla
Kunal, You could add a 'state' property to the form, that the first action can set to 'STARTED' and the last action can set to 'FINISHED' or something like that, then in your reset() method you could do something like: reset() { if(state == Constants.FINISHED) { // reset all vars

Single ActionForm accross multiple Actions

2004-06-07 Thread Kunal H. Parikh
Hi All! I want to maintain a single ActionForm across multiple Actions. I want to get the info from the user in a step-by-step manner, but only wanna talk to the SessionBean at the end when they hit "confirm". The alternative that I can think of is writing a JavaBean with all the properties, and