RE: How to handle Connection object from ActionServlet

2002-08-09 Thread Shashikiran M
Firstly, making us of the connection pool is ideal. Use the DAO pattern with the interface, initialize() dao_fn_1(), dao_fn_2(), ... and close(). Connect in initialize() and disconnect in close(). Doing this the system is modular. DAO is doing its job and the EJB (or any Business Bean) is getting

Multiple files

2002-08-09 Thread Richards, Devin N (Devin)
Nightly Build (as of 20020801) of struts-1.1 I fear that my senses are getting dull as I can't quite figure this out. I would like to have multiple files to keep my local specific messages in. Specifically we want to have a "standard" ApplicationResources at the com.mycompany.myapp level to ho

RE: Struts & Persistence

2002-08-09 Thread Robert Morse
Man walks upright ... 8" Floppies Pertec D3000 (5 Mb fixed, 5 Mb removable) MITS Altair S-100 Bus (I still have this!) ... Wheel Invented! ... IMSAI Link-8 Alpha-Micro ... Industrial Revolution begins! ... 360-30 ... Man takes flight! ... Every PDP-XX Every DG computer known to man (I'm still in t

servlet.findForward() null pointer exception question

2002-08-09 Thread Bill Blackmon
Why would the following code throw a NullPointerException if the forward is defined in the section of the struts-config.xml file if the jsp exists? I cannot get the servlet.findForward() method to return any of the jsps listed. Any ideas? return (servlet.findForward(IConstants.FAILURE_KEY));

RE: Struts & Persistence

2002-08-09 Thread Nathan Anderson
Okay I just have to pipe up because no one has mentioned one of my first computers... Vic 20 -- in high school I saw a barrel of these at an electronics' store for $20 each, as is ADAM [by Colecovision] -- Who would have thought of a game system add-on that was actually a computer with applicatio

RE: Struts & Persistence

2002-08-09 Thread Nelson, Tracy (ETW)
| From: Melissa L Kelley [mailto:[EMAIL PROTECTED]] | Subject: RE: Struts & Persistence | | I have only seen punch cards in a museum though ;) Boy, did you miss out! I remember one night a couple of us went into the keypunch room on campus and dumped all the "chad" (punches) from the bins in th

Iterate and Embedded Value Objects

2002-08-09 Thread Cindy Horn at SF x4874
I'm working with a list of value objects and using the iterator tag. This works perfectly until I have to access another value object within the parent value object: The last line above where I try to define a bean causes the following error:

RE: Struts & Persistence

2002-08-09 Thread Melissa L Kelley
On Fri, 9 Aug 2002, Craig R. McClanahan wrote: All of this makes me grin and wonder how we ever got to where we are today. I had to do a build on a project the other day, and it annoyed me that it took over 10 minutes. I have only seen punch cards in a museum though ;) --> stu: www.stuology.

Re: Struts & Persistence

2002-08-09 Thread Eddie Bush
Craig R. McClanahan wrote: >On Fri, 9 Aug 2002, Martin Cooper wrote: > >>Whoa, this thread is making me feel sooo old! >> >>In my first job, I had to write the code on coding sheets, which were then >>given to a pool of drones who turned the code into punched cards. The boxes >>of cards would the

Dispatch Action & Validator

2002-08-09 Thread Chen, Dean (Zhun)
Has anyone gotten DispatchAction and Validator to work? I wish to validate when a the dispatch parameter is set to a certain value. For example: If you a user wants to: Create new element - validate Copy element - no validate Save element - validate Refresh page - no validate Delete element - n

RE: Struts & Persistence

2002-08-09 Thread Roman Fail
My list: TRS-80 Commodore 64 Kaypro 2 (remember the 26-pound CP/M 'portable'?) IBM PC 386 - 40 MHz (wow!) Pentinum 133 Dell Latitude CPTs (500MHz Celeron) - crunched under my father-in-law's Suburban - oops! Dell Latitude c810 (P3 1.13GHz) - in use today Dell Dimension 8100 (P4 1.5GHz

RE: Validations gone on using nightly build

2002-08-09 Thread Hemanth Setty
Figued it out..This doesn't work anymore I have to use it this way -Original Message- From: Hemanth Setty [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 3:15 PM To: Struts Users Mailing List Subject: Validations gone on using nightly build Hello, I

