RE: (newbie) WAR files and JDeveloper 3.2.3

2002-06-06 Thread Honman Lee
I dont have much experience with different IDEs but Jdev doesnt seem to bad. I have seen it generate the war file but I havent just tried to run a war file. You might want to think of creating a project then unzipping (JDEV_HOME/jdev/mywork/projectfolder) it in a project and then let Jdev

RE: ValidatorPlugin and Dynamic Action Forms?

2002-06-03 Thread Honman Lee
Hello, Does struts have a taglib that will provide the functionality for a user to download from an output stream? Thanks for you assistance. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 4:21 PM To: 'Struts Users Mailing List'

Struts Resources

2002-04-30 Thread Honman Lee
Hi All, I have been compiling a list of links that I have found useful as I tried to learn struts...so I thought I would share: Tutorials: http://www.theserverside.com/resources/strutsreview.jsp http://rzserv2.fhnon.de/~lg002556/struts/

RE: Validator help

2002-04-19 Thread Honman Lee
I am having issues with my validation too. Did you initialize the validator in the web.xml file? -Original Message- From: Parmar, Dipakkumar [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 2:48 PM To: Struts Users Mailing List Subject: Validator help Hi, I'm having really

RE: Validator help

2002-04-19 Thread Honman Lee
to initialize the validator in the web.xml file if i use 1.1b1. I did plug In Configuration for validator in my struts-config.xml. Please see my original message. Deepak -Original Message- From: Honman Lee [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 5:58 PM To: Struts Users Mailing List

RE: [ANN] First two beta chapters of O'Reilly Struts book are available

2002-04-17 Thread Honman Lee
Where on the site is it available? Thanks for putting it out there. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 2:46 PM To: [EMAIL PROTECTED] Subject: [ANN] First two beta chapters of O'Reilly Struts book are available I wanted

Validation

2002-04-12 Thread Honman Lee
Hi All, I am using the cross-revalidator-1.0a to do validations with my struts 1.0.2. I imported the validation example into my project and I have got it to work. However, I am unable to get my other pages in the project to work with the validation. Does anyone have a suggestion on how to

RE: Validation

2002-04-12 Thread Honman Lee
very explicite, sorry. Your problem is the ActionForm struts.form.EditInvoiceForm used by your action was not found in your form-rules.xml Be sure you initialize the ReValidator singleton at application startup, ... and check your form-rules.xml Regard, Emmanuel Boudrant Honman Lee [EMAIL

RE: Preview OReilly Struts Chapters Online - Soon

2002-03-29 Thread Honman Lee
I vote for chapters 8, 10 and 21. Thanks for giving us the opportunity to see it. -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 12:03 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Preview OReilly Struts Chapters

RE: ExceptionInInitializerError in JDeveloper

2002-03-29 Thread Honman Lee
I am using JDeveloper too with Struts 1.0.1 and it works fine. But when I upgraded to Struts 1.1 I was receiving the same problem except it was with the InsertTag instead of the EqualTag. I am planning to upgrade to RC2 relatively soon so I will let you know if I run into similar issues.

Upgrade

2002-03-26 Thread Honman Lee
Hi All, I had a site working with Struts 1.01 but I have recently upgraded the struts libraries to 1.1 beta. In doing so, I got disconnected somewhere and I was hoping to obtain some assistance. The error message I am getting seems to be caused by a ExceptionInInitializerError. Thanks in

New Struts User - Pick list help

2002-02-27 Thread Honman Lee
Can anyone help me with what I am doing wrong? The following is part of a form where I am trying to get a dynamic picklist generated: % java.util.ArrayList list = new java.util.ArrayList(); list.add("First"); list.add("Second"); list.add("Third"); list.add("Fourth"); list.add("Fifth");

RE: New Struts User - Pick list help

2002-02-27 Thread Honman Lee
ont. Mark -Original Message----- From: Honman Lee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 1:59 PM Can anyone help me with what I am doing wrong? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscri

RE: New Struts User - Pick list help

2002-02-27 Thread Honman Lee
nt: Wednesday, February 27, 2002 1:14 PM To: 'Struts Users Mailing List' Subject: RE: New Struts User - Pick list help You are posting in MS PGothic 10-point font and it is difficult to read (and anyone having HTML turned on will reply in the same font). Change to Arial, Helvetica, or other stan

RE: New Struts User - Pick list help

2002-02-27 Thread Honman Lee
uot;/ I am not sure if that is right. But you can go here for further documentation. http://jakarta.apache.org/struts/doc-1.0.2/struts-html.html#options Hope that helps -JC -Original Message----- From: Honman Lee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 3:20 PM To: Struts Use

RE: New Struts User - Pick list help

2002-02-27 Thread Honman Lee
pe="java.util.Collection"/ html:select property="branches" html:options collection="branches" property="value" labelProperty="description"/ /html:select -JC -Original Message- From: Honman Lee [mailto:[EMAIL PROTECTED]] Sen

picklist

2002-02-26 Thread Honman Lee
Hello Everyone, Does anyone know how to use struts to create a dynamic picklist on the front end? So if I am using a java bean to call some data (name and value), it would display in the pick list of a form. And if I am doing an edit function it would select the value that is in the