you are welcome... glad I could help RE: problem with error page

2004-01-21 Thread Richard Hightower
I could tell by your description that the page that had the error had a committed buffer. comments below... Rick Hightower Developer Struts/J2EE training -- http://www.arc-mind.com/strutsCourse.htm Struts/J2EE consulting -- http://www.arc-mind.com/consulting.htm#StrutsMentoring -Original Me

Each Time the Server Restarts, the Browser Does Not Display the Welcome Page.

2003-12-08 Thread Caroline Jen
While the server is running, I am able to be redirected to the welcome page after I click on any of the LOGOUT buttons in my application. And while I am at the welcome page, I can see http://localhost:8080/NameOfMyApplication/do/Main in the address bar. But, if I shut down the server and restart

Re: .do as welcome-file

2003-09-24 Thread Adam Hardy
: 23 September 2003 15:16 To: Struts Users Mailing List Subject: Re: .do as welcome-file for security's sake I don't have any JSPs outside of WEB-INF, so this is the only solution, unless I wanted to use a http-redirect, which I don't. Adam On 09/23/2003 03:58 PM Menke, John wrote

RE: .do as welcome-file

2003-09-24 Thread shishir.katdare
? -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 23 September 2003 15:16 To: Struts Users Mailing List Subject: Re: .do as welcome-file for security's sake I don't have any JSPs outside of WEB-INF, so this is the only solution, unless I wanted to use a http-redir

Re: .do as welcome-file

2003-09-23 Thread Christian Bollmeyer
'default' start page is an Action, too (usually named main.do, start.do or the like). -- Chris - Original Message - From: "Ed Robbins" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 4:57 PM Su

Re: .do as welcome-file

2003-09-23 Thread Ed Robbins
I like to do it with a filter. I can accomplish several things with it, tighter security, I prevent someone from calling any of my jsp's directly and I can then have the welcome page be an action. Ed Mainguy, Mike wrote: This is actually the way I do it. -Original Message-

RE: .do as welcome-file

