Help referencing collections for HTML taglib

2003-07-25 Thread C F
Hello, I figure examples are worth a thousand words. So I'll try to keep this simple... can anyone show me (if possible) how to accomplish the same thing as in the examples but using just html-el:select and html-el:options tags without c:set?? I'm using Struts 1.1. Example 1

Workflow Extension: Hurting struts functionality?

2003-07-17 Thread C F
Hello, For anyone here who's had experience using the Struts Workflow extension (http://www.livinglogic.de/Struts/index.html). can you tell me what struts functionality you're missing out on if you use this extension. My first impression was that it was just an extension and wouldn't affect

RE: Netscape 4.7x and Struts performance problems

2003-02-25 Thread C F
Is the latest Netscape version supported on *nix, 4.x??? I'm not positive of the answer, but I doubt it. I never develop anything with Netscape 4.x in mind anymore a huge waste of time... not to mention the headaches. Sometimes you just gotta let go :-) [EMAIL PROTECTED] wrote:I have

Re: Multiple Forms on One Page

2003-02-21 Thread C F
on a single page, each with the appropriate action? Ray Madigan -Original Message- From: C F [mailto:[EMAIL PROTECTED] Sent: Thursday, February 20, 2003 7:41 AM To: [EMAIL PROTECTED] Subject: Multiple Forms on One Page Hello everyone, I want to be able to have multiple forms

Multiple Forms on One Page

2003-02-20 Thread C F
Hello everyone, I want to be able to have multiple forms on a single web page. These forms are totally unrelated in that I want them to materialize into different beans depending on which form was submitted. I don't see that it is possible to configure this scenario in the the

How to manage application properties?

2002-09-22 Thread C F
Hello, This is a very newbie question I'm sure, so this might not be the appropriate forum. Maybe it belongs in the Tomcat forum? Not sure. Pretty basic objective I just want to be able to put application settings (things like path names, integer values, etc) in a *.properties file and

Re: How to manage application properties?

2002-09-22 Thread C F
(mySpecialProps, mySpecialProps); Where: - someObject varies by your implementation again - mySpecialProps is the key you wish to use for looking up the properties - mySpecialProps is an instance of Properties (the one you just loaded) C F wrote: Hello, This is a very newbie question I'm sure, so