test

2002-06-10 Thread John Regan

How to implement a CC Processing page using Struts?

2002-06-10 Thread John Regan
Good morning all, How do I display a jsp(processing.. please wait) after the user has clicked the submit button until the action is finished with processing? Thanks, JBR

RE: How to implement a CC Processing page using Struts?

2002-06-10 Thread John Regan
John Regan [EMAIL PROTECTED] writes: --_=_NextPart_001_01C210A5.BCB19C80 Content-Type: text/plain; charset=iso-8859-1 Good morning all, How do I display a jsp(processing.. please wait) after the user has clicked the submit button until the action is finished with processing

RE: How to implement a CC Processing page using Struts?

2002-06-10 Thread John Regan
page using Struts? John Regan [EMAIL PROTECTED] writes: Thanks for the quick response. Could you give more of an explanation for the following statement: You could also send the page-to-forward to with the submit button. By including the URL in a form hidden's field, you could send the user

RE: Using 2.3 Filters and Struts

2002-03-21 Thread John Regan
).setAttribute(Constants.USER_KEY, user); } // pass request to requested resource chain.doFilter(request, response); } // End doFilter -Original Message- From: John Regan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 12:31 PM To: Struts

Using 2.3 Filters and Struts

2002-03-20 Thread John Regan
Hello everyone, What is the best way to redirect a request to a login page from within a filter? Any examples? Thanks, JBR

Dynamic form fields

2002-02-22 Thread John Regan
I've searched the mail list and cannot find a clear answer to this one! Here is an example of what I need: A user enters the # of Travelers for their vacation in the first jsp of the sequence. In the second jsp I want to display an html:text input field for each traveler's age. what is the

RE: Please Help! Passing variables with the html:link tag, how do I do this?

2001-12-11 Thread John Regan
Can someone answer this please, i'm stuck. thank you -Original Message- From: John Regan [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 1:13 PM To: 'Struts Users Mailing List' Subject: RE: Passing variables with the html:link tag, how do I do this? has anybody answered

RE: Please Help! Passing variables with the html:link tag, how do I do this?

2001-12-11 Thread John Regan
, December 11, 2001 7:15 AM To: Struts Users Mailing List Subject: RE: Please Help! Passing variables with the html:link tag, how do I do this? John, Looks to me that what you have coded will do what you want. Have you tried this found it doesn't work? Keith --- John Regan [EMAIL PROTECTED] wrote

Stuts Development Environment for an HTML developer?

2001-12-11 Thread John Regan
right now i am the only one in my shop setup to do struts development(Forte, Tomcat 4.0). i am interested in getting an html developer involved in development, creating static pages that contain struts tags. does this resource need Forte and Tomcat(really hope not!)? what are some different

Ted Husted's DispatchFoward Class in the Struts Catalog

2001-12-10 Thread John Regan
I am trying to use one ActionMapping for several different html:link forward= links. What Struts tag do use to store the forward paramenter referenced in this part of the code in DispatchForward: wantForward = request.getParameter(forward); thank you in advance.

RE: Passing variables with the html:link tag, how do I do this?

2001-12-10 Thread John Regan
has anybody answered this yet? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 09, 2001 8:39 PM To: Struts Users Mailing List Subject: Passing variables with the html:link tag, how do I do this? Hi I have a very simple question, I want

Split Thread with 2 Browsers

2001-12-04 Thread John Regan
This is not a pure struts question but i am hoping the framework might help with this issue. Desired functionality: User opens browser, clicks through several pages as a certain user type then opens a second browser because they want to be a different user type. The user should be able to

Common User Interface for JSP's

2001-11-02 Thread John Regan
Can anyone enlighten me on the Pros and Cons of using the Struts template taglib as opposed to say CSS or any other common interface rendering utility? Thanks in advance. JBR

RE: Common User Interface for JSP's

2001-11-02 Thread John Regan
~ Technical Services. -- Tel +1 716 737-3463 -- http://www.husted.com/struts/ John Regan wrote: Can anyone enlighten me on the Pros and Cons of using the Struts template taglib as opposed to say CSS or any other common interface rendering utility? Thanks in advance. JBR

Struts 1.0 and EAServer 3.6.1

2001-10-18 Thread John Regan
Title: Struts 1.0 and EAServer 3.6.1 has anyone gotten struts to work in easerver?