Re: Accessing Struts Datasource from another action servlet

2004-02-02 Thread Mark Lowe
ing a scheduler which is a seperate action servlet which is configured in the web.xml file to start at startup. All of my other action classes are session based so they can get the default datasource (From the struts-config.xml) from the session using; DataSource ds = getDataSource(request); I

Accessing Struts Datasource from another action servlet

2004-02-02 Thread James MacKenzie
Hi Guys, I have a web application written in Stuts and am writing a scheduler which is a seperate action servlet which is configured in the web.xml file to start at startup. All of my other action classes are session based so they can get the default datasource (From the struts-config.xml

RE: sub classing Action Servlet

2003-12-25 Thread Mohan Radhakrishnan
Action Servlet Hi, Can anyone provide me the example of extending the ActionServlet and how it should be configured in web.xml Thanks & Regards Sudhakar DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. Before opening attachm

RE: sub classing Action Servlet

2003-12-22 Thread Kalra, Ashwani
Extending ActionServlet is discouraged in 1.1 . Which version are you on. Extend RequestProcessor instead. /Ashwani >-Original Message- >From: Sudhakar G [mailto:[EMAIL PROTECTED] >Sent: Monday, December 22, 2003 4:46 PM >To: [EMAIL PROTECTED] >Subject: sub classing

sub classing Action Servlet

2003-12-22 Thread Sudhakar G
Hi, Can anyone provide me the example of extending the ActionServlet and how it should be configured in web.xml Thanks & Regards Sudhakar DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them

Location of Action Servlet and proper directory structure

2003-07-17 Thread rajendra . x . yadav
Hi All, I just wanted to clarify the proper directory structure for a typical Struts Web Application. - Will each Form have a Action associated with it? Currently, I have this: root - jsp (All jsp's come here) - src (All java source here... with com.xx.xxx.xxx) - WEB-INF

Re: [OT] SecurityFilter Question was RE: Looking for ideas for action servlet checking for logged in user.

2003-06-27 Thread Jason Lea
day, June 27, 2003 5:56 PM To: Struts Users Mailing List Subject: Re: [OT] SecurityFilter Question was RE: Looking for ideas for action servlet checking for logged in user. Hi Shane, Not sure if I undestand your question (so I will make some random statements and see if one hits the spot :) ) I guess r

RE: [OT] SecurityFilter Question was RE: Looking for ideas for action servlet checking for logged in user.

2003-06-27 Thread Bailey, Shane C.
t: RE: [OT] SecurityFilter Question was RE: Looking for ideas for action servlet checking for logged in user. OK, fair enough. I'm just trying to fill in the pieces of a subject I am not very familiar with... Even if you have two datastores (one with user info and one with everything else) it seems like

RE: [OT] SecurityFilter Question was RE: Looking for ideas for action servlet checking for logged in user.

2003-06-27 Thread Bailey, Shane C.
2003 5:56 PM To: Struts Users Mailing List Subject: Re: [OT] SecurityFilter Question was RE: Looking for ideas for action servlet checking for logged in user. Hi Shane, Not sure if I undestand your question (so I will make some random statements and see if one hits the spot :) ) I guess reading

Re: [OT] SecurityFilter Question was RE: Looking for ideas for action servlet checking for logged in user.

2003-06-27 Thread Jason Lea
5:56 PM To: Struts Users Mailing List Subject: Re: [OT] SecurityFilter Question was RE: Looking for ideas for action servlet checking for logged in user. Hi Shane, Looks fine to me :) I also had a similar thought in the beginning to create my own Principal object so I could store all sorts of app spe

RE: [OT] SecurityFilter Question was RE: Looking for ideas for action servlet checking for logged in user.

2003-06-27 Thread Bailey, Shane C.
Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 5:56 PM To: Struts Users Mailing List Subject: Re: [OT] SecurityFilter Question was RE: Looking for ideas for action servlet checking for logged in user. Hi Shane, Looks fine to me :) I also had a similar thought in

Re: Looking for ideas for action servlet checking for logged inuser.

