RE: Additional logic:iterate helper tags wanted

2002-09-11 Thread Craig R. McClanahan
At the high level: The JSTL tags are nice. The JSTL expression language (now adopted by JSP 2.0) is powerful enough to completely eliminate the need for scriptlets and runtime expressions in JSP pages. JSP 2.0 page compilers will also let you use EL expressions directly in template text, not

RE: [Dan] Security and Struts

2002-09-11 Thread Darren Hill
Wow, Mr. Payne ... much appreciated. I'm am in your debt. Don't hesitate to ask me for a foavor in the future. Cheers. -Original Message- From: Dan Payne [mailto:[EMAIL PROTECTED]] Sent: September 11, 2002 12:18 PM To: Struts Users Mailing List Subject: RE: [Dan] Security and Struts

RE: sites powered by struts

2002-09-11 Thread Dan Payne
Shoot me. Is that bad? -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 11:06 AM To: 'Struts Users Mailing List' Subject: RE: sites powered by struts Ouch ... do I see a .jsp in the address ... ;) -Original Message- From: Dan

RE: sites powered by struts

2002-09-11 Thread Darren Hill
Nah .. I'm just a stickler for having every request piped throught the controller, that's all. Must maintain MVC2 model -- My 4 M's. -Original Message- From: Dan Payne [mailto:[EMAIL PROTECTED]] Sent: September 11, 2002 12:25 PM To: Struts Users Mailing List Subject: RE: sites

RE: sites powered by struts

2002-09-11 Thread Galbreath, Mark
http://shop.t-mobile.com -Original Message- From: Jefferson R. de O. e Silva [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 9:37 AM To: [EMAIL PROTECTED] Subject: sites powered by struts Hi guys, I'm in a process of trying to convince my developement team to use the

Re: Question for using struts as our standard MVC framework

2002-09-11 Thread Eddie Bush
David Graham wrote: 1. Struts is maintained and supported by many developers and users, his framework is maintained by your small group (or even only him). This is the standard open source argument that OS projects are better because there are many people working on it. Aye. 2. Many

RE: Apple Web Objects

2002-09-11 Thread Schneider, Eric
Sig1, the integration between EJB and EOF wasn't exactly complete or very usable. I'd agree. They are vastly different. A friend of mine had a good analogy about trying to get these technologies to work together. He said it was like the South Park episode when they tried to cross breed a

RE: Additional logic:iterate helper tags wanted

2002-09-11 Thread Donald Ball
On 9/11/2002 at 9:17 AM Craig R. McClanahan wrote: At the high level: The JSTL tags are nice. The JSTL expression language (now adopted by JSP 2.0) is powerful enough to completely eliminate the need for scriptlets and runtime expressions in JSP pages. JSP 2.0 page compilers will also let you

RE: JDO example - rozpakowywac Commanderem

2002-09-11 Thread Galbreath, Mark
What is 42? -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 10:34 AM To: Struts Users Mailing List; Dariusz Wojtas Subject: RE: JDO example - rozpakowywac Commanderem Was there a question in there I missed? James Mitchell Software

Re: Struts in the real world

2002-09-11 Thread John Owen
http://www.t-mobile.com I would bet they get more than 100 users at a time. I am unsure of the # hits. I think Mark Galbreath (very visible developer on this group) developed this site and can better inform you on the statistics. John - Original Message - From: Smith, Johnathan M.

RE: presence of a message

2002-09-11 Thread Mark Silva
isn't this a struts question if it involves struts tags? why the redirection? -mark -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:56 AM To: 'Struts Users Mailing List' Subject: RE: presence of a message Yes, and to find out

RE: sites powered by struts

2002-09-11 Thread Chappell, Simon P
Is your picture on the site anywhere? Some of our developers are on the Lands' End web site in the dark corners. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 11:29 AM To: 'Struts Users Mailing List' Subject: RE: sites powered

Re: Struts in the real world

2002-09-11 Thread David Graham
That's a nice site but it looks like it uses ASP judging from the links. Dave http://www.t-mobile.com I would bet they get more than 100 users at a time. I am unsure of the # hits. I think Mark Galbreath (very visible developer on this group) developed this site and can better inform you on