RE: Struts & Persistence

2002-08-09 Thread Martin Cooper
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 09, 2002 11:18 AM > To: [EMAIL PROTECTED] > Subject: RE: Struts & Persistence > > > 2400 baud! Consider yourself lucky... I started on 300... Aw, you mean to say you missed out on the

RE: Struts & Persistence

2002-08-09 Thread Craig R. McClanahan
On Fri, 9 Aug 2002, Martin Cooper wrote: > Date: Fri, 9 Aug 2002 13:17:18 -0700 > From: Martin Cooper <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: RE: Struts & Persistence > > Whoa, this thread is

RE: Submit form

2002-08-09 Thread IS Struts
I have the image part working ok, any suggestions on the page links. For example, I have links so the user can jump to a certain page number (ie- 1 2 3 4) but each one needs to submit the form as well as pass on the number the user clicked to the action class. Hopefully this is an easy Frida

RE: Struts & Persistence

2002-08-09 Thread Elderclei R Reami
36 bits? Wow, men! That's small wonder in computerland :) Anyone remembers of: 10 HGR2: HCOLOR 0 : HPLOT 0,0 : PRINT PEEK -16384 Or 10 PRINT "HELLO WORLD"; 20 GOTO 10 Or 10 PRINT @10,10 "Pos" Cheers! Beer now! Elder On Fri, 9 Aug 2002 13:17:18 -0700, "Martin Cooper" <[EMAIL PROTECTED]> es

RE: App will hang if it runs over night

2002-08-09 Thread Billy Ng
The problem is totally gone after I added the autoReconnect parameter in the mysql's url. Here is the example Billy Ng >From: [EMAIL PROTECTED] >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: RE: App will hang if it runs over night >Date: Fri

Re: Struts & Persistence

2002-08-09 Thread Eddie Bush
LOL - I knew when Craig chipped in his that this would be the thread to watch - how fun it is to remenisce! ... 2400 baud. I remember that :-) Oh, wait, that was 24,000 LOL... *shuts up* You old farts! :-P I got started with computers a bit late though - didn't have one til I was a sophom

RE: Struts & Persistence