2003-09-23 Thread Mainguy, Mike
This is actually the way I do it. -Original Message- From: Menke, John [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 9:58 AM To: 'Struts Users Mailing List' Subject: RE: .do as welcome-file I guess it's all the same as long as it works. You solution m

Re: .do as welcome-file

2003-09-23 Thread Adam Hardy
actually no web.xml configs for the servlet -Original Message- From: Christian Bollmeyer [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 9:52 AM To: Struts Users Mailing List Subject: Re: .do as welcome-file I usually just put s/th like this in my index.jsp and that'

RE: .do as welcome-file

2003-09-23 Thread Kevin Peters
We do this too. Works like a charm. -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 9:05 AM To: Struts Users Mailing List Subject: Re: .do as welcome-file I can confirm that this hack works for tomcat. Create the dummy file start

RE: .do as welcome-file

2003-09-23 Thread Menke, John
do as welcome-file I usually just put s/th like this in my index.jsp and that's it. Whats the possible advantage of using a redirect or other solutions that also require a physical file in the root dir? -- Chris - Original Message - From: "Menke, John" <[EMAIL PROTECT

Re: .do as welcome-file

2003-09-23 Thread Christian Bollmeyer
'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 3:28 PM Subject: RE: .do as welcome-file > Here's a trick to get an action to execute as home page in your webapp > without having to > do the jsp redirect. > > Put a file

RE: .do as welcome-file

2003-09-23 Thread Menke, John
PROTECTED] Sent: Tuesday, September 23, 2003 9:05 AM To: Struts Users Mailing List Subject: Re: .do as welcome-file I can confirm that this hack works for tomcat. Create the dummy file start/start.do and tomcat will be happy, and you will still get the actual struts mapping. On 09/23/2003 02:06 PM Main

Re: .do as welcome-file

2003-09-23 Thread Adam Hardy
with that exact name it will work properly. Evidently you cannot specify a servlet path as a welcome file. -Original Message- From: Adolfo Miguelez [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 7:00 AM To: [EMAIL PROTECTED] Subject: .do as welcome-file Does anyone has figured

RE: .do as welcome-file

2003-09-23 Thread Mainguy, Mike
I haven't tried it, but I've been told that, in tomcat, if you create a file with that exact name it will work properly. Evidently you cannot specify a servlet path as a welcome file. -Original Message- From: Adolfo Miguelez [mailto:[EMAIL PROTECTED] Sent: Tuesday, September

Re: .do as welcome-file

2003-09-23 Thread Sgarlata Matt
Unfortunately, you cannot do that. You must specify a physical file. A standard technique is to make your welcome file a .jsp that redirects the user to your struts start page, in this case /start/start.do. You can probably find more info about this in the archives. Matt - Original Message

.do as welcome-file

2003-09-23 Thread Adolfo Miguelez
Does anyone has figured out how to do this? /start/start.do I am not able to make it work. TIA, Adolfo. _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/cam

RE: WELCOME to struts-user@jakarta.apache.org

2003-09-04 Thread Das, Amar
Hi, I am using the following image tag in my JSP page (map.jsp) inside a form. When I invoke the JSP page in a browser, the src should be populated with an URL for map image (http://../map1.jpg). But it does not. Please help. The form bean and action class and their mapping are shown below.

Re: Missing images & style sheet in welcome file

2003-08-26 Thread Jason Lea
sriram wrote: Hi, In my web application (using struts), I have login.jsp as welcome file. I've defined the welcome file in web.xml as follows: /jsp/login.jsp And in login.jsp, I'm using relative path to load images and style sheet. My directory structure is as follow

RE: Missing images & style sheet in welcome file

2003-08-25 Thread sriram
I forgot to include in login.jsp. I've included this and it worked! -Original Message- From: sriram [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 11:19 AM To: 'Struts Users Mailing List' Subject: Missing images & style sheet in welcome file Hi, In

RE: Missing images & style sheet in welcome file

2003-08-25 Thread sriram
bject: Re: Missing images & style sheet in welcome file hi, have u looked in to the the final url after the page is rendered.?? have u tried using the in ur jsp?? -- nagi ---Original Message--- From: Struts Users Mailing <mailto:[EMAIL PROTECTED]> List Date: Monday, August

Re: Missing images & style sheet in welcome file

2003-08-25 Thread Nagendra Kumar O V S
25, 2003 12:12:56 PM To: 'Struts Users Mailing List' Subject: Missing images & style sheet in welcome file  Hi,In my web application (using struts), I have login.jsp as welcome file.I've defined the welcome file in web.xml as

Missing images & style sheet in welcome file

2003-08-25 Thread sriram
Hi, In my web application (using struts), I have login.jsp as welcome file. I've defined the welcome file in web.xml as follows: /jsp/login.jsp And in login.jsp, I'm using relative path to load images and style sheet. My directory structure is as follows: ---web |

RE: Setting a Welcome File + Tiles + PreCompiled JSP's

2003-08-21 Thread Kevin Peters
directory and it works like a charm (no redirects needed). Kevin -Original Message- From: K.C. Baltz [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 3:14 PM To: Struts Users Mailing List Subject: Re: Setting a Welcome File + Tiles + PreCompiled JSP's I just have an inde

Re: Setting a Welcome File + Tiles + PreCompiled JSP's

2003-08-21 Thread K.C. Baltz
I just have an index.jsp that I still include in the war, even though all my JSPs are pre-compiled. I'm not actually sure if the file version or the pre-compiled version gets called. Doesn't really matter I guess.And I use a META refresh to redirect to my main page: "> K.C. Pat Quinn wr

Re: Setting a Welcome File + Tiles + PreCompiled JSP's

2003-08-21 Thread Jason Lea
I use a filter to catch requests that map to "/" and request my Homepage.do action instead. So I don't have any index.html or index.jsp page at all. I think the 2.3 spec wants some sort of file to map to. I did hear of one person who set the to 'index.do' and put a dummy index.do file in the

RE: Setting a Welcome File + Tiles + PreCompiled JSP's

2003-08-21 Thread Hue Holleran
n the Homepage(); home page, and then look for links to the information you want. Click the Back button to try another link. Click Search to look for information on the Internet. HTTP 404 - File not found Internet Explorer > -

Setting a Welcome File + Tiles + PreCompiled JSP's

2003-08-21 Thread Pat Quinn
I'm using tiles and i know i can't set the attribute in web.xml to a tile definition or a struts action url. I'm also precompiling all my JSP's so i can't assign it to a JSP... i was thinking about assign it to a html file and then onLoad i could redirect to my logon action url... to do this i

RE: Struts Action in Welcome File List

2003-08-08 Thread Shashank Dixit
This is my welcome.jsp file. <%@ page contentType="text/html; charset=UTF-8" %> <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="

RE: Struts Action in Welcome File List

2003-08-06 Thread Mohan Radhakrishnan
But you can redirect using logic redirect tag ? Mohan -Original Message- From: Suzette Daniel [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 8:03 PM To: 'Struts Users Mailing List' Subject: RE: Struts Action in Welcome File List Nope this is not supported, the we

Re: Struts Action in Welcome File List

2003-07-31 Thread Jon Wynacht
I think I had my slashes mixed upI just copied what was in the struts-blank project and it seems to be working just fine. Thanks all for helping me sort out the confusion! Jon On Wednesday, July 30, 2003, at 06:50 PM, John Cavacas wrote: Can you deploy and run correctly struts-blank.war?

RE: Struts Action in Welcome File List

2003-07-30 Thread John Cavacas
Can you deploy and run correctly struts-blank.war? If you can bring up http://localhost:8080/struts-blank/ then its not a Struts problem. Check the slash on your action. If your action is defined like so: Specifying should also work. I think... John This communication is intended for the u

RE: Struts Action in Welcome File List

2003-07-30 Thread Bailey, Shane C.
, July 30, 2003 3:26 PM To: Struts Users Mailing List Subject: RE: Struts Action in Welcome File List Well, I haven't tried this, but I did notice someone a while ago saying that this DOES work, as long as you use a small trick. The "welcome-file" does have to specify a file that

RE: Struts Action in Welcome File List

2003-07-30 Thread Karr, David
Well, I haven't tried this, but I did notice someone a while ago saying that this DOES work, as long as you use a small trick. The "welcome-file" does have to specify a file that exists, but that doesn't mean the web container will actually SERVE that file. The person who

Re: Struts Action in Welcome File List

2003-07-30 Thread K.C. Baltz
I believe the Servlet 2.3 spec allows for what Shane descibes (virtual paths for Welcome files). Can't wait for Tomcat 5. K.C. Suzette Daniel wrote: Nope this is not supported, the web.xml must map to a file. -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED]

RE: Struts Action in Welcome File List

2003-07-30 Thread Suzette Daniel
Nope this is not supported, the web.xml must map to a file. -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 9:51 AM To: 'Struts Users Mailing List' Subject: RE: Struts Action in Welcome File List Can't y

RE: Struts Action in Welcome File List

2003-07-30 Thread Bailey, Shane C.
t: Re: Struts Action in Welcome File List Hmmm...tried that but still blanks out after a while...I'm wondering if there's an issue with my use of sessions...would that come into play here? Jon On Tuesday, July 29, 2003, at 06:56 PM, John Cavacas wrote: > Try, > > > >

RE: Struts Action in Welcome File List

2003-07-29 Thread Swaroop George
7;t closed.. Swaroop -Original Message- From: message message [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 11:07 AM To: [EMAIL PROTECTED] Subject: Re: Struts Action in Welcome File List Actually this blank page phenomenon happend to me a long time ago. I remember taking ou

Re: Struts Action in Welcome File List

2003-07-29 Thread message message
Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Struts Action in Welcome File List Date: Tue, 29 Jul 2003 22:21:25 -0700 Didn't work for me. I'm stumped ;-( Jon On Tuesday, July 29, 2003, at 09:55 PM, Dan Tran wrote: This works for me <%@ page l

Re: Struts Action in Welcome File List

2003-07-29 Thread Jon Wynacht
- Original Message - From: "Jon Wynacht" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 9:41 PM Subject: Re: Struts Action in Welcome File List Hmmm...tried that but still blanks out after a while...I'm

Re: Struts Action in Welcome File List

2003-07-29 Thread Dan Tran
ing List" <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 9:41 PM Subject: Re: Struts Action in Welcome File List > Hmmm...tried that but still blanks out after a while...I'm wondering if > there's an issue with my use of sessions...would that come into play >

Re: Struts Action in Welcome File List

2003-07-29 Thread Jon Wynacht
ar example application for an easy to understand example of this. John -Original Message- From: Jon Wynacht [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 9:41 PM To: [EMAIL PROTECTED] Subject: Struts Action in Welcome File List Hi, I've been using Struts now for some time and enj

RE: Struts Action in Welcome File List

2003-07-29 Thread John Cavacas
truts Action in Welcome File List > > Hi, > > I've been using Struts now for some time and enjoy it immensely! > However, I've recently run into a problem that has me perplexed. > Usually I can figure these things out and not bother the mail lists but > this one req

Struts Action in Welcome File List

2003-07-29 Thread Jon Wynacht
;Programming Jakarta Struts" book by Chuck Cavaness on how to use a Struts action in the welcome file list of a web.xml file. Based on the instructions in the book I have the following welcome file entry in my web.xml: index.jsp and the following code in my index.jsp: <%@

Re: WARNING: invalid welcome file

2003-07-16 Thread Kris Schneider
uld be supported. Quoting Max Cooper <[EMAIL PROTECTED]>: > I believe that the welcome file list is just a list of filenames to look > for > in any directory if the user makes a request for a directory name without a > filename. So, they should not start with leading slashes.

Re: WARNING: invalid welcome file

2003-07-16 Thread Max Cooper
I believe that the welcome file list is just a list of filenames to look for in any directory if the user makes a request for a directory name without a filename. So, they should not start with leading slashes. Some containers are more tolerant of this than others, but it seems clear to me now

Re: WARNING: invalid welcome file

2003-07-16 Thread Micael
x27;s web.xml, I've defined welcome page as follows: /jsp/Login.jsp When I deploy it on JBoss Windows environment, it's working fine. When I deploy it on JBoss Linux environment, it's showing a msg: WARNING: invalid welcome file: /jsp/Login.jsp And in the browser, when I try

RE: WARNING: invalid welcome file

2003-07-16 Thread Chen, Gin
Try without leading / -Original Message- From: sriram [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 9:42 AM To: 'Struts Users Mailing List' Subject: WARNING: invalid welcome file Hi, This may be slightly out of topic..but I need some suggestions in this regard

WARNING: invalid welcome file

2003-07-16 Thread sriram
Hi, This may be slightly out of topic..but I need some suggestions in this regard. Probably someone has encountered this problem before. In my struts application's web.xml, I've defined welcome page as follows: /jsp/Login.jsp When I deploy it on JBoss Windows environment, it

RE: welcome file in web.xml

2003-06-11 Thread Phillip Qin
- use index.jsp - in index. jsp, <[EMAIL PROTECTED] uri="/tags/struts-logic" prefix="logic" %> -Original Message- From: Nimish Chourey , Tidel Park - Chennai [mailto:[EMAIL PROTECTED] Sent: June 11, 2003 2:29 AM To: Struts Users Mailing List Subject: RE: w

RE : welcome file in web.xml

2003-06-11 Thread Yanat Hacene
/span></font></p> <p class=MsoNormal style='margin-left:7.5pt;text-indent:27.9pt'><font size=2 color=navy face=Arial><span lang=EN-GB style='font-size:10.0pt;font-family: Arial;color:navy'>   in your web.xml, use     index.html

RE: welcome file in web.xml

2003-06-10 Thread Nimish Chourey , Tidel Park - Chennai
It doesnt work .. -Original Message- From: Navjot Singh [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 11:35 AM To: Struts Users Mailing List; Nagendra Kumar O V S Subject: RE: welcome file in web.xml I have not tried but it should work. let us know if tastes success

RE: welcome file in web.xml

2003-06-10 Thread Navjot Singh
I have not tried but it should work. let us know if tastes success ;-) -Original Message- From: Nagendra Kumar O V S [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 10:32 AM To: [EMAIL PROTECTED] Subject: welcome file in web.xml hi, can i use this in web.xml jsp/login.do

RE: welcome file in web.xml

2003-06-10 Thread hitesh
No ... this is not a proper way to do it. (because welcome-file list will be used for all the directories under the root directory of your context to locate startup file.) rather you can use index.jsp as your welcome-file and in that jsp file you can redirect your request to the URL given by you

welcome file in web.xml

2003-06-10 Thread Nagendra Kumar O V S
hi,  can i use this in web.xml         jsp/login.do?action="">  TIA --nagi Nagendra Kumar O V S Member Technical Staff Ikigo India Private Ltd. 470-B, Road No. 36, Jubilee Hills, Hyderabad 500033 Contact(O

[Off Topic] re-pre-compiling only jsps that have changed - was Re: Filterto redirect to welcome action when pre-compiling JSPs

2003-03-25 Thread dhay
CTED]> on 03/25/2003 02:23:03 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To:Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subject:Re: Filter to redirect to welcome action when pre-compiling JSPs gaffer wrote: > Hi Jas

Re: Filter to redirect to welcome action when pre-compiling JSPs

2003-03-24 Thread gaffer
gt;>post this just so someone else looking at pre-compilation of JSPs would > >>find it useful, but also to see if there are any glaring issues or if it > >>is a Good Thing (TM) :-) > >> > >>Jason > >> > >>David Graham wrote: > >> >

Re: Filter to redirect to welcome action when pre-compiling JSPs

2003-03-24 Thread Jason Lea
Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Filter to redirect to welcome action when pre-compiling JSPs Date: Tue, 25 Mar 2003 17:47:14 +1200 I have been playing around with JSP pre-compilation with Tomcat-4.1.24 (http://jaka

Re: Filter to redirect to welcome action when pre-compiling JSPs

2003-03-24 Thread David Graham
Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Filter to redirect to welcome action when pre-compiling JSPs Date: Tue, 25 Mar 2003 18:01:54 +1200 Cool. It's good to know someone else has done this. I thought I should post this just so someone else looking at pre-compilation of J

Re: Filter to redirect to welcome action when pre-compiling JSPs

2003-03-24 Thread gaffer
ctly what I did :-). > > > > David > > > > > > > >> From: Jason Lea <[EMAIL PROTECTED]> > >> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >> To: Struts Users Mailing List <[EMAIL PROTECTED]> > >

Re: Filter to redirect to welcome action when pre-compiling JSPs

2003-03-24 Thread Jason Lea
hat I did :-). David From: Jason Lea <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Filter to redirect to welcome action when pre-compiling JSPs Date: Tue, 25 Mar 2003 17:47:14

Re: Filter to redirect to welcome action when pre-compiling JSPs

2003-03-24 Thread David Graham
This is exactly what I did :-). David From: Jason Lea <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Filter to redirect to welcome action when pre-compiling JSPs Date: Tue,

Filter to redirect to welcome action when pre-compiling JSPs

2003-03-24 Thread Jason Lea
the which has to point to a physical jsp page and not a servlet. The Struts in Action book suggests using a index.jsp page with a to a Welcome action, which is what I was doing. I tried creating a servlet that would forward the request onto my Welcome action & servlet-mapping with a /,

Re: BaseBean questions [was] [ANN] Struttin' With Struts beta (newbiesesp. welcome)

2003-03-13 Thread Vic Cekvenich
Rick Reumann wrote: On Thu, 13 Mar 2003 06:22:58 -0500 Vic Cekvenich <[EMAIL PROTECTED]> wrote: Also, a bean should not do persistence, but should delegate. So I create a "helper" object, a DAOImplementation. ( a DAO also has a base). One thing is obvoice, a baseBean needs to CRUD, so it makes

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-13 Thread Rick Reumann
On Thu, 13 Mar 2003 16:20:39 -0500 Rick Reumann <[EMAIL PROTECTED]> wrote: > Maybe you can post to the list > and ask why? he he I thought I was replying to a personal e-mail and didn't realize this went to the list... so I guess since it's now on the list... Why doesn't the html-el tag have a

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-13 Thread Rick Reumann
On Tue, 11 Mar 2003 18:51:10 -0600 Dan Allen <[EMAIL PROTECTED]> wrote: > Two more comments: > > In the second tutorial, you are preparing the employeeForm using the > SetUpEmployeeAction. In doing so, you run > > employeeForm.setDepartment("2"); > > Shouldn't you instead set the default depar

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-13 Thread Rick Reumann
Sorry to take so long to get back to you. Thanks for the kind words. For some reason I missed your email in the stack... comment below... On Tue, 11 Mar 2003 17:49:34 -0600 Dan Allen <[EMAIL PROTECTED]> wrote: > Add Employee I wanted to use the html-el tags and for some reason html-el link does

RE: BaseBean questions [was] [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-13 Thread Hue Holleran
an questions [was] [ANN] Struttin' With Struts beta (newbies esp. welcome) On Thu, 13 Mar 2003 06:22:58 -0500 Vic Cekvenich <[EMAIL PROTECTED]> wrote: > Also, a bean should not do persistence, but should delegate. So I > create a "helper" object, a DAOImplementation. (

Re: BaseBean questions [was] [ANN] Struttin' With Struts beta(newbies esp. welcome)

2003-03-13 Thread Rick Reumann
On Thu, 13 Mar 2003 06:22:58 -0500 Vic Cekvenich <[EMAIL PROTECTED]> wrote: > Also, a bean should not do persistence, but should delegate. So I > create a "helper" object, a DAOImplementation. ( a DAO also has a > base). One thing is obvoice, a baseBean needs to CRUD, so it makes > sense to baseB

Re: BaseBean questions [was] [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-13 Thread Vic Cekvenich
s work, but you have to CVS out of sf.net or I can e-mail you separate. It's work in progress, dispatch is not done yet. (I am time slicing as is everyone doing open source. As soon as a few more things work, I will create a early build for easier download (non-cvs)) You are welcome to use

BaseBean questions [was] [ANN] Struttin' With Struts beta (newbiesesp. welcome)

2003-03-12 Thread Rick Reumann
Thanks vic for the kind words and feedback. I replied to you privately. Rest of this email is in regard to the BaseBeans stuff I looked it. Comments below... On Wed, Mar 12,'03(08:51 PM GMT-0500), Vic wrote: > So consider using list/collection based beans. Ex: > http://cvs.sourceforge.net/cgi-

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-12 Thread Vic Cekvenich
One good practice (for everyone) it to use list backed beans or collection backed bean. #1. When you use mutlirow, beans need to iterate (Collection) so your design has to have it anyway. #2. You can more easily change the DAO implementation of the DAO interface, if you only use it as a list/co

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-12 Thread Susan Bradeen
Rick, These lessons excellent! Congratulations. I didn't download the .war files, but just walked through the lessons ... very informative without being too involved. I have a feeling your URL will appear quite a lot on this list as a suggested learning resource. Susan Bradeen On 03/11/2003

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-12 Thread Rasputin
* Phil Steitz <[EMAIL PROTECTED]> [0346 19:46]: > Mark Zeltser wrote: > >Rick, > > > >Good job, somehow I can't unzip war files, I am getting corrupt zip file > >exception. > > > >Mark. > > > Use jar -xf > > War files are jar files, not zips. Your JDK should include the jar > utility in its /

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread Dan Allen
Two more comments: In the second tutorial, you are preparing the employeeForm using the SetUpEmployeeAction. In doing so, you run employeeForm.setDepartment("2"); Shouldn't you instead set the default department selection in the form reset() method? Naturally the reset() method is the incorrec

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread Dan Allen
These tutorials rock, even for people that have been using struts for a while. Nothing beats reviewing concepts from the ground up over and over. You always pick up something new. That is why I love reading linux tutorials even after 3 years of using it. One suggesion: In the first tutorial you

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread Rick Reumann
On Tue, 11 Mar 2003 16:10:47 -0500 "Derek Richardson" <[EMAIL PROTECTED]> wrote: > I've got an idea that may be good for the model layer of your demo. I > usually create implementations of my services that just use a class > with one or more static maps for storing data. Actually I used that ap

RE: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread James Mitchell
er/Struts Evangelist http://struts.sourceforge.net/struts-atlanta/ > -Original Message- > From: Daniel Jaffa [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2003 4:12 PM > To: Struts Users Mailing List > Subject: Re: [ANN] Struttin' With Struts beta (newbies esp. welcom

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread Daniel Jaffa
. - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003 2:50 PM Subject: RE: [ANN] Struttin' With Struts beta (newbies esp. welcome) > Winzip will open all o

RE: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread Derek Richardson
ng List > Subject: Re: [ANN] Struttin' With Struts beta (newbies esp. welcome) > > > On Tue, 11 Mar 2003 06:49:54 -0500 > Vic Cekvenich <[EMAIL PROTECTED]> wrote: > > > Excellent!!! > > > > I will take the tutorial. > > I am wondering what are

RE: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread James Mitchell
[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2003 2:44 PM > To: Struts Users Mailing List > Subject: Re: [ANN] Struttin' With Struts beta (newbies esp. welcome) > > > Mark Zeltser wrote: > > Rick, > > > > Good job, somehow I can't unzip war files, I am gett

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread Mark Zeltser
Thanks, I didn't notice it was in .war.zip format. Mark. Phil Steitz wrote: > Mark Zeltser wrote: > > Rick, > > > > Good job, somehow I can't unzip war files, I am getting corrupt zip file > > exception. > > > > Mark. > > Use jar -xf > > War files are jar files, not zips. Your JDK should incl

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread Phil Steitz
Mark Zeltser wrote: Rick, Good job, somehow I can't unzip war files, I am getting corrupt zip file exception. Mark. Use jar -xf War files are jar files, not zips. Your JDK should include the jar utility in its /bin directory. Rick Reumann wrote: I created a web site that walks new Struts

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread Rick Reumann
On Tue, 11 Mar 2003 11:53:39 -0500 Mark Zeltser <[EMAIL PROTECTED]> wrote: > Good job, somehow I can't unzip war files, I am getting corrupt zip > file exception. I haven't tried to unzip a war file on Windows. Can you rename it to .zip and see what happens? You should just be able to plop it in

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread Mark Zeltser
Rick, Good job, somehow I can't unzip war files, I am getting corrupt zip file exception. Mark. Rick Reumann wrote: > I created a web site that walks new Struts users step by step > through the development of three VERY simple web applications in three > lessons. Each lesson adds a few more fea

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread Rick Reumann
On Tue, 11 Mar 2003 06:49:54 -0500 Vic Cekvenich <[EMAIL PROTECTED]> wrote: > Excellent!!! > > I will take the tutorial. > I am wondering what are you doing for your Data Base, is it JDBC or > something else. Thank you Vic. Actually since the lessons are very basic they don't even really tou

RE: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread Robert Taylor
in' With Struts beta (newbies esp. welcome) > > > I created a web site that walks new Struts users step by step > through the development of three VERY simple web applications in three > lessons. Each lesson adds a few more features so that they build upon > each other yet ea

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-11 Thread Vic Cekvenich
Excellent!!! I will take the tutorial. I am wondering what are you doing for your Data Base, is it JDBC or something else. .V Rick Reumann wrote: I created a web site that walks new Struts users step by step through the development of three VERY simple web applications in three lessons. Each le

Re: [ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-10 Thread Amitkumar_J_Malhotra
thanx a lot for the concept, great work rick. regards, amit malhotra - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] Struttin' With Struts beta (newbies esp. welcome)

2003-03-10 Thread Rick Reumann
I created a web site that walks new Struts users step by step through the development of three VERY simple web applications in three lessons. Each lesson adds a few more features so that they build upon each other yet each stands alone such that if you follow the steps in any lesson you'll have bui

[OT] Welcome back Eddie (Was RE: ASP == STRUTS)

2003-02-20 Thread Sri Sankaran
Eddie Bush...now *that's* a name I hadn't heard in a while. Welcome back... Sri -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 10:32 AM To: Struts Users Mailing List Subject: Re: ASP == STRUTS You're not likely to ha

Welcome

2002-09-22 Thread Zahid Rahman
The only person I am concerned about is the one who wrote Wellcome! - Original Message - From: "David Graham" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 23, 2002 12:08 AM Subject: Re: This guy from the bank raised a question ? > filtering all mail from [EMAIL P

Re: Error: Cannot retrieve ActionForward named welcome

2002-09-19 Thread Eddie Bush
.ServletException: Cannot create redirect URL: >java.net.MalformedURLException:Cannot retrive ActionForward named >welcome > > I don't understand this error. > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Error: Cannot retrieve ActionForward named welcome

2002-09-19 Thread Eddie Bush
We're case-sensitive. welcome != Welcome. You defined your foward as Welcome and then asked for welcome -- it does not exist. Change forward="welcome" to forward="Welcome". Heligon Sandra wrote: > I defined the following configuration: > > in

Error: Cannot retrieve ActionForward named welcome

2002-09-19 Thread Heligon Sandra
: Cannot create redirect URL: java.net.MalformedURLException: Cannot retrive ActionForward named welcome I don't understand this error. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: The Shifting Session Action.LOCALE_KEY Value Mystery -- Sleuths Welcome!

2002-09-10 Thread micael
On this situation, if the index page is in another language, it works on the index.jsp page fine, i.e., if I set my browser to Italian, Chinese, etc. it will show up correctly. At 01:49 PM 9/10/2002 -0700, you wrote: >I use the following page to set the session Action.LOCALE_KEY to some >lang

The Shifting Session Action.LOCALE_KEY Value Mystery -- Sleuths Welcome!

2002-09-10 Thread micael
I use the following page to set the session Action.LOCALE_KEY to some language. (I know, it could be done differently.) This works great except I get the correct Action.LOCALE_KEY value for every page except index.jsp. Why would that be? I had this configured before so the index page also

Re: struts-blank from nightly build:forward="welcome" ,but showwelcome.do as URL

2002-08-27 Thread Craig R. McClanahan
On Wed, 28 Aug 2002, wu qihua wrote: > Date: Wed, 28 Aug 2002 01:22:44 + > From: wu qihua <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: struts-blank from nightly build:forward="welcome&quo

struts-blank from nightly build:forward="welcome" ,but show welcome.do as URL

2002-08-27 Thread wu qihua
it same very strange,in the web.xml,it is configured that any request such as name.do will be forward to servlet name(and the url will also be like **/name),but now in the struts-blank example,request is welcome(forward is alse a request?),but the URL shown in the browse is **/welcom.do and

RE: Re[2]: Welcome file and struts

2002-08-16 Thread Jerry Jalenak
Michael, I've done this and it works extremely well. You can also put the index.jsp in your web.xml welcome file list, and then just access the webapp like this - http://yourcompany.com/webapp Jerry Jalenak > -Original Message- > From: Michael Delamere [mailto:[EMAIL PROTECT

Re: Re[2]: Welcome file and struts

2002-08-16 Thread Michael Delamere
PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 12:40 PM Subject: RE: Re[2]: Welcome file and struts > Ooo. > The idea from Dennis Muhlestein seems better than my tactic. > What a neat idea. Think I might switch to doin

  1   2   >