2003-06-26 Thread Craig R. McClanahan
On Thu, 26 Jun 2003, Jing Zhou wrote: > Date: Thu, 26 Jun 2003 20:59:27 -0500 > From: Jing Zhou <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Looking for idea

Re: Looking for ideas for action servlet checking for logged in user.

2003-06-26 Thread Jing Zhou
Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 8:26 AM Subject: Re: Looking for ideas for action servlet checking for logged in user. > I have a little bit run away question. Since there is an > existing login facility in our codes, is there a general > faci

Re: [OT] SecurityFilter Question was RE: Looking for ideas for action servlet checking for logged in user.

2003-06-26 Thread Jason Lea
return null; } } -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 5:34 AM To: Struts Users Mailing List Subject: Re: Looking for ideas for action servlet checking for logged in user. In case no one has mentioned it yet: http://securityfi

[OT] SecurityFilter Question was RE: Looking for ideas for action servlet checking for logged in user.

2003-06-26 Thread Bailey, Shane C.
rom: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 5:34 AM To: Struts Users Mailing List Subject: Re: Looking for ideas for action servlet checking for logged in user. In case no one has mentioned it yet: http://securityfilter.sourceforge.net/ This emulates the contain

Re: Looking for ideas for action servlet checking for logged in user.

2003-06-26 Thread Alen Ribic
t;[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 7:02 PM Subject: RE: Looking for ideas for action servlet checking for logged in u ser. > > I just got the securityfilter-example.war deployed successfully in no

RE: Looking for ideas for action servlet checking for logged in user.

2003-06-26 Thread Bailey, Shane C.
, Shane C. [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 11:27 AM To: 'Struts Users Mailing List' Subject: RE: Looking for ideas for action servlet checking for logged in user. I didn't know about this project. I am very interested. Anybody deploy this with JRun4? -O

RE: Looking for ideas for action servlet checking for logged in user.

2003-06-26 Thread Bailey, Shane C.
I didn't know about this project. I am very interested. Anybody deploy this with JRun4? -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 5:34 AM To: Struts Users Mailing List Subject: Re: Looking for ideas for action servlet checking for l

Re: Looking for ideas for action servlet checking for logged in user.

2003-06-26 Thread Jing Zhou
://www.netspread.com - Original Message - From: "Jason Lea" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 4:34 AM Subject: Re: Looking for ideas for action servlet checking for logged in user. > In case no

Re: Looking for ideas for action servlet checking for logged in user.

2003-06-26 Thread Jason Lea
y with the mapping /secure/*. similarly, you can add the mappings of servlets to protect them in the same way. Michael. -Original Message- From: Jing Zhou [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 11:54 AM To: Struts Users Mailing List Subject: Re: Looking for ideas for

Re: Looking for ideas for action servlet checking for logged in user.

2003-06-26 Thread Adam Hardy
can add the mappings of servlets to protect them in the same way. Michael. -Original Message- From: Jing Zhou [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 11:54 AM To: Struts Users Mailing List Subject: Re: Looking for ideas for action servlet checking for logged in user. Th

RE: Looking for ideas for action servlet checking for logged in user.

2003-06-25 Thread Michael Remijan
ect: Re: Looking for ideas for action servlet checking for logged in user. This is an interesting use of Filters. Our action mappings have an attribute, 'privileged'. When the privileged attribute is set to true, users only with a true privileged mode in his/her action tracking (in the u

Re: Looking for ideas for action servlet checking for logged in user.

2003-06-25 Thread Jing Zhou
filter set up on your secure directory (specifed as /secure-dir-name/*) can be run, check for an object in the session, and easily redirect if not found. Mike -Original Message- From: Jing Zhou [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:10 AM To: Struts Users Mailing Li

RE: Looking for ideas for action servlet checking for logged in user.

2003-06-25 Thread Michael Remijan
e run, check for an object in the session, and easily redirect if not found. Mike -Original Message- From: Jing Zhou [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:10 AM To: Struts Users Mailing List Subject: Re: Looking for ideas for action servlet checking for logged in

Re: Looking for ideas for action servlet checking for logged in user.

2003-06-25 Thread Erik Price
Adam Hardy wrote: Erik Price wrote: I would use container-managed security. All the secured pages should go in a directory which is the target of a security constraint in the deployment descriptor. This forces the user to log in when trying to access any secured pages. In the actions where a

Re: Looking for ideas for action servlet checking for logged in user.

2003-06-25 Thread Jing Zhou
- Original Message - From: "Adam Hardy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 4:13 AM Subject: Re: Looking for ideas for action servlet checking for logged in user. > I would use

Re: Looking for ideas for action servlet checking for logged in user.

2003-06-25 Thread Adam Hardy
Erik Price wrote: I would use container-managed security. All the secured pages should go in a directory which is the target of a security constraint in the deployment descriptor. This forces the user to log in when trying to access any secured pages. In the actions where a user-object is requi

Re: Looking for ideas for action servlet checking for logged in user.

2003-06-25 Thread Erik Price
Adam Hardy wrote: I would use container-managed security. All the secured pages should go in a directory which is the target of a security constraint in the deployment descriptor. This forces the user to log in when trying to access any secured pages. In the actions where a user-object is req

RE: Looking for ideas for action servlet checking for logged in user.

2003-06-25 Thread Alex Shneyderman
> My current solution is to check for valid login in every action class that > needs to protect its invocation. That seems tedious. I though about > extending the action servlet to do it, but then it would check for all > requests. > And I do want to distinguish between if the user is &

Re: Looking for ideas for action servlet checking for logged in user.

2003-06-25 Thread Adam Hardy
Tuesday, June 24, 2003 4:13 PM Subject: RE: Looking for ideas for action servlet checking for logged in user. Check out http://marc.theaimsgroup.com/?t=10445485033&r=1&w=2 for a possible solution. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, J

Re: Looking for ideas for action servlet checking for logged in user.

2003-06-24 Thread Jing Zhou
- Original Message - From: "Larry Zappeterrini" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 4:13 PM Subject: RE: Looking for ideas for action servlet checking for logged in user. &

RE: Looking for ideas for action servlet checking for logged in user.

2003-06-24 Thread Steve Raeburn
nt: June 24, 2003 2:09 PM > To: 'Struts Users Mailing List' > Subject: RE: Looking for ideas for action servlet checking for logged in > user. > > > One way I did in the past was using a Servlet Filter where I would read > a file to see what action is authorized to w

RE: Looking for ideas for action servlet checking for logged in user.

2003-06-24 Thread Larry Zappeterrini
Check out http://marc.theaimsgroup.com/?t=10445485033&r=1&w=2 for a possible solution. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 4:59 PM To: [EMAIL PROTECTED] Subject: Looking for ideas for action servlet checking for l

RE: Looking for ideas for action servlet checking for logged in user.

2003-06-24 Thread Varun Garg
3:59 PM To: [EMAIL PROTECTED] Subject: Looking for ideas for action servlet checking for logged in user. I have a webapp which have several pages which require the user to be logged in(have a httpSession with a "usercontainer" object stored) , and a few pages that doesn't require

Looking for ideas for action servlet checking for logged in user.

2003-06-24 Thread henrik . bentel
is to check for valid login in every action class that needs to protect its invocation. That seems tedious. I though about extending the action servlet to do it, but then it would check for all requests. And I do want to distinguish between if the user is authorized(isUSerInRole) and if he/she is eve

RE: how to invoke the action servlet?

2003-03-27 Thread Dan Tarkenton
jratwala > - Chikli Consulting LLC > - http://www.chikli.com > > > -Original Message- > From: Dan Tarkenton [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 27, 2003 4:06 PM > To: Struts Users Mailing List > Subject: Re: how to invoke the action servlet

RE: how to invoke the action servlet?

2003-03-27 Thread Hajratwala, Nayan (N.)
chikli.com -Original Message- From: Dan Tarkenton [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 4:06 PM To: Struts Users Mailing List Subject: Re: how to invoke the action servlet? Ah, I am sorry. I forgot to mention that I had tried different combinations of URLs. I did try http:/

Re: how to invoke the action servlet?

2003-03-27 Thread Dan Tarkenton
MAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: how to invoke the action servlet? > > > > > > I have been referencing the book Struts in Action > by Ted Husted as well > > as the struts site. I cannot figure out what to > point my browser to in > &g

RE: how to invoke the action servlet?

2003-03-27 Thread Hajratwala, Nayan (N.)
Original Message- From: Dan Tarkenton [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 3:32 PM To: [EMAIL PROTECTED] Subject: how to invoke the action servlet? I have been referencing the book Struts in Action by Ted Husted as well as the struts site. I cannot figure out what to poi

Re: how to invoke the action servlet?

2003-03-27 Thread Craig R. McClanahan
On Thu, 27 Mar 2003, Dan Tarkenton wrote: > Date: Thu, 27 Mar 2003 12:32:09 -0800 (PST) > From: Dan Tarkenton <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: how to invoke the action servlet? > > &

RE: how to invoke the action servlet?

2003-03-27 Thread Jagadeesan,Sivakumar
try http://localhost:8080/ginsu/ginsu -Original Message- From: Dan Tarkenton [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 2:32 PM To: [EMAIL PROTECTED] Subject: how to invoke the action servlet? I have been referencing the book Struts in Action by Ted Husted as well as the

RE: how to invoke the action servlet?

2003-03-27 Thread Miriam Aguirre
why don;t you make your welcome-file the default action ? ginsu.do or whatever it is you are trying to invoke... -Original Message- From: Dan Tarkenton [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 12:32 PM To: [EMAIL PROTECTED] Subject: how to invoke the action servlet? I

how to invoke the action servlet?

2003-03-27 Thread Dan Tarkenton
servlet that represents my entire view layer. I thought I could just point my browser to http://localhost:8080/ginsu (ginsu being the name of my web app). I realize I have no index.html or index.jsp, but I'm just trying to go directly to the action servlet from the browser. Is this not possib

Re: Problem while opening file in Action servlet

2003-03-19 Thread Laurent de Menditte
L PROTECTED]> Sent: Wednesday, March 19, 2003 12:23 PM Subject: RE: Problem while opening file in Action servlet > Hi, > >If your problem is that you need to check if that file is there or not , > then this might help > > if( getServlet(). > getServletContext().getResou

RE: Problem while opening file in Action servlet

2003-03-19 Thread Mohan Radhakrishnan
found" ); } else { logger_.debug("Found" ); } Mohan -Original Message- From: Laurent de Menditte [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 4:45 PM To: [EMAIL PROTECTED] Subject: Problem while opening file in Action serv

Problem while opening file in Action servlet

2003-03-19 Thread Laurent de Menditte
Hi, I'm using Struts 1.1 rc1, Tomcat 4.1.18 I've written this Action class: import java.io.*; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.struts.action.Action;

Re: Accessing struts datasource outside action servlet

2003-02-05 Thread David Graham
t: Accessing struts datasource outside action servlet Date: Thu, 6 Feb 2003 11:26:25 +0530 Hi All, How can i access the datasource outside the action class. suppose i need a connection in a bean/other class where i need some pre population of data from the database.. any sugges

Accessing struts datasource outside action servlet

2003-02-05 Thread Dinesh Sampangi
Hi All, How can i access the datasource outside the action class. suppose i need a connection in a bean/other class where i need some pre population of data from the database.. any suggestion woul be a gr8 help. rgds, Dinesh

RE: Action Servlet

2003-01-16 Thread James Childers
From: Mark Galbreath [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 10:50 AM > To: 'Struts Users Mailing List' > Subject: RE: Action Servlet > > > this.getServlet() > > -Original Message- > From: JONATHAN PHILIP HOLLOWAY [mailto:[EMAIL PROTECTE

RE: Action Servlet

2003-01-16 Thread Mark Galbreath
this.getServlet() -Original Message- From: JONATHAN PHILIP HOLLOWAY [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 11:46 AM Could somebody tell me if it's possible to get a handle on the action servlet from an action class and if so how this is actually done.

Action Servlet

2003-01-16 Thread JONATHAN PHILIP HOLLOWAY
Could somebody tell me if it's possible to get a handle on the action servlet from an action class and if so how this is actually done. Many thanks in advance, Jonathan Holloway. *-* Jonathan Holloway, Dept. Of Computer Sc

[BUG]Action Servlet not initialized in Resin

2002-09-30 Thread Greg Hess
Hi All, My application is intermittently being initialized improperly. I am deploying multiple struts based app's into resin and am experiencing errors with several Struts tags being used. The application deploys fine 9/10 times and then blows up. When I inspect the logs I follow the initializati

RE: Character set problem, subclass action servlet

2002-07-22 Thread Maris Orbidans
You can subclass action servlet: import org.apache.struts.action.ActionServlet; import javax.servlet.http.*; import javax.servlet.*; import java.io.*; public class LADActionServlet extends ActionServlet { protected void process(HttpServletRequest p0, HttpServletResponse p1) throws

Action servlet violates loader Constraints

2002-06-28 Thread Chris Hardin
I am using Struts with WebLogic 5.1 and when my web app starts up and tries to load the action servlet I get this error: Action servlet violates loader Constraints and then WebLogic crashes. Anyone got any ideas on how I fix this

RE: object of action servlet in action class

2002-05-29 Thread Chakradhar Tallam
PROTECTED] Subject: object of action servlet in action class hi, Can anyone tell me as to how to get an object of ActionServlet in the Action class ??? _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To

object of action servlet in action class

2002-05-29 Thread Radhika Nadkarni
hi, Can anyone tell me as to how to get an object of ActionServlet in the Action class ??? _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe, e-mail: For addition

Re: Want one Action servlet to forward to another Action servlet

2002-05-13 Thread Ted Husted
irport NY US -- Developing Java Web Applications with Struts -- Tel: +1 585 737-3463 -- Web: http://husted.com/about/services "Struts Newsgroup (@Basebeans.com)" wrote: > > Subject: Want one Action servlet to forward to another Action servlet > From: [EMAIL PROTECTED] (Joe Fischer)

Want one Action servlet to forward to another Action servlet

2002-05-09 Thread @Basebeans.com
Subject: Want one Action servlet to forward to another Action servlet From: [EMAIL PROTECTED] (Joe Fischer) === My idea is to have an Action servlet query a database to search on a name. If multiple names come back, it will forward to a selection jsp that allows me to select the desired

Re: Passing parameters directly to Action Servlet

2002-05-01 Thread ajTreece
AIL PROTECTED]] >>Sent: Wednesday, May 01, 2002 4:57 PM >>To: Struts Users Mailing List >>Subject: Passing parameters directly to Action Servlet >> >> >>Is it possible... And how do you pass parameters directly to a >>action servlet >>without the use

RE: Passing parameters directly to Action Servlet

2002-05-01 Thread James Mitchell
If I'm not way off [again ;)] Are you wanting to do this? JM > -Original Message- > From: ajTreece [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 01, 2002 4:57 PM > To: Struts Users Mailing List > Subject: Passing parameters directly to Action Servlet &g

RE: Passing parameters directly to Action Servlet

2002-05-01 Thread Pedone, Tim
You can use the query string to pass parameters to your Action class: http://www.whatever.com/myapp/myaction.do?color=red Then use request.getParameter("color") to retrieve the query parameter in the Action class. In this case you are still using an Action class not Action Servl

Passing parameters directly to Action Servlet

2002-05-01 Thread ajTreece
Is it possible... And how do you pass parameters directly to a action servlet without the use of a jsp and action form. What I'm doing is reading DB CLOB which is actually just XML data an spitting in out to an newly opened browser window. The originating JSP will just have a bunch of

using to pass parameter to action servlet

2001-12-06 Thread antony
the value of page=next to this action servlet. But (1) is not doing what I want it to do. How can I write a link like (2) using the tag? Cheers Tony -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Problem with action servlet and Websphere 3.5.4 with Struts

2001-10-04 Thread dion
Do you have a web.xml in the servlets/web/web-inf directory? -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au JavaNews: http://www.multitask.com.au/JavaNews - Forwarded by dIon Gillard/Multitask Consulting/AU on 05/10/2001 11:21 AM - Problem with action servlet

Problem with action servlet and Websphere 3.5.4 with Struts

2001-10-04 Thread Bryan Mallinson
Hi everyone, I have a problem using Websphere 3.5.4 with Struts I keep getting the following error for the My action servlet when I start my web app action : Mapping for servlet 'action' = 'null' I have the following small piece of XML code in my struts-config.xml fi

Re: custom tags and Action servlet

2001-08-27 Thread Craig R. McClanahan
On Wed, 22 Aug 2001, Mike D wrote: > Date: Wed, 22 Aug 2001 16:31:17 + > From: Mike D <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: custom tags and Action servlet > > I have a custom tag that I've written, and I want it

custom tags and Action servlet

2001-08-22 Thread Mike D
I have a custom tag that I've written, and I want it to talk to the Action Servlet (to get mappings out). How can I do this? When I'm in the Jsp, can I access the action servlet? Or is it out of scope by then? _ Get

custom tags and Action servlet

2001-08-22 Thread Mike Dewhirst
I have a custom tag that I've written, and I want it to talk to the Action Servlet (to get mappings out). How can I do this? When I'm in the Jsp, can I access the action servlet? Or is it out of scope by then? =** If you a

Re: Get request and the Action servlet

2001-08-08 Thread roger . day
Excellent, thanks. The information I want to submit is minimal anyway. I'll have a look at the source. At 08/08/2001 10:21:08, "Gregor Rayman" <[EMAIL PROTECTED]> wrote: # <[EMAIL PROTECTED]> wrote: # # > I would like to use Struts with an action that is initiated by following a # link, # > r

Re: Get request and the Action servlet

2001-08-08 Thread Gregor Rayman
<[EMAIL PROTECTED]> wrote: > I would like to use Struts with an action that is initiated by following a link, > rather the form-based approach that I can see in the documentation. I would also > like the ActionServlet to parse the URI and instantiate my bean with the > information from the URI. I

Get request and the Action servlet

2001-08-08 Thread roger . day
I would like to use Struts with an action that is initiated by following a link, rather the form-based approach that I can see in the documentation. I would also like the ActionServlet to parse the URI and instantiate my bean with the information from the URI. Is this possible? Sorry if this is a

multiple servlet mappings for action servlet?

2001-07-19 Thread Siggelkow, Bill
What are the implications if I have multiple URL mappings for my ActionServlet? Specifically, say I configure '*.do' and '*.go' as mappings. I may want to do this for security reasons, let's say, where *.do is for security-constrained web resources and *.go is for non-security constrained resourc

RE: servlet-mapping for action servlet in struts & iplanet

2001-06-20 Thread Afzal, Tanver
> -Original Message- > From: Matt Raible [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 1:04 PM > To: Struts User > Subject: servlet-mapping for action servlet in struts & iplanet > > I am trying to get Struts working in iPlanet 6.0 SP2, and h

servlet-mapping for action servlet in struts & iplanet

2001-06-20 Thread Matt Raible
I am trying to get Struts working in iPlanet 6.0 SP2, and hoping that someone else has already solved this issue: I have a form that is defined in a page: If I have the servlet mapping for my action form as *.do, the form HTML output is: which is exactly how I want it to look. However, whe

RE: how to forward from one action servlet to another?

2001-05-10 Thread Nanduri, Amarnath
PM To: [EMAIL PROTECTED] Subject: RE: how to forward from one action servlet to another? Will this not keep the thread of ActionServlet which invoked perform() method hanging? --- "Nanduri, Amarnath" <[EMAIL PROTECTED]> wrote: > If you are using just Struts, then you ha

RE: how to forward from one action servlet to another?

2001-05-10 Thread Rajan Gupta
tServletConfig().getServletContext().getRequestDispacher("path > to the other servlet").forward(request,response) ; > > } > > } > > -Original Message- > From: Alex Colic [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 10, 2001 2:29 PM > To: Struts >

Re: how to forward from one action servlet to another?

2001-05-10 Thread dhay
"Struts" <[EMAIL PROTECTED]> cc:(bcc: David Hay/Lex/Lexmark) Subject: how to forward from one action servlet to another? Hi, how do you forward from one action servlet to another? I have a form that gets submitted to a servlet that I may depending on a value pass it off to

RE: how to forward from one action servlet to another?

2001-05-10 Thread Nanduri, Amarnath
1 2:29 PM To: Struts Subject: how to forward from one action servlet to another? Hi, how do you forward from one action servlet to another? I have a form that gets submitted to a servlet that I may depending on a value pass it off to another servlet to process. Any help is appreciated. Alex ext

Re: how to forward from one action servlet to another?

2001-05-10 Thread John Raley
You could either define a forward for this action in struts-config.xml, or construct a new ActionForward on the fly. Alex Colic wrote: > Hi, > > how do you forward from one action servlet to another? I have a form that > gets submitted to a servlet that I may depending on a value

how to forward from one action servlet to another?

2001-05-10 Thread Alex Colic
Hi, how do you forward from one action servlet to another? I have a form that gets submitted to a servlet that I may depending on a value pass it off to another servlet to process. Any help is appreciated. Alex ext. 104 Fax: 1-905-777-0132

RE: What causes the Action Servlet to be Invoked at the Server Startup

2001-04-30 Thread Natra, Uday
Oh! I thought of some thing like that. But I completely missed it. Thank You very much Jason. -Original Message- From: Jason Chaffee [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 9:33 PM To: [EMAIL PROTECTED] Subject: Re: What causes the Action Servlet to be Invoked at the

Re: What causes the Action Servlet to be Invoked at the Server Startup

2001-04-30 Thread Jason Chaffee
yes, it your deployment descriptor (web.xml) there is an attribute for "Natra, Uday" wrote: > Hi All, > I have a very fundamental question. Please bear with my naivete. Can any one > tell me how the ActionServlet gets invoked at the Application Server Start > up? I am using Weblogic6.0 and when

What causes the Action Servlet to be Invoked at the Server Startup

2001-04-30 Thread Natra, Uday
Hi All, I have a very fundamental question. Please bear with my naivete. Can any one tell me how the ActionServlet gets invoked at the Application Server Start up? I am using Weblogic6.0 and when I am starting the server, My Struts application is being deployed and I see some messages being displa

RE: datasources & action servlet

2001-03-09 Thread Gogineni, Pratima
09, 2001 12:29 PM > To: '[EMAIL PROTECTED]' > Subject: datasources & action servlet > > > Hi, > > I was wondering if I could configure the action servlet to pick up the > datasources from a different file (not struts-config). > > I am tryin

datasources & action servlet

2001-03-09 Thread Gogineni, Pratima
Hi, I was wondering if I could configure the action servlet to pick up the datasources from a different file (not struts-config). I am trying to auto-generate the struts app for different users - the thing is the action mappings are the same for all of them so I would prefer to use a constant

Re: Action Servlet Mapping

2001-01-12 Thread Craig R. McClanahan
swapnil ghiware wrote: Hello,I am using Struts 0.5 version. It seems that there can be only one action servlet mapping in the web.xml file.for e.g.        action     /execute/*   can i not have more than mapping. for e.g.         action     /execute/*           action     *.do   can

Action Servlet Mapping

2001-01-12 Thread swapnil ghiware
Hello, I am using Struts 0.5 version. It seems that there can be only one action servlet mapping in the web.xml file. for e.g.         action    /execute/*  can i not have more than mapping. for e.g.           action    /execute/*          action    *.do  can someone comment on