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

2002-08-09 Thread Bullock, David (EPA)
Howdy folks. I'm a build-engineer for building a JSP/struts project. As near as I can tell, the JSP 1.1 spec specifies that when you package a taglib in a jar file, you can expect: Packaged Tag Libraries JSP page authoring tools are required to accept a Tag Library that is packaged as a

Form/scope conflict problems

2002-08-09 Thread @Basebeans.com
Subject: Form/scope conflict problems From: Matt Raible [EMAIL PROTECTED] === I have a userForm that I keep in session scope. I am trying to re-use this form for sending an e-mail to a different user in the system. I have setup a different form-bean with a new name (emailUser) and a new action

Re: Action flow

2002-08-09 Thread Matthias Bauer
Here is what you are looking for: www.livinglogic.de/Struts/ To get an idea what this extension can do for you, let's look at an example: The workflow extension can guarantee that the user traverses an application by executing Action A before executing Action B. This way you don't need to

Get better performance with optionsCollection

2002-08-09 Thread Marc.Hofer
Hi! I use a select-tag im my JSP. But now a have a performance problem, because I have an options-list with more than 100 entrys. Is there someone who can tell me hot to make this faster (better way to do this!). My Settings: JSP: html:select property=land2

RE: Get better performance with optionsCollection

2002-08-09 Thread Joe Latty
Not exactly sure if this will help performance but I am using the org.apache.struts.util.LabelValueBean and the optionsCollection. Works a treat, one other thing is maybe cacheing your landliste if this is possible. Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Get better performance with optionsCollection

2002-08-09 Thread Cliff Rowley
Alternatively, sometimes it may be more efficient both in terms of performance and user interaction to think about how you present your users with data, and how you receive interaction. A very long drop-down list may be (and often is) cumbersome. Some points to think about: - Is the list of

RE: Get better performance with optionsCollection

2002-08-09 Thread Jacob Hookom
Try JSTL and see if that helps any. Going on the caching idea, use c:set to write the output of the iteration to an application scope variable, and only execute that bit with a conditional if options not in application scope. That way, you store the resulting html code in the application

RE: Struts Persistence

2002-08-09 Thread David Mulligan
Hey James, I'm just wondering if you have made any progress on your struts-example using OJB? Tnx, Dave. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 7:22 PM To: Struts Users Mailing List Subject: RE: Struts Persistence I'll be

RE: tiles (extending definition) and tags problem

2002-08-09 Thread Holman, Cal
Ralf I use something like this for the keywords and title of each page. definition name=home.pagedef path/template.jsp put name=title value=home.title / put name=headervalue=/web/includes/header.jsp / put name=index

OT: securityfilter public release announcement

2002-08-09 Thread Max Cooper
I posted about it on this list and some of you expressed interest, so I wanted to let you know that the first public release of the securityfilter project is now available for download. This is a filter that mimics container-based security but allows you to have a login form on every page or

case-sensitive web-inf

2002-08-09 Thread Darren Hill
Kinda off topic, but anyone figure out how to makes windoze stop making my web-inf lower-case. argh! -Original Message- From: Rajesh P [mailto:[EMAIL PROTECTED]] Sent: August 9, 2002 8:50 AM To: Struts Users Mailing List Subject: RE: Deploying Struts on WebSphere Application Server

RE: Struts Persistence

2002-08-09 Thread James Mitchell
Actually, yes I am. Although, now that I'm a little more familiar with OJB, I must admit that I won't be using the JDO implementation, its not complete. I'm going with ODMG. If I don't get slammed today at work, I should be finished. James Mitchell Software Engineer\Struts Evangelist

Validation with tiles

2002-08-09 Thread Ricardo de Souza Moura
I would like to put in the input attribute a tile definition, but I don't get... There are any method to do this ? my solution... action path=/aberturaCadastro forward=def.cadastro.identificacao/ action path=/newCustomer type=classe scope=request name=customerForm input=/aberturaCadastro.do

RE: case-sensitive web-inf

2002-08-09 Thread Lister, Tom (ANTS)
Hi I've found on our PC's if I create or rename it as WEB-INF it is stored that way as the dos name even though explorer displays it as Web-inf Check the properties to make sure the underlying name is uppercase :-) Tom Lister * 020 7612 3030 * [EMAIL PROTECTED] -Original Message- From:

