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: [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
Good work Rick. I'm sure many users (new and not-so-new) will greatly benefit from your efforts. robert > -Original Message- > From: Rick Reumann [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2003 2:37 AM > To: Struts Users Mailing List > Subject: [ANN] Struttin' With Struts beta (

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]