RE: Back Button in Struts

2001-08-20 Thread Kyle Robinson
You can't really use the javascript:history.back() function to hit the Action class as the history.back does not even hit the webserver. It is an internal client operation, like most javascript is. One solution you might want to try is to create a stack object for each session to track what

RE: Speed issues w/ Strut Tag Library

2001-08-17 Thread Kyle Robinson
Here's a good general optimization article... http://www.jspinsider.com/jspbuzz/aug2000/buzz_8_15_2000.html#topic -Original Message- From: John M. Corro [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 3:27 PM To: [EMAIL PROTECTED] Subject: Speed issues w/ Strut Tag Library

RE: Problem With Struts and Tomcat

2001-06-08 Thread Kyle Robinson
I would highly recommend upgrading your Tomcat to 3.2.2. This may solve your problem. -Original Message- From: Thomas L Richards [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 13:49 To: [EMAIL PROTECTED] Subject: Problem With Struts and Tomcat Ok, I've got a bit of a headache

How do I Internationalize ActionError parameter values?

2001-06-04 Thread Kyle Robinson
override ActionError to accept keys as parameters. Has anyone overridden the ActionError class to accept "java.lang.Stringkey" parameters instead of "java.lang.Objectvalue0"? Kyle Robinson Systems Consultant Pangaea Systems Inc. (250) 360-0111 "Work joyfully and peace

RE: How do I Internationalize ActionError parameter values?

2001-06-04 Thread Kyle Robinson
= Locale.getDefault(); -Original Message- From: Kyle Robinson [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 3:48 PM To: Struts (E-mail) Subject: How do I Internationalize ActionError parameter values? Hey, Looking through the archive I found a couple of notes about internationalizing

RE: How do I Internationalize ActionError parameter values?

2001-06-04 Thread Kyle Robinson
-Original Message- From: Kyle Robinson [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 4:53 PM To: '[EMAIL PROTECTED]' Subject: RE: How do I Internationalize ActionError parameter values? Thanks Hal. However, I need to get the locale in the validate() method of my ActionForm

RE: How do I Internationalize ActionError parameter values?

2001-06-04 Thread Kyle Robinson
is passed into the validate() function as an argument by the ActionServlet. You said you wanted the locale in the validate() method, right? -Original Message- From: Kyle Robinson [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 6:11 PM To: '[EMAIL PROTECTED]' Subject: RE: How do I

Global forwards, targets and frames

2001-05-11 Thread Kyle Robinson
Is there a way to specify the target of aglobal forward? I have a global forward which I want to go to another frame. For instance in my action if everything works fine I want to return to the input page but if there is an error I want to go to another frame. Any thoughts? Kyle Robinson

RE: icons not showing up?

2001-05-08 Thread Kyle Robinson
Your src is different in each case. The first one includes a . at the beginning, the second does not. -Original Message- From: Alex Colic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 13:50 To: Struts Subject: icons not showing up? Hi, I am trying to use struts to show a

RE: How can I use a Image as a submit button using struts

2001-04-26 Thread Kyle Robinson
]' Subject: RE: How can I use a Image as a submit button using struts Kyle, Can u tell me about Ur version? I mean how U did it and if possible the code will be greatt!! Thanks, Uday. -Original Message- From: Kyle Robinson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 6:33 PM

RE: How can I use a Image as a submit button using struts

2001-04-25 Thread Kyle Robinson
The best way I've found of doing this is with a little javascript as follows: a href=javascript:submit(); img src=images/buttons/save.gif name=save border=0 /a For the purposes of using Struts we made a custom tag to create these... -Original Message- From: Natra, Uday

RE: How can I use a Image as a submit button using struts

2001-04-25 Thread Kyle Robinson
To: '[EMAIL PROTECTED]' Subject: RE: How can I use a Image as a submit button using struts Um, I thought the html:image tag did this and doesn't it generate an input type=image tag? Scott -Original Message- From: Kyle Robinson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001

Dirty flag on forms

2001-04-04 Thread Kyle Robinson
ch element on the form needs to have some onChange code. Is there an easy way to do this by iterating over a whole form? Ideas? Kyle Robinson Systems Consultant Pangaea Systems Inc. (250) 360-0111

RE: Attn: Sales Manager

2001-04-02 Thread Kyle Robinson
FUCK OFF! -Original Message- From: Bernard Hartken [mailto:[EMAIL PROTECTED]] Sent: None To: [EMAIL PROTECTED] Subject: Attn: Sales Manager Attn: Sales Manager If you are outsourcing or need to expand your sales force for the short term or long term contract, TeleXpand will

RE: Attn: Sales Manager

2001-04-02 Thread Kyle Robinson
Excuse me, sorry... -Original Message- From: Kyle Robinson [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 09:22 To: '[EMAIL PROTECTED]' Subject: RE: Attn: Sales Manager FUCK OFF! -Original Message- From: Bernard Hartken [mailto:[EMAIL PROTECTED]] Sent: None

RE: Bug in tomcat or the JDK (testing it on 1.2.2)

2001-03-28 Thread Kyle Robinson
To avoid thecosmetic ugliness, you can change the level of debug for the log in the tomcat server.xml file. The default setting is INFORMATION. This is a good setting for development but in production I would recommend putting it to ERROR. See the comments in Tomcat's server.xml file for more

RE: Estimating Projects with Struts

2001-03-27 Thread Kyle Robinson
Projects with Struts Hello Kyle, What kind of development envior. are you using? -Original Message- From: Kyle Robinson [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 5:09 PM To: Struts (E-mail) Subject: Estimating Projects with Struts We have

RE: Estimating Projects with Struts

2001-03-27 Thread Kyle Robinson
Action and Form). It can take 2 months, depending how big is your team. Also, installation, bugs fixes, testing on Tomcat-Apache can take 1 month. It is minimum from my point of view. By the way, what is Kawa - IDE? Can you email its link? Maya Kyle Robinson wrote: We are using: JDK 1.3

Estimating Projects with Struts

2001-03-26 Thread Kyle Robinson
(editing, saving to a db, etc.) 2. A medium screen (same as above but maybe with a parent, child relationship) 3. A complex screen (same as above but maybe some special naivgation, extra controls) This may sound broad but any help would be appreciated... Thanks. Kyle Robinson Systems Consultant

RE: Connection Pool

2001-03-16 Thread Kyle Robinson
http://jakarta.apache.org/struts/api/org/apache/struts/util/package-summary. html#doc.JDBC -Original Message- From: Christophe Vigny [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 08:31 To: [EMAIL PROTECTED] Subject: Connection Pool Where is the connection pool ? in tomcat, in

logic:equal and nesting

2001-03-15 Thread Kyle Robinson
qual name="supplierSearchBean" property="title" scope="request" value="Contractor" html:form action="contractorSearch.do"/logic:equallogic:equal name="supplierSearchBean" property="title" scope="request" value=&qu

html:select multiple=true problem

2001-03-15 Thread Kyle Robinson
Got another problem. I have on a form a select that allows multiple selections. However, I am getting a populate error when the multiple values are stuck into my object. It is declared as an ArrayList. Anyone have a code snippet they can provide to show how this is done? Kyle Robinson

RE: logic:equal and nesting

2001-03-15 Thread Kyle Robinson
ook at the title property itself and then forward to either "/contractorSearch.do" or "/supplierSearch.do" appropriately. Kyle Robinson Systems Consultant Pangaea Systems Inc. (250) 360-0111 Craig

RE: html:select multiple=true problem

2001-03-15 Thread Kyle Robinson
:49To: [EMAIL PROTECTED]Subject: Re: html:select multiple="true" problemSeveral examples are in email archives (I have remembered that). Kyle Robinson wrote: Got another problem. I have on a form a select that allows multiple selections. However, I am getting a popu

ActionForm (DataObject) generator?

2001-03-14 Thread Kyle Robinson
We are using Struts with an Oracle database as the backend. We don'treally feel like handwriting 100's of java files (one for each table). Does anyone know of a good db table - java object generator? Preferably open source? Thanks Kyle Robinson Systems Consultant Pangaea Systems Inc

RE: Mismatch Between html:options and logic:iterate

2001-03-13 Thread Kyle Robinson
Sounds good to me... -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 16:21 To: '[EMAIL PROTECTED]' Subject: RE: Mismatch Between html:options and logic:iterate On Tue, 13 Mar 2001, Fickes, Vic wrote: I agree that the mismatch is

RE: Struts and Multiple File Upload

2001-03-05 Thread Kyle Robinson
Look up the MultiPartRequest section of the documentation. -Original Message- From: Christian Billen [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 04, 2001 21:59 To: [EMAIL PROTECTED] Subject: Struts and Multiple File Upload Hi there, I want to implement a form with multiple input for

Drop-down list

2001-03-01 Thread Kyle Robinson
What is the simplest way to dynamically create a drop-down list (select) that pulls values from a database? Is there a specific tag I should use? Iterator? Kyle Robinson Systems Consultant Pangaea Systems Inc. (250) 360-0111

RE: Drop-down list

2001-03-01 Thread Kyle Robinson
- Original Message - From: Kyle mailto:[EMAIL PROTECTED] Robinson To: '[EMAIL PROTECTED]' mailto:'[EMAIL PROTECTED]' Sent: Thursday, March 01, 2001 8:42 AM Subject: Drop-down list What is the simplest way to dynamically create a drop-down list (select) t

Introspection

2001-03-01 Thread Kyle Robinson
et set to the values in the form objects that match the names. Tell me if I'm way off-base and if this is the opposite direction from Struts or not. Kyle Robinson Systems Consultant Pangaea Systems Inc. (250) 360-0111