RE: Changing value of a defined bean using tags?

2002-08-09 Thread Kamholz, Keith (corp-staff) USX
Sorry, if this is a stupid question, but can you use jsp:setProperty .../ in JSP 1.1? I'm actually not even sure which version I'm using, but I use that. ~ Keith http://www.buffalo.edu/~kkamholz -Original Message- From: James Turner [mailto:[EMAIL PROTECTED]] Sent: Thursday, August

RE: html:options attributes

2002-08-09 Thread Kamholz, Keith (corp-staff) USX
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 -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 5:57

RE: Does anyone know when next Struts1.1B Next Release???

2002-08-09 Thread wbchmura
I'm still on a nightly build from about a week ago, but I will update. Fortunately I have three apps in development so i can just keep dropping a newer nightly build in and seeing what happens! -Original Message- From: craigmcc [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08,

RE: App will hang if it runs over night

2002-08-09 Thread wbchmura
Hey, I am having the same problem and tried the same solution to no effect. I've upgraded to the newest stable release of MM.Mysql and that did not help. I am fairly confident that it is a connection timing out, but the autoReconnect has not helped at all. I put the autoreconnect in a

Model 2X

2002-08-09 Thread John . Fairbairn
I'd like more information on Model 2X which is supposed to replace the jsp portion with XML and XSLT. The Struts user guide shows how to implement the view portion using jsp's but not XSLT as far as I can see. Where can I get more information on implementing Model 2X? Has anyone here used this

Re: App will hang if it runs over night

2002-08-09 Thread Jan Fetyko
:(( Same here. I guess I'll have to build my own connection pooling or use something I find on the net. Also I was wondering if PostgreSQL is having the same problem, any idea ? Maybe it's worth changing Db platforms. Jano [EMAIL PROTECTED] wrote: Hey, I am having the same problem and

Re: cookies vs. jsessionid (url rewriting)

2002-08-09 Thread Eddie Bush
Maybe you'd care to elaborate a bit on what server you're using - version and such. Knowing which version of Struts you're using would be helpful too. Also, I assume you're using the html:link tag, but you didn't say that. Maybe you could restate your question a bit more completely? Are

Placing of Generated Source files in Apache tomcat bin directory

2002-08-09 Thread Sudhir S. Shetty
Hi Friends, Sorry for being off-topic I have a struts application on Tomcat4.0.4 ,Im using Log4J log4j-1.2.5 ,In my application I take an XML file as an input , and I generate java bean code, by default the generated coide an the log files(generated by log4j) are being placed in the C:\Program

RE: Placing of Generated Source files in Apache tomcat bin directory

2002-08-09 Thread Jung, Eric (Contractor)
Just specify a fully-qualified filename. If you're using a properties file for log4j configuration, here's an example: log4j.appender.filer=org.apache.log4j.RollingFileAppender log4j.appender.filer.File=/web/logs/ewb/workbench/was/PerfGen.log If you're using an XML file for log4j configuration:

AW: Deploying Struts on WebSphere Application Server 4.0.2

2002-08-09 Thread Marco Pöhler
Yep! That helps. Thanks again ! Marco -Ursprüngliche Nachricht- Von: Rajesh P [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 9. August 2002 14:50 An: Struts Users Mailing List Betreff: RE: Deploying Struts on WebSphere Application Server 4.0.2 Join the club with the dreaded websphere

RE: cookies vs. jsessionid (url rewriting)

2002-08-09 Thread Jung, Eric (Contractor)
Sorry for begin vague. Still working on my first cup of coffee :) However, you can ignore my question because it seems to have magically gone away. As for your cookies point, well taken, and I know all the problems with cookies. However, it's simply not my call to make. If you've ever worked in a

RE: case-sensitive web-inf

2002-08-09 Thread Brian Schantz
http://www.annoyances.org/exec/show/article02-101 -Original Message- From: Darren Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 5:52 AM To: 'Struts Users Mailing List' Subject: case-sensitive web-inf Kinda off topic, but anyone figure out how to makes windoze

Newbie question on displaying lists

2002-08-09 Thread Ray
Hello there :-) I'm playing around with struts at the moment (very impressive work), but I seem to have got myself into a little trouble. I'm writing a web application, that lists the contents of a database table as soon as you hit the page. Now so far, I've been working on just

Re: Deploying Struts on WebSphere Application Server 4.0.2

2002-08-09 Thread Jason . D . Karney
Hi all, Is it really that problematic to depoy Struts to WebSphere app servers? I don't see many questions posed to this list that involve WS, but when they do, it's always people having one heck of a time getting Struts to work. This worries me, because I'm currently developing two

RE: Deploying Struts on WebSphere Application Server 4.0.2

2002-08-09 Thread Jung, Eric (Contractor)
Jason, I'm in the exact same situation. I'm currently writing a Struts app and we use Tomcat in development. Production, however, uses WebSphere. If anyone can shed light on this matter, I'd appreciate it, too. Eric Jung -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: cookies vs. jsessionid (url rewriting)

2002-08-09 Thread Eddie Bush
Jung, Eric (Contractor) wrote: Sorry for begin vague. Still working on my first cup of coffee :) However, you can ignore my question because it seems to have magically gone away. As for your cookies point, well taken, and I know all the problems with cookies. However, it's simply not my call to

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