2002-08-09 Thread wbchmura
Cool - I am starting to feel younger again... Thanks Martin! -Original Message- From: martin.cooper [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 4:17 PM To: struts-user Subject: RE: Struts & Persistence Whoa, this thread is making me feel sooo old! In my first job, I had

RE: Struts & Persistence

2002-08-09 Thread Martin Cooper
Whoa, this thread is making me feel sooo old! In my first job, I had to write the code on coding sheets, which were then given to a pool of drones who turned the code into punched cards. The boxes of cards would then go to the sysops, who would eventually find time to feed them into an ICL mainfr

Validations gone on using nightly build

2002-08-09 Thread Hemanth Setty
Hello, I was running the 1.1b1 till today. Today I got the latest nightly build and all my validations that used to work on 1.1b1 stopped working. I was using the validation-rules.xml to validate my forms. Was anything changed in terms of how the validations are setup? -hemanth -- To unsubscrib

RE: Model 2X

2002-08-09 Thread Craig R. McClanahan
On Fri, 9 Aug 2002, Jacob Hookom wrote: > Date: Fri, 9 Aug 2002 14:45:45 -0500 > From: Jacob Hookom <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > Subject: RE: Model 2X > > Or you ca

RE: Deploying on iPlanet was RE: Deploying Struts on WebSphere Application Server 4.0.2

2002-08-09 Thread Rajesh Kalluri
Are you considerng Iplanet webserver or application server. Rajesh -Original Message- From: Schneider, Eric [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 1:54 PM To: 'Struts Users Mailing List' Subject: Deploying on iPlanet was RE: Deploying Struts on WebSphere Application Ser

RE: attributes

2002-08-09 Thread Kamholz, Keith (corp-staff) USX
Thanks! :-) You can check out my band's website too at www.freewebs.com/untied if you want to. It's not much yet cuz we just started, but things are going well. ~ Keith http://www.buffalo.edu/~kkamholz -Original Message- From: Cliff Rowley [mailto:[EMAIL PROTECTED]] Sent: Friday, Au

RE: Block e-mails from struts-users group for some time.

2002-08-09 Thread Dan Trevino
Other mail clients also allow you to set up filters. On Fri, 2002-08-09 at 14:35, Lopez, William wrote: > If you have outlook set up a rule to delete or move to another folder or do > as you asked (unsubscribe) > > -Original Message- > From: Nekkalapudi, Viplava [mailto:[EMAIL PROTECTED]

RE: Model 2X

2002-08-09 Thread Jacob Hookom
Or you can look at JSTL and their transform tags. I'm working on a variation that will actually compile the XSL docs as translets and stores them as serialized objects in your WEB-INF for faster translation. With JSTL, you can just output the pages, but wrap all the content in transform tags. |

RE: attributes

2002-08-09 Thread Cliff Rowley
On Fri, 2002-08-09 at 14:08, Kamholz, Keith (corp-staff) USX wrote: > Hey, > Thanks for the tip. I left yesterday before fixing the problem, but I was > guessing that's what the problem was. > I appreciate the help. > > ~ Keith > http://www.buffalo.edu/~kkamholz I've just been to your website -

RE: Struts & Persistence

2002-08-09 Thread Brian Schantz
Another victim of the Jack Tramiel and family! Here's my list: Vic-20 Atari 800XL Atari 1040ST Atari 1040Ste Atart Mega ST4 (Ok, I was a glutton for punishment!) Apple Mac SE Apple Quadra 650 386 486DX/33 Dual P90 IBM P166 Homebuilt PII-400 Homebuilt PII-866 The list of peripherals would be to

RE: Struts, Persistence, and guess how old I am

2002-08-09 Thread Sri Sankaran
TELEPHONE?! Telephone? Haah! When I was your age, keemosabe, vee only usem smoke signalsaah! And a lot of hot air vee blow -- you should 'av seen young BillySingingWithTheSeaHawks blow Those were the days -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sen

RE: Struts & Persistence

2002-08-09 Thread Chappell, Simon P
Archeology time! :-) The first computer that I ever used was a Sinclair ZX80. The list that I owned is: Sinclair ZX81 (w/ 16K RAMPAK) Sinclair ZX Spectrum (48K!) Acorn/BBC Micro Atari ST HP 486 PC Noname 386 PC (long story) WinBook Pentium 266MHz Macintosh dual 550MHz G4 tower! :-) Simon >---

Re: Struts & Persistence

2002-08-09 Thread Scott Hewlitt
in my day we used an Abacus... - JK First computer was a commodore128... finally after being jealous of friends with Vic 20's and Commodore 64's... I had my own... ahh... Commodore Basic, 6502 Machine Language... still remember a the block of free memory where i played aorund ... a 4K bloc

Re: Struts & Persistence

2002-08-09 Thread Melissa L Kelley
The Apple //e was my 5th computer, but I got it only a year or so ago. The rare times I had access to a computer when I was younger, this was the one, and typically it was to play games. I keep thinking that I'm going to do something incredibly cool with it, but so far it just sits in my library.

RE: Struts & Persistence

2002-08-09 Thread wbchmura
Absolutely nothing -Original Message- From: dhill [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 1:54 PM To: struts-user Subject: RE: Struts & Persistence No offence .. but what does this thread have to do with Struts? -Original Message- From: Melissa L Kelley [mail

RE: Struts, Persistence, and guess how old I am

2002-08-09 Thread James Mitchell
Why back in my days, we didn't even have computers. No sir, we used our fingers and toes to count. When we talked about the web, it was something hanging in the shadows on the front porch. Yep, I remember them days. When you ordered something online (telephone line that is) you had to wait 4

RE: Struts & Persistence

2002-08-09 Thread Nelson, Tracy (ETW)
| From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] | Subject: RE: Struts & Persistence | | Those were the days ... I remember toggling the 30-step bootstrap code | into a PDP-8 (a 12-bit computer, forsooth!) using the front panel | switches ... :-) Hey, I don't feel so old now -- at least w

Re: How to handle Connection object from ActionServlet

2002-08-09 Thread Craig R. McClanahan
On Fri, 9 Aug 2002, Christian Pich wrote: > Date: Fri, 09 Aug 2002 11:23:47 -0700 > From: Christian Pich <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: How to handle Connection object from ActionServlet > > I am wondering how you

Re: strusts + log4j