RE: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Schneider, Eric
I'd love to see some more Objective-C features in Java, like categories (a way to add functionality to existing classes without subclassing). Word! The design advantages of categories in ObjC are huge. I really hope something similar makes it into Java someday. It makes large systems a

RE: Struts in the real world

2002-09-11 Thread Chappell, Simon P
Ouch them's is fightin' words around here! ;-) -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 11:50 AM To: [EMAIL PROTECTED] Subject: Re: Struts in the real world That's a nice site but it looks like it uses ASP judging from

RE: Struts in the real world

2002-09-11 Thread Galbreath, Mark
Between 2000 - 3000 hits/day resulting in over 500 complete orders per day (buy T-Mobile stock!). -Original Message- From: John Owen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 12:42 PM To: Struts Users Mailing List Subject: Re: Struts in the real world

Re: Struts in the real world

2002-09-11 Thread John Owen
I think I quoted the wrong site. Look at the one Mark posted : http://shop.t-mobile.com. John - Original Message - From: David Graham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 11, 2002 11:50 AM Subject: Re: Struts in the real world That's a nice site but it

Dynamic number of form fields

2002-09-11 Thread David Graham
I want to have a form with a variable number of input boxes. For example, a simple edit person form that has a first name and last name input box for each person in your db. So the first set would be named firstName_12 lastName_12, the second set might be firstName_45623 and lastName_45623.

RE: sites powered by struts

2002-09-11 Thread Galbreath, Mark
Nah - T-mobile outsourced the job to us; we just developed it (I did the all the ordering modules) for Voice-Stream/T-Mobile and run it on servers hosted by USi.net. BTW: I got in trouble one day during development when I slipped a more revealing photo of Kathryn on the home page ;-)

RE: Struts Best Practices

2002-09-11 Thread Dan Cancro
I think someone proposed putting together just such a list a few weeks ago. You might want to check the archives and contact him. In the meantime, you could take a look at a diagram I made to show the best places to code various types of code involved in a typical http request:

RE: presence of a message

2002-09-11 Thread micael
They thought you meant message bean as in the JMS message bean, a J2EE dealibob. At 09:42 AM 9/11/2002 -0700, you wrote: isn't this a struts question if it involves struts tags? why the redirection? -mark -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent:

RE: Struts in the real world

2002-09-11 Thread Galbreath, Mark
huh? The www site IS an ASP site, hosted by VoiceStream/T-Mobile. Our Struts app is the ecommerce part of the site, the store: http://shop.t-mobile.com. Mark -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 12:50 PM To: [EMAIL

RE: sites powered by struts

2002-09-11 Thread David Graham
LOL, I'm sure we'd all love to see that. Nah - T-mobile outsourced the job to us; we just developed it (I did the all the ordering modules) for Voice-Stream/T-Mobile and run it on servers hosted by USi.net. BTW: I got in trouble one day during development when I slipped a more revealing

Re: Dynamic number of form fields

2002-09-11 Thread rob
There was a good tutorial on this possibly linked from the struts page titled Monkey Struts. I found it to be quite good, very easy to follow. David Graham wrote: I want to have a form with a variable number of input boxes. For example, a simple edit person form that has a first name and

Re: [OT][ALT-TECH] Apple Web Objects

2002-09-11 Thread Michael Lee
My first programming experience was basic and assembly on the TRS-80 in 1980 (I was 10 years old, saw another dude that had same thing. Gifted and talented magnet school also). Moved onto C64 when I was 13 or so (1983-4). Got burnt out on coding when I was 18 but went back in at college when I

commons-logging.properties

2002-09-11 Thread Gaurav . Goyal
Hi, I'm getting a problem when I restart my iPlanet Web Server 6.0 after deploying the example application in struts 1.1 b2. I've included the stack trace below. Is it because LogFactory.java is not able to find commons-logging.properties? If yes, can someone tell me where I can find this

RE: Additional logic:iterate helper tags wanted

2002-09-11 Thread Craig R. McClanahan
Personally, I like XSLT just fine (and the Stxx project lets you integrate it with Struts as well, if you want). But I'm wierd ... I don't think SAX parsing is difficult to understand, either. But there seem to be a very large number of people in the world who, even if they take the time to

RE: Additional logic:iterate helper tags wanted