2002-08-09 Thread James Mitchell
I have a couple of good points to make about Struts good point good point good point good point good point good point good point good point good point good point good point good point good point good point good point good point good point good point good point good point good point good point

RE: strusts + log4j

2002-08-09 Thread Assenza, Chris
Chandra, It may be that your problems are related to the fact that JBoss 3 initializes a server-wide Log4j service on startup [at least that's what I've observed...their documentation is less then tolerable]. At any rate, you will notice a log4j.xml file in the ${jboss_home}/server/default/conf

Re: Newbie question on displaying lists

2002-08-09 Thread Tim T. Young
Couple of ways I have handled this... 1) Don't go to a page directly (*.jsp), go to an Action (*.do) first to prep the form and put it in whatever scope you have it configured for (request, session, etc). Some people don't care for these preparing actions, though. Like any design you have to

Differentiating between to two actions

2002-08-09 Thread vk vk
Hi, I am using STRUTS 1.0.2. I have two List boxes on page. Which are used to to query DB to bring some results. My problem is there anyway to distinguish in action class which list box is used. my code looks like this. I am using javascript to kick of an action on

RE: App will hang if it runs over night

2002-08-09 Thread wbchmura
I just implemented poolman on a struts application. It took me about 20 minutes to integrate it into an existing app and it really worked well. It does caching which was something I was looking for. -Original Message- From: janof [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09,

Re: Differentiating between to two actions

2002-08-09 Thread Tim T. Young
I think in this case you will need your onchange to set a flag (hidden field) indicating which list was used, then submit the form. In your actionform you would need a corresponding property. Then in the servlet you then could ask the actionform for the flag. Tim vk vk

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

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

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.

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 : tiles:insert

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 |

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

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

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

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.

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 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 mean

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

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 textarea logic:iterate . bean:write ... /logic:iterate /textarea Tahir -Original Message- From: vk vk

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 Free

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't

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 figure out

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 user?

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

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: mailto:[EMAIL PROTECTED] For additional

logic:iterate 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

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

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: 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/XMLC I

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

RE: logic:iterate 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: logic:iterate id=hw name=currentData property=hwList type=com.moog.us.rur.data.Hardware This means that my app locates the object called currentData, and iterates through an ArrayList within it (which is the hwList). The

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 Subject:

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

RE: logic:iterate 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 --% nested:iterate property=phoneNumbers nested:write property=areaCode/ /nested:iterate Of course, the property attributes assume the corresponding getter

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 that's fine if

RE: logic:iterate 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: logic:iterate question Hey, It's not a problem to pull a list out of an

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: 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 processing

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

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

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

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:

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-mail:

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 corresponding

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

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: 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 Thanks

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

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 To:

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

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 form tag. When a user

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

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

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: mailto:[EMAIL PROTECTED] For

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

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:

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

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 Mailing

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

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 html:form action=/editMember I was under the impression that the form is submitted to the class defined in the type entry in the action

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

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 computers did

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

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 parameter

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 does this

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 group for some

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

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 best

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

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

  1   2   >