RE: Robustly handle double-submit?

2002-10-10 Thread Brad Rhoads
http://www.mail-archive.com/struts-user@jakarta.apache.org/msg37248.html -Original Message- From: Thomas Eichberger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 3:10 PM To: Struts Users Mailing List Subject: RE: Robustly handle double-submit? Could you PLEASE

RE: Robustly handle double-submit?

2002-10-09 Thread Brad Rhoads
I think I posted a client side, JavaScript solution here - just don't let the user hit submit more than once. Let me know if you don't find it. -Original Message- From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 2:54 PM To: Struts User Subject:

RE: [OT][FRIDAY] brain types

2002-10-04 Thread Brad Rhoads
They ripped off Kiersey Bates and don't even seem to give them credit! See http://www.amazon.com/exec/obidos/tg/detail/-/0960695400/qid=1033749305/sr=8 -2/ref=sr_8_2/002-7896442-4256040?v=glancen=507846 However, this is a great assesment. I've used it with a number of groups over the years.

RE: [OT][FRIDAY] brain types

2002-10-04 Thread Brad Rhoads
-Original Message- From: Joe Barefoot [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 12:52 PM To: Struts Users Mailing List Subject: RE: [OT][FRIDAY] brain types Seriously: This type of categorization serves no purpose whatsoever except to erect divisions amongst

RE: report generators that plays well with struts

2002-09-19 Thread Brad Rhoads
http://inetsoftware.de -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 11:55 AM To: Struts Users Subject: OT: report generators that plays well with struts Hello, I was wondering if there are any EJB components for

RE: report generators that plays well with struts

2002-09-19 Thread Brad Rhoads
: report generators that plays well with struts Very nice, even available as an EJB. Dependent on one having access to Crystal Reports though. Any open source alternatives? Crystal Reports seems to be the top choice for reporting so I might just bite the bullet on that one. Brad Rhoads

RE: Multiple submits

2002-07-30 Thread Brad Rhoads
/SCRIPTSCRIPT language=javascript type=text/javascript !-- //This include file contains some JavaScript functions to prevent users //from submitting a form twice. It sets a flag (FormSubmitted) to false //when the page first loads. Then, when the form is submitted, this flag //is checked.

RE: Security and Struts

2002-07-30 Thread Brad Rhoads
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/realm-howto.html -Original Message- From: Ryan Cuprak [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 1:53 PM To: [EMAIL PROTECTED] Subject: Security and Struts Hello, I was hoping someone would have some advice on securing a

session var missing in .jsp

2002-07-22 Thread Brad Rhoads
All but one of my .jsps are views and go though my template. They're all mapped to screenname.screen. I have code (shown below) at the top my template to check a session var to see if the user has logged on. That works fine. But now I have a .jsp that's just for displaying an (crystal clear

[ARTICLE] How Do I Use Jakarta Struts With JDeveloper

2002-07-10 Thread Brad Rhoads
Struts and Oracle9i JDeveloper Here's a cool new article with detailed instructions on how to configure and use the Jakarta Struts open source Model-View-Controller framework with Oracle9i JDeveloper. http://otn.oracle.com/products/jdev/howtos/jsp/StrutsHowTo.html How Do I Use Jakarta

Reporting Solutions

2002-06-14 Thread Brad Rhoads
around that though by putting the parm on the report setting it's format option to suppressed. HTH. Feel free to ask questions. Brad Rhoads Zethcon Corporation -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Protecting PDF and other non-jsp files

2002-06-12 Thread Brad Rhoads
In my .jsp pages I can check if a session var has been set to determin if a page can viewed or not. How can I protect .pdf and other types of files (in an OS-independent way)? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Java Website ISP

2002-06-07 Thread Brad Rhoads
FWIW - High end providers, at least in the windoz world, get that every month. So $350 for a year sounds pretty good to me. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 9:26 AM To: Struts (E-mail); Servlets (E-mail); J2ee (E-mail)

RE: .JSP / .ASP Integration

2002-06-07 Thread Brad Rhoads
Well he could use a database to save the session info. -Original Message- From: Jimenez Daniel [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 9:03 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: .JSP / .ASP Integration Good luck! Your only solution is passing XML

RE: New to Struts

2002-05-29 Thread Brad Rhoads
I've been using Forte CE w/ struts 1.0. Works OK, but I haven't gotten the debugger going yet. And I have the .java .class files in the same directories. I know you can set up to compile to different directories, but I haven't taken the time to figure it out yet. -Original Message-

RE: How to Generate .xls file from struts app.

2002-04-05 Thread Brad Rhoads
If you're running an NT server, you can use COM. See http://www.infozoom.de. -Original Message- From: Heath Chiavettone [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 8:17 PM To: 'Struts Users Mailing List' Subject: RE: How to Generate .xls file from struts app. We did this

RE: Page wrapper element?

2002-03-21 Thread Brad Rhoads
The struts-template example does just that. It's part of the struts download. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 12:30 PM To: [EMAIL PROTECTED] Subject: Page wrapper element? Hi, I was wondering if anyone has some

RE: Struts w/Tomcat, I know this is a dumb question but

2002-03-19 Thread Brad Rhoads
Yep, it works. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:50 AM To: Struts Users Mailing List Subject: Struts w/Tomcat, I know this is a dumb question but I am getting a new computer in 2 weeks for home use. I plan to

[RE: Redirecting to login page when session expires

2002-03-18 Thread Brad Rhoads
I assume you mean processActionPerform; I don't see perform() in the ActionServlet. Here's what I ended up with and it works well: protected ActionForward processActionPerform(Action action, ActionMapping mapping,

calling processActionForward from processesPreprocess in struts 1.0.2 timeout checking

2002-03-13 Thread Brad Rhoads
http://www.mail-archive.com/struts-user@jakarta.apache.org/msg15542.html suggests calling processActionForward from unauthenticatedUser, which is called from processesPreprocess, to handle timout checking. But in the stable release processActionForward needs an ActionMapping parm. So I change

User Overrideable Errors

2002-03-08 Thread Brad Rhoads
In the action for form1 I detect several errors and warnings; the user should be able to ignore warnings, but is required to fix errors. My question is what's the best way to implement warnings in struts. The main issue is how do I show the user the warnings on his first try, but move on to the

RE: Usage of Action Tokens - preventing application 'damage' by impatient users

2002-02-28 Thread Brad Rhoads
You can prevent multiple submits in the client side using JavaScript. Below is some code that you can see in action at https://www.cyclewacko.com/ChangeInfo.asp?mode=newGoTo=youraccount.aspSSL= yes //-- /SCRIPTSCRIPT language=JavaScript type=text/JavaScript !-- //This include file contains

[OT] Problem calling stored proc in Oracle 8.0

2002-02-15 Thread Brad Rhoads
I'm trying to call the following stored proc: PROCEDURE cancel_order_request (in_orderid IN number ,in_shipid IN number ,in_facility IN varchar2 ,in_source IN varchar2 ,in_userid IN varchar2

RE: Reloading a page without refreshing Remote Scripting)

2002-02-13 Thread Brad Rhoads
I did remote scripting in the ASP world. I haven't heard of it being used in the JSP world, but I haven't been around that long. Anyway, one time remote scipting is used is for dependent list boxes. For example after the user selects a country from one drop down list, the state/prov dropdown

[OT] Publishing an Application

2002-02-05 Thread Brad Rhoads
I'm looking for a good tool for publishing an application. It should compare the source directory to the target and only move files that have changed. I'd also like an option to skip certain files, i.e. web.xml. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

RE: [OT] Publishing an Application

2002-02-05 Thread Brad Rhoads
AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: [OT] Publishing an Application On Tue, 5 Feb 2002, Brad Rhoads wrote: I'm looking for a good tool for publishing an application. It should compare the source directory to the target and only move files that have changed. I'd also

RE: Connection Pooling

2002-02-01 Thread Brad Rhoads
Does anyone know of any connection pooling solution that will work with any version of any database and with any application server? We found out we need to support Oracle 8.0 and the 8.0 drivers don't support JDBC 2.0 (please correct me if I'm wrong on this) so I was planning to put in PoolMan,

RE: Connection Pooling

2002-02-01 Thread Brad Rhoads
://otn.oracle.com/docs/products/oracle8i/doc_library/817_d oc/java.817/a8 3724/overvw5.htm#1000974 Mark -Original Message- From: Brad Rhoads [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 10:00 AM We found out we need to support Oracle 8.0 and the 8.0 drivers don't support JDBC 2.0

RE: Connection Pooling

2002-02-01 Thread Brad Rhoads
PROTECTED] and ask those guys. You can signup at (somewhere) java.sun.com/products/jdbc/ Mark Now, to get back to the Great Reference Debate for today, is an object passed via RMI by value or reference? ;-)~ -Original Message- From: Brad Rhoads [mailto:[EMAIL PROTECTED]] Sent: Friday

Struts (Examples) Compilation Requirements

2002-01-25 Thread Brad Rhoads
I'm trying to compile the Struts examples, but I'm getting all kinds of errors. (The provided classes are running OK, so I've done something right :). I just put all the .war files in the webapps dir restarted tomcat.) I'm looking for as detailed instructions on what I need to do/have

RE: Struts (Examples) Compilation Requirements

2002-01-25 Thread Brad Rhoads
, January 25, 2002 3:44 PM To: 'Brad Rhoads' Subject: FW: Struts (Examples) Compilation Requirements I'm using Tomcat (but on windows). It should just nicely work. The classpath is all self contained in the war. Which javax classes can't it find? There might be a problem with your Tomcat