Re: A couple of simple questions

2006-01-24 Thread Dave Newton
David Thielen wrote: > 3) I am using struts so struts is the servlet and owns the init method, > unless I have missed something. So my understanding is there is no init > method for my code??? > _What_ code? What specifically are you trying to accomplish? If, say, you're trying to put something

RE: A couple of simple questions

2006-01-23 Thread David Thielen
2) That's what I thought too. What is weird is if my main page in a html file and I click refresh, it does not change the pages in each frameset (which is what I want). But if that main page was a jsp page, then it set the frameset pages to what the main page set them too, as opposed to what they h

Re: A couple of simple questions

2006-01-23 Thread Seth Fitzsimmons
> Yes, you can't use a .do action for the welcome pages. This is because > web.xml is "lower" down than the struts stuff. The web.xml also configures > the strust controller servlet to intercept anything ending with .do. If you > think about this you can understand how, at the web.xml leve, th

RE: A couple of simple questions

2006-01-23 Thread David G. Friedman
x27;t remember if it worked or not. Probably not. Regards, David Friedman / [EMAIL PROTECTED] -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Laurie Harper Sent: Monday, January 23, 2006 4:43 PM To: user@struts.apache.org Subject: Re: A couple of simple questions

Re: A couple of simple questions

2006-01-23 Thread Laurie Harper
David Thielen wrote: Asking again - thanks - dave -Original Message- Hi; 1) I want my default page to be index.do so I set the following in web.xml: index.do But instead I get a directory of files in my root when I go to the servlet. I can do this which works:

RE: A couple of simple questions

2006-01-23 Thread David Thielen
] Sent: Monday, January 23, 2006 11:53 AM To: Struts Users Mailing List Subject: Re: A couple of simple questions David Thielen wrote: > 3) I need to have a method called when my servlet first loads. Is a > listener the best way to do this? > What servl

Re: A couple of simple questions

2006-01-23 Thread Dave Newton
David Thielen wrote: > 3) I need to have a method called when my servlet first loads. Is a > listener the best way to do this? > What servlet? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: A couple of simple questions

2006-01-23 Thread [EMAIL PROTECTED]
id Thielen [mailto: [EMAIL PROTECTED] To: user@struts.apache.org Date: Mon, 23 Jan 2006 11:39:39 -0700 Subject: RE: A couple of simple questions Asking again - thanks - dave-Original Message-Hi;1) I want my default page to be index.do so I set the following in web.xml: index.do

RE: A couple of simple questions

2006-01-23 Thread David Thielen
Asking again - thanks - dave -Original Message- Hi; 1) I want my default page to be index.do so I set the following in web.xml: index.do But instead I get a directory of files in my root when I go to the servlet. I can do this which works: index.txt It

Re: A couple of simple questions

2006-01-20 Thread Dave Newton
David Thielen wrote: > 3) I need to have a method called when the servlet first loads. Is a > listener the best way to do this? > What servlet? > 4) When using IE on an ASP application, there is a way to click on a word > document in the browser, it brings up Word to edit the document, and when

Re: A couple of simple questions

2006-01-20 Thread Raghu Kanchustambham
> 4) When using IE on an ASP application, there is a way to click on a word > document in the browser, it brings up Word to edit the document, and when > you save the document in Word, it uploads it back to the website. > > a. Is there a way to do this in the J2EE world? > b. And if not,

A couple of simple questions

2006-01-20 Thread David Thielen
Hi; 1) I want my default page to be index.do so I set the following in web.xml: index.do But instead I get a directory of files in my root when I go to the servlet. I can do this which works: index.txt It appears it wants a file. Not an issue (see