2002-08-09 Thread Chandra Gottipati
Chris, I was looking at the log4j.xml file in ${jboss_home}/server/default/conf directory. It is generating a server.log file and I don't see any of the logging from my action classes there! As Chuck suggested in his Logging chapter I placed the log4j.properties and commons-logging.properties fi

Re: Block e-mails from struts-users group for some time.

2002-08-09 Thread Craig R. McClanahan
On Fri, 9 Aug 2002, Nekkalapudi, Viplava wrote: > Date: Fri, 9 Aug 2002 13:14:12 -0500 > From: "Nekkalapudi, Viplava" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: Block e-mails from struts-users gr

RE: Struts & Persistence

2002-08-09 Thread Craig R. McClanahan
On Fri, 9 Aug 2002, Darren Hill wrote: > Date: Fri, 9 Aug 2002 13:54:27 -0400 > From: Darren Hill <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: RE: Struts & Persistence > > No offence .. but what do

Re: Is it possible to remove parameter from request?

2002-08-09 Thread Craig R. McClanahan
On Fri, 9 Aug 2002, Ramu, Manjukumar [PRDUS] wrote: > Date: Fri, 9 Aug 2002 13:21:47 -0400 > From: "Ramu, Manjukumar [PRDUS]" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: Is it possible to remove p

RE: Block e-mails from struts-users group for some time.