2002-09-11 Thread JEWeaver
Wow, good rhubarb here hiding under a misleading subject title ;-). I think XSLT based presentation architecture vs. JSP is highly interesting, Donald, but I don't agree with many of your points. To me, the big strength of the XSLT approach would be the ability to transform the model into a

RE: Additional logic:iterate helper tags wanted

2002-09-11 Thread Joe Barefoot
+1 It's a lot easier to JSP-ify an html prototype page than it is to turn the same into an XSLT-driven presentation. Now, if there were *good* high-level productivity tools to facilitate the conversion (HTML - XSLT), this might be a different story. I don't have my crystal ball with me

Re: Null String in Error Message

2002-09-11 Thread Sanjeev
Hi Guyz, Tom is right. I too have a feeling that it could probably a bug. It is checking for the header and footer. When it try to find a header which is non-existing it is returning a null and hence the problem. Thanks a bunch, Sanjeev. Lister, Tom (ANTS) wrote: Hi link is broken

Re: Dynamic number of form fields

2002-09-11 Thread Donald Ball
On 9/11/2002 at 11:00 AM David Graham wrote: I want to have a form with a variable number of input boxes. For example, a simple edit person form that has a first name and last name input box for each person in your db. So the first set would be named firstName_12 lastName_12, the second set

RE: Question for using struts as our standard MVC framework

2002-09-11 Thread Jayaraman Dorai
The following comparison is by the authors of Designing Enterprise Application by the J2EE blue print team, which clearly says it is the other way. You can also check it at http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier5.html#1094743 J2EE

RE: set a value from a form to a form

2002-09-11 Thread Van Riper, Mike
One way is to use the html:hidden tag in addition to whatever you are doing to display the uneditable form data. It works like all the other form tags. So, all you have to do is set the property attribute to match the name of the uneditable form property and it should work. This is the Struts

[OT] XML Configuration Files

2002-09-11 Thread Day, Michael-IBM/TT
I'm working on an application that will use a database extensively. In order to save some database hits, I'd like to offload some smaller bits of information into XML files. An example would be shipping methods. There is a limited number of shipping methods that a company could use. I would

RE: Question for using struts as our standard MVC framework

2002-09-11 Thread Kevin A. Smith
But Struts is not yet a standard for which J2EE product providers can interoperably and reliably create tools. Jayaraman - I'd be interested to hear what your suggestion would be for a standard framework would be. JSF? That's still in committee and won't be in wide circulation before next

Re: Additional logic:iterate helper tags wanted