2002-08-09 Thread Lopez, William
Yes, Unsubscribing appears to be your best option. -Original Message- From: Nekkalapudi, Viplava [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 1:24 PM To: 'Struts Users Mailing List' Subject: RE: Block e-mails from struts-users group for some time. Exactly. I don't want to lo

RE: Struts & Persistence

2002-08-09 Thread Craig R. McClanahan
On Fri, 9 Aug 2002, Chappell, Simon P wrote: > Date: Fri, 9 Aug 2002 11:49:28 -0500 > From: "Chappell, Simon P" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: Struts & Persistence > > My first four

RE: Block e-mails from struts-users group for some time.

2002-08-09 Thread Lopez, William
If you have outlook set up a rule to delete or move to another folder or do as you asked (unsubscribe) -Original Message- From: Nekkalapudi, Viplava [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 1:14 PM To: 'Struts Users Mailing List' Subject: Block e-mails from struts-users gr

Re: form fields not showing in jsp after being set?

2002-08-09 Thread Bill Blackmon
Thanks - that makes sense and I'll try it. I do have one question, however. If the jsp pages looks for reference information in an action defined in the I was under the impression that the form is submitted to the class defined in the type entry in the action definition and validated at that poin

How to handle Connection object from ActionServlet

2002-08-09 Thread Christian Pich
I am wondering how you best architect the flow of the connection object: It is suggested in Struts to obtain a Connection object in the ActionServlet and that is the place where you close or free up the connection after the request. But how do you pass that object down to your middletier where yo

Re: Struts & Persistence

2002-08-09 Thread Daniel Jaffa
Oh my god, i have not though of that game in about 23 - 25 years. That was my favorite game when i was younger. My first Machine was an Apple 2e, with two 5.25 disk drives. the time before mice - Original Message - From: "Bartley, Chris P" <[EMAIL PROTECTED]> To: "'Struts Users Maili

RE: Block e-mails from struts-users group for some time.

2002-08-09 Thread Sri Sankaran
There are ways to set up server-side rules as well. But that's another tangent. I would recommend unsubscribing. SS -Original Message- From: Nekkalapudi, Viplava [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 2:23 PM To: 'Struts Users Mailing List' Subject: RE: Block e-mails

RE: Block e-mails from struts-users group for some time.

2002-08-09 Thread Nekkalapudi, Viplava
Exactly. I don't want to load the mail server, when I don't login to my machine. With rule to execute, I need to open my outlook, Isn't it?. -Original Message- From: Sri Sankaran [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 1:18 PM To: Struts Users Mailing List Subject: RE: B

RE: Block e-mails from struts-users group for some time.

2002-08-09 Thread Sri Sankaran
You could set up a rule that deletes emails from struts-user as they come in. However, give your mail server a break and simply unsubscribe if you don't plan to be listening in. SS -Original Message- From: Nekkalapudi, Viplava [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 2

Block e-mails from struts-users group for some time.

2002-08-09 Thread Nekkalapudi, Viplava
Hi, Is there a way to block (not to receive) e-mails from struts-users group for a couple of weeks, and we can enable it after some time? OR We can only unsubscribe and subscribe again. Thanks, Vip. -- To unsubscribe, e-mail: For additio

RE: Struts & Persistence

2002-08-09 Thread James Mitchell
> -Original Message- > From: Darren Hill [mailto:[EMAIL PROTECTED]] > > No offence .. but what does this thread have to do with Struts? > Ah maan :(I knew someone was gonna crash the party. James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded

RE: Struts & Persistence

2002-08-09 Thread wbchmura
2400 baud! Consider yourself lucky... I started on 300... -Original Message- From: stu.strutsusers [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 1:48 PM To: struts-user Subject: RE: Struts & Persistence On Fri, 9 Aug 2002, Chappell, Simon P wrote: I didn't use computer

RE: Submit form

2002-08-09 Thread Bartley, Chris P
Have you tried ? Read all about it at: http://www.blooberry.com/indexdot/html/tagpages/i/inputimage.htm I imagine by giving them different names your action class will be able to tell which one was clicked. chris > -Original Message- > From: IS Struts [mailto:[EMAIL PROTECTED]] > S

Submit form

2002-08-09 Thread IS Struts
I have a business requirement to dynamically generate links to pages as text and navigation controls (forward and back) as images. I then have an action class that decides what was selected and performs the appropriate action. These controls all are nested within a tag. When a user clicks

RE: Struts & Persistence

2002-08-09 Thread Darren Hill
No offence .. but what does this thread have to do with Struts? -Original Message- From: Melissa L Kelley [mailto:[EMAIL PROTECTED]] Sent: August 9, 2002 1:48 PM To: Struts Users Mailing List Subject: RE: Struts & Persistence On Fri, 9 Aug 2002, Chappell, Simon P wrote: I didn't use co

Deploying on iPlanet was RE: Deploying Struts on WebSphere Application Server 4.0.2

2002-08-09 Thread Schneider, Eric
Hi, I'm in a similar situation. We're currently developing a struts app on tomcat to be deployed iPlanet. Can anyone share experiences? pain? Thanks in advance. eric > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 09, 2002 11:00 AM > T

RE: Struts & Persistence

2002-08-09 Thread Melissa L Kelley
On Fri, 9 Aug 2002, Chappell, Simon P wrote: I didn't use computers for much (or owned one myself) until I got to college, so my first had about 250Mb HDD and 8Mb of RAM. I do remember when I got my first 1 Gb drive. Now I have 1 Gb of RAM. I remember the first time I got to dial-in. It was a 24

RE: Newbie question on displaying lists

2002-08-09 Thread Ray
Thanks. I think it's beginning to click now ... :-) At 10:10 09/08/2002 -0700, you wrote: > > -Original Message- > > From: Ray [mailto:[EMAIL PROTECTED]] > > Sent: Friday, August 09, 2002 8:28 AM > > To: Struts Users Mailing List > > Subject: Re: Newbie question on displaying lists > > >

Is it possible to remove parameter from request?

2002-08-09 Thread Ramu, Manjukumar [PRDUS]
Hello, Is there any way I can remove parameter (not attribute) from the request? Thanks, Manju

RE: Struts & Persistence

2002-08-09 Thread Bartley, Chris P
Ahhh, the good ol' C-64 tape drive. I remember not minding the 45-60 minute wait while Temple of Apshai (http://www.cstone.net/~rich/Temple/temple_of_apshai.html) loaded...i'd go have dinner, and by the time i was done eating i could play the game. :) I guess Rational Rose would be my present-d

RE: Newbie question on displaying lists

2002-08-09 Thread Karr, David
> -Original Message- > From: Ray [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 09, 2002 8:28 AM > To: Struts Users Mailing List > Subject: Re: Newbie question on displaying lists > > > Thanks ... I think option 1 is my best bet. > > But in the struts-config, how do I define the corr

Re: Struts & Persistence

2002-08-09 Thread Eddie Bush
We'll let you get by with calling yourself "well-seasoned" ;-) LOL :-) [EMAIL PROTECTED] wrote: >U - I remember that tape drive... (Did the Vic20 have one also? I >had one on the C-64). > >Damn I feel old now... > >My first ten mb hard drive was years later... > -- To unsubscribe, e-m

Re: Struts & Persistence

2002-08-09 Thread Eddie Bush
Craig R. McClanahan wrote: > > >I'm old enough to remember being absolutely giddy over the >amount of space available on my first hard disk drive -- ten whole >*mega*bytes! Whatever would I do with all of that space? > > > >Craig > LOL - my first one had 100 MB - MAN how I echoed your feelings

RE: Struts & Persistence

2002-08-09 Thread wbchmura
U - I remember that tape drive... (Did the Vic20 have one also? I had one on the C-64). Damn I feel old now... My first ten mb hard drive was years later... -Original Message- From: Simon.Chappell [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 12:49 PM To: struts-user

RE: Struts & Persistence

2002-08-09 Thread Chappell, Simon P
My first four computers did not have hard drives. My first two didn't even have floppy drives, you had to save and load from audio tape! I think that computer number 5 had a 40Mb HDD. Computer number 6 is now gone and I don't remember any of the specs. Computer number 7 had a 4Gb HDD and no

Re: Uploading files

2002-08-09 Thread Shanthan Sivapalan
I'm only testing currently in IE 5.5, my jsp is screwed in Netscape right now and I can't bother with trying to fix it at the moment. But I guess I'm goin to have to give it a shot. Thanks! "Jung, Eric (Contractor)" wrote: > Which browser? IE? What version? Do you get the same results with Netsc

RE: Uploading files

2002-08-09 Thread Jung, Eric (Contractor)
Which browser? IE? What version? Do you get the same results with Netscape? Opera? Go nuts with testing. -Original Message- From: Shanthan Sivapalan [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 12:26 PM To: Struts Users Mailing List Subject: Re: Uploading files Yes I can ho

Re: Struts & Persistence

2002-08-09 Thread Craig R. McClanahan
On Fri, 9 Aug 2002, BaTien Duong wrote: > Date: Fri, 9 Aug 2002 10:00:17 -0600 > From: BaTien Duong <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Struts & Persistence > > How about transactional p

Re: Uploading files

2002-08-09 Thread Shanthan Sivapalan
Yes I can however, the issues I'm having are with trying to download the files after they've been uploaded. Do you have any ideas? "Jung, Eric (Contractor)" wrote: > Can you run the struts-upload.war which comes with Struts? > If that works, at least you have a baseline from which to work. > > -

RE: question

2002-08-09 Thread Aiken, Weston - Raleigh, NC
Keith Perfect, thanks a bunch. Weston -Original Message- From: [EMAIL PROTECTED] at INTERNET Sent: Friday, August 09, 2002 12:08 PM To: Aiken, Weston - Raleigh, NC; [EMAIL PROTECTED] at INTERNET Subject: RE: question Hey, It's not a problem to pull a list out of an object. My code

RE: Struts & Persistence

2002-08-09 Thread Craig R. McClanahan
On Fri, 9 Aug 2002, James Mitchell wrote: > Date: Fri, 9 Aug 2002 11:43:58 -0400 > From: James Mitchell <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: Struts & Persistence > > HAHAHAYes, and th

RE: question

2002-08-09 Thread Sri Sankaran
The nested framework from Arron Bates is the ticket (see www.keyboardmonkey.com). With it you could <%-- Form using a Facility bean --%> Of course, the property attributes assume the corresponding getter methods. The beauty of this is that you can go any number of levels deep. Sri -O

RE: Uploading files

2002-08-09 Thread Jung, Eric (Contractor)
Can you run the struts-upload.war which comes with Struts? If that works, at least you have a baseline from which to work. -Original Message- From: Shanthan Sivapalan [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 12:15 PM To: Struts Users Mailing List Subject: Re: Uploading fi

Re: Uploading files

2002-08-09 Thread Shanthan Sivapalan
I'm using the Struts 1.1 beta 1 version. This problem is still around. Please help. Shanthan Sivapalan. Martin Cooper wrote: > > -Original Message- > > From: Shanthan Sivapalan [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, August 07, 2002 2:48 PM > > To: Struts Users Mailing List > >

RE: question

2002-08-09 Thread Kamholz, Keith (corp-staff) USX
Hey, It's not a problem to pull a list out of an object. My code is: This means that my app locates the object called "currentData", and iterates through an ArrayList within it (which is the "hwList"). The element of the iteration is stored in a page scope variable (the "hw"). The type attr

RE: Newbie question on displaying lists

2002-08-09 Thread wbchmura
its created automatically and passed to your action. There should be a big hubbub in the archives on this topic. I know we talked about it alot a few weeks ago... -Original Message- From: ray.offiah [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 11:28 AM To: struts-user S

RE: Struts with JSP/Taglib versus Barracuda/HTML/XMLC

2002-08-09 Thread Craig R. McClanahan
On Fri, 9 Aug 2002, James Mitchell wrote: > Date: Fri, 9 Aug 2002 10:31:29 -0400 > From: James Mitchell <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: Struts with JSP/Taglib versus Barracuda/HTML/X

Re: Struts & Persistence

2002-08-09 Thread BaTien Duong
How about transactional processing over a number of data sources? e.g. first level of user profile is in Ldap, second level of user profile is in RDBMS. That is the power of portal "vision". I hope this vision may stimulate others. - Original Message - From: "Eddie Bush" <[EMAIL PROTECTED

RE: Converting special characters to render in an javascript alert()

2002-08-09 Thread Jung, Eric (Contractor)
Java: class java.netURLEncoder http://java.sun.com/j2se/1.4/docs/api/java/net/URLEncoder.html class java.net.URLDecoder http://java.sun.com/j2se/1.4/docs/api/java/net/URLDecoder.html Javascript: escape http://developer.netscape.com/docs/manuals/js/client/jsref/toplev.htm#106374 3 unescape http://

RE: cookies vs. jsessionid (url rewriting)

2002-08-09 Thread Craig R. McClanahan
On Fri, 9 Aug 2002, Jung, Eric (Contractor) wrote: > Date: Fri, 9 Aug 2002 07:14:20 -0700 > From: "Jung, Eric (Contractor)" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: RE: cookies vs. jsessionid (

question

2002-08-09 Thread Aiken, Weston - Raleigh, NC
Consider the following scenario: My Action class adds a Facility object to the request and forwards to a JSP for presentation. The Facility object contains an array of PhoneNumber objects. My question is: Using struts tags, is it possible to pull the PhoneNumber[] array out of the Facility ob

Converting special characters to render in an javascript alert()

2002-08-09 Thread Gilles . Vandaele
Hi, I need to convert normal text (including special characters) into url/javascript compatible (eg. to render in a javascript alert()). Can I find a method somewhere in Struts or in the Javax.Servlet? Tx. Gilles Vandaele -- To unsubscribe, e-mail: For additiona

RE: Struts & Persistence

2002-08-09 Thread James Mitchell
HAHAHAYes, and that's fine if you're not trying to backup 17 Gigsheesh. James "Sasquatch on crack" Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -Original Message- > From: Eddie Bush

RE: Struts & Persistence

2002-08-09 Thread Robert J. Sanford, Jr.
> >OJB is very important, > > > Personally, I think that's an understatement. At this point > (and I think they're fixing to do some major refactoring, so > it would be hard to speak of what will come), from what I can > tell, all configuration is very declarative. What does this > mean to the u

Re: case-sensitive web-inf

2002-08-09 Thread Craig R. McClanahan
On Fri, 9 Aug 2002, Darren Hill wrote: > Date: Fri, 9 Aug 2002 08:52:09 -0400 > From: Darren Hill <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: case-sensitive web-inf > > Kinda off topic, but anyone

Re: Newbie question on displaying lists

2002-08-09 Thread Ray
Thanks ... I think option 1 is my best bet. But in the struts-config, how do I define the corresponding ActionForm; since I won't be submitting any information, do I really need to define one for this page? At 09:32 09/08/2002 -0500, you wrote: >Couple of ways I have handled this... > >1) Don

Re: Struts & Persistence

2002-08-09 Thread Eddie Bush
James Mitchell wrote: >>(James) Get that Linux box up?! :-) >> >LOL..no I started consolidating my Laptop HD and noticed that I didn't >have enough room on my file server to backup what I had. So I'll have to >either get another 80 Gig or take the time to go through and delete all that >Fre

RE: Iterate Tag & TextArea

2002-08-09 Thread Tahir Awan
Because textarea is different from other html tags as it takes its contents from the body. I think you can even use a standard textarea outside your iterate loop like Tahir -Original Message- From: vk vk [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 10:38 AM To:

Re: Taglib packaging of struts.jar!META-INF/tlds/*.tld not spec-compliant?

2002-08-09 Thread Craig R. McClanahan
Hi David, Putting multiple TLDs in the META-INF/tlds subdirectory is a JSP 1.2 thing, which won't be recognized by a JSP 1.1 container. For the upcoming Struts 1.1-beta2 release, we're still doing that (for the convenience of those running on 1.2 containers), but are *not* including a META-INF/t

Re: Struts & Persistence

2002-08-09 Thread Eddie Bush
BaTien Duong wrote: >OJB is very important, > Personally, I think that's an understatement. At this point (and I think they're fixing to do some major refactoring, so it would be hard to speak of what will come), from what I can tell, all configuration is very declarative. What does this mea

ActionServlet

2002-08-09 Thread Gupta, Vinod
Hi, I am trying to deploy a .war file(contains some jsps, uses struts1.1-b1) onto websphere 4.0.3. After deployment When I try to run it I get this error log ( default_server_stdout.log ) I am not able to interpret the error message in this case and not sure what is the problem. Kindly advise.

Re: Struts & Persistence

2002-08-09 Thread BaTien Duong
OJB is very important, especially combined with Struts 1.1 framework and "Struts pattern" of DAO to be independent of data sources: Directory, RDBMS, XML. I hope Struts user group gets more interest in this and in the concept of basicPortal that ties Struts, Tiles, and Event processing together.

RE: Struts & Persistence

2002-08-09 Thread James Mitchell
> -Original Message- > From: Eddie Bush [mailto:[EMAIL PROTECTED]] > > (David) It should be noted that the ODMG is an immediate precursor to > JDO, and, therefore, quite similar. If you search the OJB archives > you'll find suggestions on how to plan a transition to JDO, once that > funct

AW: Deploying Struts on WebSphere Application Server 4.0.2

2002-08-09 Thread Marco Pöhler
Hi, we had just the Problem I posted, and the solution from Rajesh works fine. This might be just a problem of WAS 4.0.2 which we use from WebSphere Application Developer. There were no more problems. Marco -Ursprüngliche Nachricht- Von: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL P

RE: cookies vs. jsessionid (url rewriting)

2002-08-09 Thread Jung, Eric (Contractor)
Problem resolved! (don't ask my how or why) Thanks anyway. -Eric -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 10:27 AM To: Struts Users Mailing List Subject: Re: cookies vs. jsessionid (url rewriting) Jung, Eric (Contractor) wrote: >Sorry

RE: Deploying Struts on WebSphere Application Server 4.0.2

2002-08-09 Thread mattes
We are using Struts in some Websphere Projects and haven't had any problems too. Using WSAD or WSSD simplifies it naturally. An example is the EJB-Auction Sample of WSAD which uses Struts. mattes -- Mattes Balser | [EMAIL PROTECTED] High-End Services GmbH | www.h-e-s.de Nussallee 13 | D-355

Tiles-ComponentContext - understanding problem

2002-08-09 Thread Ralf Lorenz
Hi, again a question about Tiles. My problem is about choosing the correct menu for the user, which can be of one of four user-groups. Therefore I defined 4 different menus. When the user successfully logs in he/she is forwarded to inside.jsp which only consists of one line : Then the MenuInit

Iterate Tag & TextArea

2002-08-09 Thread vk vk
Hi, I am using STRUTS 1.0.2. My query to Database returns an arraylist of records which needs to be shown inside Textarea. I am able to iterate through Arraylist. Is there anyway iterate inside TextArea and show records inside textArea. Any examples & code is helpful. thanks in advance. Che

RE: Deploying Struts on WebSphere Application Server 4.0.2

2002-08-09 Thread Kamholz, Keith (corp-staff) USX
Hey, I'm using Websphere and haven't really had any problems. However, I've only been using it for a couple months though since I'm a summer co-op, so I'm not exactly the most experienced user. But like I said, I haven't had any problems. ~ Keith http://www.buffalo.edu/~kkamholz -Origina

Re: Struts & Persistence

2002-08-09 Thread Eddie Bush
(David) It should be noted that the ODMG is an immediate precursor to JDO, and, therefore, quite similar. If you search the OJB archives you'll find suggestions on how to plan a transition to JDO, once that functionality is production-ready. Look for threads by Thomas Mahler - I think he's O

  1   2   >