2002-09-11 Thread Michael Lee
We use it all here. We had a big meeting and all agreed on one thing. Views tend not to be too reusable so... Use whatever medium you can to get something up fast. That usually means it depends on the type of data comming in. Here we get some data as XML (we do digial receipts and there is an XML

Re: sites powered by struts

2002-09-11 Thread Rick Fincher
Was she struting her stuff? Sorry, I could't resist, and it's not even Friday. Rick - Original Message - LOL, I'm sure we'd all love to see that. Nah - T-mobile outsourced the job to us; we just developed it (I did the all the ordering modules) for Voice-Stream/T-Mobile and run

Sending parameters to form beans

2002-09-11 Thread Pat Quinn
hi Guys I'm very new to the world of struts so please excuse me if this seems like a really stupid question. Ok my situation is as follows: I have an action to display some application information, I also have a form bean which fetches the data I want to display. The action takes a user name

Re: Advice - Velocity or not?

2002-09-11 Thread Michael Delamere
well, we are actually doing it this way and are quite happy. I personally didn´t quite like the idea of JSP-tags looking exactly like HTML-tags. I found it difficult to tell the difference. But that´s just my personal preference. The only problem we are having currently with velstruts is

RE: [ot] sites powered by struts

2002-09-11 Thread James Mitchell
Now now fellas, we are going to be pounded by the I-don't-know-how-to-filter-email mob ;) James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message- From: Rick Fincher

Handing bean errors in Action class (per Struts Users Guide)

2002-09-11 Thread Charlie Toohey
The Struts User's Guide advocates the following (section 4.2), with respect to how exceptions/errors in beans called by Action classes should be handled by the Action class : The beans that represent the Model of your system may throw exceptions due to problems accessing databases or other

RE: General Struts Question

2002-09-11 Thread Pat Quinn
Cheers Darren From: Darren Hill [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: General Struts Question Date: Wed, 11 Sep 2002 14:35:08 -0400 Wait to October ... and get Chuck Cavaness' Programming Jakarta

RE: General Struts Question

2002-09-11 Thread Jim Young
No I doubt he is the Coach/GM of the Leafs or he would have traded Struts for Smalltalk 80. But, since he is not the coach I am sure he checked out the resources page http://jakarta.apache.org/struts/resources/index.html Jim From: Darren Hill [EMAIL PROTECTED] Reply-To: Struts Users Mailing

RE: General Struts Question

2002-09-11 Thread jsadove
Really! You wonder if these people have jobs. Let's hope not. Galbreath, Mark [EMAIL PROTECTED] on 09/11/2002 02:32:39 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] cc:(bcc: Joseph Sadove/DKBDS USA/DKB) Subject:

Portability issue?

2002-09-11 Thread Dan Payne
I've got a JSP in my struts app that runs fine on my windows dev box running TC 4.1.10, JDK 1.4.0_01 but when I go live with it on my RH Linux box (TC 4.0.4, JDK 1.4.0_01) it takes over 30 seconds to load. The page contains an action form and, admittedly, a ton of html:multibox and html:radio and

RE: General Struts Question

2002-09-11 Thread Pat Quinn
i'm a first year uni student actually and i've only been working with java for six weeks actually From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: General Struts Question Date: Wed, 11 Sep 2002 14:49:38

RE: General Struts Question

2002-09-11 Thread Pat Quinn
Cheers man… its nice to know there are some decent people out there. I have ordered Mastering Jakarta Struts by James Goodwill but its taking forever to go into dispatch. Anyway thanks again. From: Bartley, Chris P [PCS] [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject:

Re: Dynamic number of form fields

2002-09-11 Thread David Graham
Brilliant! Thanks so much for your help! That's a lot more elegant than what I had been doing, although it does create interesting dilemmas with javascript. Hopefully that patch will make it into the docs soon. Thanks, Dave From: Donald Ball [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]

RE: General Struts Question

2002-09-11 Thread Galbreath, Mark
That does not mean you can't (at least) go to amazon.com and search for books on Java Struts. You were smart enough to subscribe to this list, after all. http://www.tuxedo.org/~esr/faqs/smart-questions.html -Original Message- From: Pat Quinn [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Re: [OT] XML Configuration Files

2002-09-11 Thread Daniel Jaffa
I use JDOM to populate a arrayList of shipping beans, then a factory to send the arraylist to any action that want shipping. the cool think is that if you code it right, u can get you code to reload if the xml file changes (eg check the date of the xml file) give - Original Message -

RE: General Struts Question

2002-09-11 Thread Pat Quinn
Ok Mark i just read that link and i hold my hands up you got me... time to do some research for myself... sorry From: Galbreath, Mark [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: General Struts Question

[OT] RE: General Struts Question

2002-09-11 Thread jsadove
that's reassuring to me. but not for my 14 year old! Pat Quinn [EMAIL PROTECTED] on 09/11/2002 02:52:19 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Joseph Sadove/DKBDS USA/DKB) Subject: RE: General Struts Question i'm a first

RE: General Struts Question

2002-09-11 Thread Tiago Nodari
there should be an initial email stating where there are tutorials, books, release date :), and etc, because there will always ask questions that takes a few seconds on the main website to find the answer :) at least I havent seen anyone ask where they can download struts :)

[LEGAL] RE: sites powered by struts

2002-09-11 Thread Mazza, Glen R, PERSCOM
I noticed that neither site--the one below nor the one earlier on the Special Olympics, have the Apache copyright message on them, I thought necessary for licensing. OTOH, I'm unclear on this point, because no Struts software is actually being redistributed--the Struts libraries are just sitting

RE: General Struts Question

2002-09-11 Thread Galbreath, Mark
No, but does anybody know when the final 1.1 release will be? -Original Message- From: Tiago Nodari [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:19 PM To: Struts Users Mailing List Subject: RE: General Struts Question there should be an initial email

RE: [OT] XML Configuration Files

2002-09-11 Thread Jason Rosen
Michael, You could use the Apache Jarkarta Commons Digester (the same API that Struts uses to read in struts-config.xml) to read in an XML document into JavaBeans. Jason -Original Message- From: Day, Michael-IBM/TT [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 10:49

RE: General Struts Question

2002-09-11 Thread Galbreath, Mark
Education is a life-long process and requires work! :-) -Original Message- From: Pat Quinn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:14 PM To: [EMAIL PROTECTED] Subject: RE: General Struts Question Ok Mark i just read that link and i hold my hands up you got

RE: General Struts Question

2002-09-11 Thread Darren Hill
action path=/subscribe type=org.apache.struts.example.SubscriptionAction name=subscriptionForm scope=request validate=false forward name=success path=/search.jsp/ /action -Original Message- From: John Owen [mailto:[EMAIL PROTECTED]] Sent: September 11, 2002 3:21 PM To: Struts

RE: [ot] JDO example - rozpakowywac Commanderem

2002-09-11 Thread James Mitchell
\ + Integer.toString( 36 + 6).concat(?\) or (36 + 6) ? depending on your persuasion ;) James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message- From: Galbreath, Mark

RE: [LEGAL] RE: sites powered by struts

2002-09-11 Thread Galbreath, Mark
I asked Craig this very question last week - check the archives for [LEGAL]. Mark -Original Message- From: Mazza, Glen R, PERSCOM [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:19 PM To: 'Struts Users Mailing List' Subject: [LEGAL] RE: sites powered by struts I

RE: General Struts Question

2002-09-11 Thread Chappell, Simon P
That is soo true! I graduated from Plymouth University (England) in 1990 and I swear that I learn more in any given year than I ever did during my entire University degree! -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 2:24

Re: [LEGAL] RE: sites powered by struts

2002-09-11 Thread David Graham
What are you talking about? You don't need to post any notice on the site that you're using struts. Dave From: Mazza, Glen R, PERSCOM [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: [LEGAL] RE: sites powered

RE: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread micael
Sometimes we forget how much we know and are not kind to those who are where we once were. There is no point in giving this guy trouble. He correctly identified his question, and he could have been redirected easily. I remember my first day in a programming class. I had to ask another

RE: General Struts Question

2002-09-11 Thread James Mitchell
LOL.good one although you could have put: forward name=success path=http://www.google.com/search?hl=enlr=ie=ISO-8859-1q=struts+books/ James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta

Re: [LEGAL] RE: sites powered by struts

2002-09-11 Thread David Graham
Oops, I stand corrected. I read the archive and apparently you do. I don't see this as a reason not to use struts though. It's not like people actually read those legal pages :-) Dave From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL

[OT] Re: General Struts Question

2002-09-11 Thread mailinglist
LOL.good one although you could have put: forward name=success path=http://www.google.com/search?hl=enlr=ie=ISO-8859-1q=struts+books/ Too late: Availability: Out-Of-Stock already a best seller :) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: General Struts Question

2002-09-11 Thread Eddie Bush
http://www.theserverside.com/resources/strutsreview.jsp You'll have to sign up before you can download the chapters. Don't forget you can pre-order your own copy now -- I use bookpool.com over amazon.com since they're cheaper. Regards, Eddie Pat Quinn wrote: i'm a first year uni student

RE: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread Galbreath, Mark
Don't ask me...I still haven't found the any key -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:30 PM To: Struts Users Mailing List Subject: RE: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?] Sometimes we forget

Re: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread Eddie Bush
LMAO - she said that?! LOL ... that will last me THE REST OF THE WEEK!!! I *love* it!! micael wrote: Sometimes we forget how much we know and are not kind to those who are where we once were. There is no point in giving this guy trouble. He correctly identified his question, and he

Re: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread Pat Quinn
I know how to search in google and I have ordered a book (Mastering Struts by James Goodwill) on this topic… but I just wanted to make sure it was a decent book as I’m living on a student allowance… From: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To:

Re: General Struts Question

2002-09-11 Thread Eddie Bush
smack:with tool=wetTrout target=Mark_Galbreath/ Galbreath, Mark wrote: No, but does anybody know when the final 1.1 release will be? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Sending parameters to form beans

2002-09-11 Thread Eddie Bush
Pat, go read Chuck's book. I notice someone else gave you a pointer to it too. There is a *wealth* of information to be had there. For (some of) the trickier points, hit Ted's site over at http://husted.com/struts -- and, specifically http://husted.com/struts/tips (copy and paste,

Re: Question for using struts as our standard MVC framework

2002-09-11 Thread Eddie Bush
Awesome! That truly kicks! Thanks! Karr, David wrote: -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 9:36 AM To: Struts Users List Subject: Re: Question for using struts as our standard MVC framework David Graham wrote: 6. You

Re: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread Daniel Jaffa
If you look very hard, i do not know where i found it but u can down load a free beta book called Struts Fast Track by Vic Cekvenich There are nice people out there Daniel Jaffa I was new to struts only 9 months ago - Original Message - From: Pat Quinn [EMAIL PROTECTED] To: [EMAIL

[FRIVOLOUS] Re: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread micael
You would laugh harder if you saw her. She is this very stern German looking frau (married one of our servicemen) and has these absolutely huge ., armpit hair to die for, etc. Reminded me of the German camp frau in Linda Wertmueller's Seven Beauties, who was this Nazi that the

Re: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread micael
The information on the site is actually really, really good. That combined with the archives is good enough, if you have a budget problem. I think that it is cool that you are a new java person checking this out already. At 08:49 PM 9/11/2002 +0100, you wrote: I know how to search in google

RE: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread Galbreath, Mark
That book sucks! Read the reviews on amazon, dude! -Original Message- From: Daniel Jaffa [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:59 PM To: Struts Users Mailing List Subject: Re: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?] If you look

Re: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread mailinglist
I know how to search in google and I have ordered a book (Mastering Struts by James Goodwill) on this topic. but I just wanted to make sure it was a decent book as I'm living on a student allowance. It's a good book (I've not finished it yet), I understand everything in spite of my poor

Re: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread Eddie Bush
I haven't read James' book. Mark is in the process of reviewing it and sharing his experience with us. In the meantime, let Chuck's book suffice. It's free for download (the review chapters are anyway), and it will really flesh things out for you (I'll be *very* surprised if it doesn't help

RE: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread Galbreath, Mark
Speaking of which, here is the archive for our new young Strutster: http://www.mail-archive.com/struts-user%40jakarta.apache.org/ There will be very few questions you will ask (including the one you just did) that are not already answered here. Mark (wiping trout scales from face...tastes like

RE: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread micael
I agree 100%. I bought the online version and nuked it. Sorry Vic. I know you tried. Did not work! At 04:10 PM 9/11/2002 -0400, you wrote: That book sucks! Read the reviews on amazon, dude! -Original Message- From: Daniel Jaffa [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September

RE: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread Galbreath, Mark
I've read Chuck's draft (edited half of it) and am half-way through James' book. James' book is definitely the book with which to start a new user. Mark the Smelly One -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 4:14 PM I haven't

Re: General Struts Question [OT]

2002-09-11 Thread Michael Lee
That just returns a list of books. It doesn't denote what we recommend. They have user ratings but I would think that the struts email list would probably be the best place to ask so I think it's a semi legitimate question. I would like him to read a book...I have lots of questions. :) BTW,

RE: RequestProcessor logging cannot be disabled

2002-09-11 Thread Chen, Dean (Zhun)
I believe that's for older Log4J. Anyone? Dean Chen -Original Message- From: John Yu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 10:32 PM To: Struts Users Mailing List Subject: Re: RequestProcessor logging cannot be disabled Shouldn't it be

Re: General Struts Question[OT]

2002-09-11 Thread Michael Lee
Here's one more thing I think you might want to learn today... [OT] = Off Topic! :) jk If you wish to respond to this email try adding [FLAME] - Original Message - From: Chappell, Simon P [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 11,

Re: General Struts Question [OT]

2002-09-11 Thread Pat Quinn
Thats what i would have guessed but anyway the guys were very helpful in the end... so cheers guys now i've got some material i can take home... ok its late here so i'm off home Thanks Guys From: Michael Lee [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts

RE: [FRIVOLOUS] Re: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread James Mitchell
Is her name Ingeborg? I think I might know her? Does she have more chest hair than Sasquatch? James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message- From: micael

RE: General Struts Question [LET US BE KINDER AND MORE SOPHISTICA TED?]

2002-09-11 Thread Darren Hill
Sorry to say but .. Brutal Book. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: September 11, 2002 4:11 PM To: 'Struts Users Mailing List' Subject: RE: General Struts Question [LET US BE KINDER AND MORE SOPHISTICA TED?] That book sucks! Read the reviews on

[FLAME-RETARDANT] Apologies to those Offended

2002-09-11 Thread Galbreath, Mark
I was told today that my Friday posts of the urban legend email letters and the hyperlink to consumptionconjunction greatly offended many users. I meant no offense and apologize, particularly for the consumptionconjunction link - I had not visited the site for over a year and did not know they

Re: Sending parameters to form beans

2002-09-11 Thread Michael Lee
Ya, you go out and read his book, or you can do this; bean:message key=prompt.username/ bean:write name=userForm property=userID/ html:hidden property=userID/ I prefer to just get my answers in 5 minutes rather than read a whole book to get the answer. This is cut and pasted from my

RE: [OT] XML Configuration Files

2002-09-11 Thread Day, Michael-IBM/TT
Jason, I was actually starting to look into Digester; however, after more thought, I think I may need a different solution. I'm using Castor for DB mapping. If a customer places an order with a particular shipping method, I need to have the method's key saved in the ORDER table for later

RE: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

2002-09-11 Thread Day, Michael-IBM/TT
Personally, I don't understand why should would say that she is married... -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:30 PM To: Struts Users Mailing List Subject: RE: General Struts Question [LET US BE KINDER AND MORE SOPHISTICATED?]

[OT] [DON'T READ] RE: [FRIVOLOUS] Re: General Struts Question

2002-09-11 Thread micael
No. Did not see her chest. If she let that thing go, we'd all be in trouble. A lot of back hair though. God, she is going to kill me if she sees this. At 04:32 PM 9/11/2002 -0400, you wrote: Is her name Ingeborg? I think I might know her? Does she have more chest hair than Sasquatch?

Using Mask Validation in Struts Validator

2002-09-11 Thread Yosh-Rinaldy
Hope anyone can help. We are using Struts 1-1b2, and I imported the latest Jakarta ORO package, Commons BeanUtils, Logging, Collections and Digester We are using Validator Framework to perform validation, and we successfully implemented the required, minlength, maxlength validations. However,

Re: General Struts Question [LET US BE KINDER AND MORE SOPHISTICA TED?]

2002-09-11 Thread Daniel Jaffa
Sorry, just downloaded the book 3 weeks ago, never read it since i am waiting for James book. I guess i can delete it from my machine then - Original Message - From: Galbreath, Mark [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, September 11, 2002

Re: General Struts Question [LET US BE KINDER AND MORE SOPHISTICA TED?]

2002-09-11 Thread Eddie Bush
I gather he incorporated the 1.1 information then? Galbreath, Mark wrote: I've read Chuck's draft (edited half of it) and am half-way through James' book. James' book is definitely the book with which to start a new user. Mark the Smelly One ^^^ LOL! -- To

Re: General Struts Question [LET US BE KINDER AND MORE SOPHISTICA TED?]

2002-09-11 Thread Eddie Bush
I wouldn't :-) I've found that thing so useful, the book (when it arrives) will have a permenant spot on my bookshelf. Heck, I might even frame it for nostaliga once we move on to 1.2 or 2.0! Daniel Jaffa wrote: Sorry, just downloaded the book 3 weeks ago, never read it since i am waiting

Re: Dynamic number of form fields

2002-09-11 Thread David Graham
I'm having some trouble getting this to work. I get the error message javax.servlet.jsp.JspException: No getter method for property categoryName(2) of bean org.apache.struts.taglib.html.BEAN I have a HashMap in my form called categoryNames and a getter/setter like this: public void

RE: Dynamic number of form fields

2002-09-11 Thread Hemanth Setty
Correct me if I wrong, I think in the bean it should be: void setCategoryName(Map categoryName) and Map getCategoryName() -hemanth -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:54 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]

RE: General Struts Question [LET US BE KINDER AND MORE SOPHISTICA TED?]

2002-09-11 Thread Galbreath, Mark
yep -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 4:45 PM To: Struts Users Mailing List Subject: Re: General Struts Question [LET US BE KINDER AND MORE SOPHISTICA TED?] I gather he incorporated the 1.1 information then? Galbreath,

<    1   2   3   >