RE: Struts project

2002-10-09 Thread Juan Alvarado \(Struts List\)
It's amazing how far Struts has come along. Congratulations to everyone who has contributed to this framework. I hope that with the release of the new books that companies begin to realize how valuable a framework like Struts is and that more jobs become available for people with Struts skills.

RE: Declarative exception handling

2002-09-27 Thread Juan Alvarado \(Struts List\)
b. It appears below: -Original Message- From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 5:43 PM To: Struts Subject: Declarative exception handling Does anyone know of a way to include the exception message in the body of a

Declarative exception handling

2002-09-26 Thread Juan Alvarado \(Struts List\)
Does anyone know of a way to include the exception message in the body of an error page one has declared in the global-exceptions section of struts-config.xml EX: I want to be able to display the exception message in /admin/failure.jsp I did not find anything on the archives o

RE: Validator and depends element

2002-09-24 Thread Juan Alvarado \(Struts List\)
validation method in validation-rules.xml file to handle this kind of cross validation. Let me know if you need this in detail.. -Original Message- From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 1:15 PM To: Struts Subject: Validator and depends e

Validator and depends element

2002-09-24 Thread Juan Alvarado \(Struts List\)
Does anyone know if the validator can be configured in such a way that if you have two radio buttons on a page and a text box, to only validate the contents of the text box when only a particular radio button is checked. Ex: Two radio buttons A & B and Textbox C. If B is checked then I want to v

RE: iPlanet and Struts 1.02 problem

2002-08-19 Thread Juan Alvarado \(Struts List\)
Jason: I had the same problem and I finally gave up. What I did is I put my application in a context and everything from there worked fine. If anyone else can shed some light on this, I would greatly appreciated. Otherwise the context solution is the way to go I think. iPlanet web serve and the

struts error page

2002-08-01 Thread Juan Alvarado \(Struts List\)
I have set up in my tomcat configuration for any 404 errors to be handled by a struts action. 404 /do/error404Handler What I need to trap from this action is the page the user originally requested. When I do request.getURI(), that just gives me the name of the action. I am bou

Slightly off-topic

2002-07-30 Thread Juan Alvarado \(Struts List\)
I am working on a struts app and need to accomplish the following... Can anyone tell me (if they know) what I have to do to capture the page the user requested. Example: I have in my web.xml: 404 /error404/go.jsp In my go.jsp I want to retrieve the url

Commons

2002-07-29 Thread Juan Alvarado \(Struts List\)
Folks can someone tell me where the API documentation for DBCP is?? Thanks ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -- To unsubscribe, e-mail:

Struts Vs. Sun J2EE Compliance and Design Patterns

2002-07-25 Thread Juan Alvarado \(Struts List\)
Hello folks: Recently I had a discussion with an ex-colleague of mine regarding struts. I explained to him that it's an awesome framework and that it has everything for developing web applications using MVC. His response was something to the effect of "I'm sure struts is great but we are very ha

Struts Vs. Sun J2EE Compliance and Design Patterns

2002-07-25 Thread Juan Alvarado \(Struts List\)
Hello folks: Recently I had a discussion with an ex-colleague of mine regarding struts. I explained to him that it's an awesome framework and that it has everything for developing web applications using MVC. His response was something to the effect of "I'm sure struts is great but we are very ha

RE: sort of off topic validation in console window

2002-07-23 Thread Juan Alvarado \(Struts List\)
Good question!!! How about all that output Tomcat spits out when it starts up??? Any way to disable that too?? ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Origi

Multiple Message Resources

2002-06-27 Thread Juan Alvarado \(Struts List\)
If you have the following in your struts-config.xml: how do you access the second one from an action or a JSP??? MessageResources messages = getResources(request); Returns only the first one. Thanks in advance ** Juan Alvarado Int

Multiple MessageResources

2002-06-18 Thread Juan Alvarado \(Struts List\)
If you have the following in your struts-config.xml: how do you access the second one from an action??? MessageResources messages = getResources(request); Returns only the first one. Thanks in advance ** Juan Alvarado Internet Developer

Multiple message resources

2002-06-18 Thread Juan Alvarado \(Struts List\)
If you have the following in your struts-config.xml: how do you access the second one from an action??? MessageResources messages = getResources(request); Returns only the first one. Thanks in advance ** Juan Alvarado Internet Developer

Servlet Reload problem

2002-06-14 Thread Juan Alvarado \(Struts List\)
Folks I know this isn't exactly a struts question 100%, but since I am using struts with my application I think the question is somewhat relevant to this list. I looked through both archives (Struts/Tomcat) and I didn't find an answer to my question. I am using tomcat 4.03 and I would like to NOT

Problem with PropertyUtils.copyProperties(...

2002-06-12 Thread Juan Alvarado \(Struts List\)
I am using a DynaActionForm: I want to perform the following in my action: DynaActionForm f = (DynaActionForm)form; User user = new User(); try{ PropertyUtils.copyProperties(user

RE: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Juan Alvarado \(Struts List\)
Roy: Try the struts-example with the version of iPlanet you are using. I have been unable to run the Struts 1.1 example in iPlanet 6 SP 2. If you search this list you will see some of the postings I submitted in regard to this problem. Unfortunately, no one had a solution for the problems. Pleas

RE: "North Atlanta Struts Users Group" - Request for comments

2002-05-25 Thread Juan Alvarado \(Struts List\)
Rick: Give me your boss's email address. I will be glad to email her with a "reality check" ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message- F

RE: PLEASE HELP!!!

2002-05-22 Thread Juan Alvarado \(Struts List\)
ded and offered help. ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message- From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May

RE: PLEASE HELP!!!

2002-05-22 Thread Juan Alvarado \(Struts List\)
D] -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 1:46 PM To: 'Struts Users Mailing List' Subject: RE: PLEASE HELP!!! Sorry, dude...just trying to help. I don't know a thing about iPlanet. Mark -Original Messa

RE: PLEASE HELP!!!

2002-05-22 Thread Juan Alvarado \(Struts List\)
ruts Users Mailing List' Subject: RE: PLEASE HELP!!! Did you try: http://softwareforum.sun.com/servlet/ProcessRequest?RHIVEID=181&RPAGEID=2&UC ATEGORY_0=_24&UCATEGORY_S=0 ? iPlanet is now the Sun ONE Application Server. Mark -Original Message- From: Juan Alvarado (

PLEASE HELP!!!

2002-05-22 Thread Juan Alvarado \(Struts List\)
Folks I know this is not that relevant to this list, but I am somewhat desperate and after looking everywhere, the last place I could turn to is this list. My problem is the following. I deployed a web app in iPlanet web server 6 and i've put my .properties files in WEB-INF/classes of my app. The

Problem with struts 1.1 and iWS 6.0

2002-05-13 Thread Juan Alvarado \(Struts List\)
Has anyone experienced running struts 1.1B in iPlanet Web Server 6.0. I keep on getting the following error when going to index.jsp on the example application that ships with struts: [13/May/2002:18:02:10] failure ( 924): Internal error: Unexpected error condition thrown (unknown exception,no de

RE: javascript and struts1.0.2

2002-05-13 Thread Juan Alvarado \(Struts List\)
]] Sent: Monday, May 13, 2002 3:51 PM To: Struts Users Mailing List Subject: RE: javascript and struts1.0.2 Juan, I do not think so.Struts 1.0.2 is in alpha version and struts 1.1b is in beta version.Atleats thats what the docs tell me Regards, Taati > -Original Message- > From: Juan Al

RE: javascript and struts1.0.2

2002-05-13 Thread Juan Alvarado \(Struts List\)
ally helpful. Regards, Taati > -----Original Message- > From: Juan Alvarado \(Struts List\) [SMTP:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 3:22 PM > To: Struts Users Mailing List > Subject: RE: javascript and struts1.0.2 > > You can use the validator with stru

RE: javascript and struts1.0.2

2002-05-13 Thread Juan Alvarado \(Struts List\)
Mark forgive me, but did you say struts 1.02 is also in beta Does that mean that struts 1.1 is in alpha version then??? ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED

RE: javascript and struts1.0.2

2002-05-13 Thread Juan Alvarado \(Struts List\)
can I use that when it is nto stable yet? Regards, Taati > -Original Message- > From: Juan Alvarado \(Struts List\) [SMTP:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 3:11 PM > To: Struts Users Mailing List > Subject: RE: javascript and struts1.0.2 > > Loo

RE: javascript and struts1.0.2

2002-05-13 Thread Juan Alvarado \(Struts List\)
Look into the validation framework!!! http://home.earthlink.net/~dwinterfeldt/index.html Good luck ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Messag

RE: some help ...

2002-04-26 Thread Juan Alvarado \(Struts List\)
I agree with you Ajay. Mark Galbreath is like Jim Rome. At first you hate him and then after a while you can't help but like him due to his different type of humor. ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED

RE: some help ...

2002-04-26 Thread Juan Alvarado \(Struts List\)
Rahsma, have you ever heard of the phrase "I've bitten off way more than I can chew"??? ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message- From:

RE: Re[2]: Anyone Using Struts with JDeveloper9i and/or BC4J?

2002-04-25 Thread Juan Alvarado \(Struts List\)
I briefly used JDeveloper 9i and it did have tag support for Struts. Take a look at the documentation, it shouldn't be too hard to use. I stopped using it because the thing is a memory hog and it runs to slow. I'm back to VAJ 4.0 ** Juan Alvarado Inter

RE: Validator and Dates

2002-04-23 Thread Juan Alvarado \(Struts List\)
ts in. - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, April 23, 2002 5:30 PM Subject: RE: Validator and Dates > Use JavaScript. > > Mark > >

Validator and Dates

2002-04-23 Thread Juan Alvarado \(Struts List\)
Does anyone know if there is a date validator that can be plugged into the struts validator. What I need is to make sure that a user enters a valid date range. In other words the date range of november 4th, 1970 to november 4th 1969 is invalid. Thanks in advance *

Beans + Internationalization + Struts

2002-04-23 Thread Juan Alvarado \(Struts List\)
I am working on a site that is both in spanish and english. Whenever tomcat starts up, I load into application scope a product list class which contains an ArrayList of ProductBeans. Since the user is going to be presented with a choice of viewing the site in spanish or english, I need to know i

RE: Logic inside iterate tag

2002-04-18 Thread Juan Alvarado \(Struts List\)
e bean:define if you are not using html:optionCollection tag. "Juan Alvarado \(Struts List\)" <[EMAIL PROTECTED]> on 04/18/2002 02:15:01 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]>; Please respond to [EMAIL PROTECTED] To:

Logic inside iterate tag

2002-04-18 Thread Juan Alvarado \(Struts List\)
Can anyone tell me what the proper way to convert the scriptlets in the below code to the correspoding struts tags. Since I am working with a two dimensional array here, I am sort of confused as to how to integrate it with the struts tags. Any help with this is greatly appreciated.

RE: Which Version of Struts to Use??

2002-04-15 Thread Juan Alvarado \(Struts List\)
I agree with you Bill. Some people in this list have no idea what friendliness is and they always have to find a way to make smart ass comments about just about every post that they don't like just to make themselves feel better and boost their egos or lack thereof. But please don't let that disc

RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-15 Thread Juan Alvarado \(Struts List\)
to think about the problem (as someone else suggested) then insert a println in a strategic location. Also, using xemacs to add a println statement will likely consume a lot less of your companies money than that fancy IDE you want. ----- Original Message - From: "Juan Alvarado (Struts L

RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-15 Thread Juan Alvarado \(Struts List\)
e a lot less of your companies money than that fancy IDE you want. - Original Message - From: "Juan Alvarado (Struts List)" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 6:02 PM Subject: RE: [Resend]To

RE: [Resend]Too Slow: Debug Struts + Torque project using JBuilder5

2002-04-12 Thread Juan Alvarado \(Struts List\)
System.out.println() is a great tool if you want to waste your time and your company's money. I would suggest investing in an IDE you feel comfortable with. ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL I

Problem with javascript tag

2002-04-03 Thread Juan Alvarado \(Struts List\)
I am trying to use the tag with the validator frame work, and all that is output to the browser is the actual javascript code. The reason is that at the beginning of the code, there is no definition. At the end of the code there is the following output: // End --> So the reason I see a whol

RE: Problem starting struts beta 1.1

2002-03-28 Thread Juan Alvarado \(Struts List\)
m starting struts beta 1.1 Juan Alvarado (Struts List) wrote: > 2002-03-28 09:03:18 - Ctx(/struts-upload) : Validating web.xml > 2002-03-28 09:03:18 - Ctx(/struts-upload) : Exception in preInit > java.lang.Cla > NotFoundException: org.apache.commons.logging.impl.LogFactoryImpl -

RE: Problem starting struts beta 1.1

2002-03-28 Thread Juan Alvarado \(Struts List\)
PROTECTED]] Sent: Thursday, March 28, 2002 9:38 AM To: Struts Users Mailing List Subject: Re: Problem starting struts beta 1.1 Juan Alvarado (Struts List) wrote: > 2002-03-28 09:03:18 - Ctx(/struts-upload) : Validating web.xml > 2002-03-28 09:03:18 - Ctx(/struts-upload) : Exception in p

Problem starting struts beta 1.1

2002-03-28 Thread Juan Alvarado \(Struts List\)
After following the directions for installation of the 1.1 beta of struts, I got the following message when I started tomcat: The lib folder of my app contains all the jar files that I believe are needed. Additionally, my classpath is set to include jaxp.jar, crimson.jar and jdbc2_0-stdext.jar as

Templates and iPlanet

2002-03-26 Thread Juan Alvarado \(Struts List\)
I am trying to use the struts template mechanism in iPlanet Web Server 6.0, and whenever I come to a page in the form of: <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %> iPlanet does not display the page and the error log contains

RE: Application scope beans

2002-03-25 Thread Juan Alvarado \(Struts List\)
John: The following snipet of code should handle what you need: Object someObject = (Object)servlet.getServletContext().getAttribute("nameOfObjectHandleInApplic ation"); The reference to Object above would of course be replaced with the class name of the object you are trying to access. Also, t

message keys

2002-03-21 Thread Juan Alvarado \(Struts List\)
I am trying to ouput the following: http://some.website.com";>/home10-08-00/img/b_cvfut.gif" width="93" height="56" border="0"> The problem is that the call to mailto:[EMAIL PROTECTED]> For additional commands, e-mail:

Struts with apache and tomcat

2002-03-19 Thread Juan Alvarado \(Struts List\)
Could anyone tell me where I can find somewhat easy to follow instructions for integrating tomcat and struts into apache web server. I tried looking in the tomcat list, but that has been down for about a day now. I got the impression that the instructios that come with tomcat installation for apa

RE: setting server side parm in Javascript?

2002-03-18 Thread Juan Alvarado \(Struts List\)
Theron: You might be able to accomplish what you need by doing the following: Place a transparent 1 by 1 pixel image on your page somewhere. When ever an event occurs that you want tab 4 to be reloaded, call a javascript function that will reset the img src value of your image with the proper a

Question about Locales

2002-03-11 Thread Juan Alvarado \(Struts List\)
I have the following requirement in my application. I need to display a list of products with product descriptions. This list is generated from the database and that is how I will build an array Product beans into a ProductList bean. My requirement is that I need to display both spanish and englis

RE: How to pass parameters to actions ? action.do?variable=value

2002-03-08 Thread Juan Alvarado \(Struts List\)
I have succesfully done this. Give it a try!!! ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message- From: Mâris Orbidâns [mailto:[EMAIL PROTECTED]

RE: Get MessageResource in ActionForm

2002-03-01 Thread Juan Alvarado \(Struts List\)
I do the following in the perform method of my action classes: //Load our message resources MessageResources messages= getResources(); String message = messages.getMessage("messageString"); This works for me. I hope it helps!!! ** Juan Alvarado In

RE: Struts & MySQL Hosting

2002-03-01 Thread Juan Alvarado \(Struts List\)
What does STFW mean??? ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01

File Upload

2002-02-28 Thread Juan Alvarado \(Struts List\)
Is it possible to use the file upload capabilities of struts so that you can have regular form controls as well as the file upload on the same form. In other words, is struts capable of handling this multi-part request at once. Thanks for your help. **

Messages

2002-02-28 Thread Juan Alvarado \(Struts List\)
Could someone tell me how to retrieve messages stored in my ApplicationResources properties file from the perform method in my Action class. I'm not sure if this is possible or not, but I figured it's essentially the same thing the tag does in a JSP, but the only difference is that I am looking f

RE: internationalisation

2002-02-28 Thread Juan Alvarado \(Struts List\)
How would you internationalize lets say product information that would be generated from a database query??? Is there a standard way of doing this withing struts?? ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED

RE: Question regarding struts html tags

2002-02-26 Thread Juan Alvarado \(Struts List\)
Andrew: This helps a lot. However what do you think of the following. All I do is in my form bean I set the value of the form bean property that corresponds to my html radio button so that the first time the user comes to the page, that radio button is checked. After the user submits the form, th

RE: EJB = bad = MS.net

2002-02-21 Thread Juan Alvarado \(Struts List\)
Good response Ghoot. This has probably been the best response to this whole debate so far. One thing I have learned about this whole discussion is that you definetely should not marry yourself to one specific technology because that's when you will get into the kind of non-sense this discussion h

RE: EJB = bad = MS.net

2002-02-21 Thread Juan Alvarado \(Struts List\)
Wasn't this suppose to be a Struts mailing list??? ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EMAIL PROTECTED] -Original Message- From: Arron Bates [mailto:[EMAIL PROTECTED]

RE: OReilly Struts book

2002-01-28 Thread Juan Alvarado \(Struts List\)
I agree with you T. that using an IDE to set breakpoints, step and watch variables is the preferred method for debugging. I have used Struts in Visual Age for Java 4.0 for a while now and I have saved SO MUCH TIME in debugging. I have been able to debug and step right through the Struts source, a

Question about logic:equal

2002-01-21 Thread Juan Alvarado \(Struts List\)
I am using the logic:equal tag in the following way: Some HTML goes here Some HTML goes here As you can see, the values are 2 and 1. Is there any way to do this in one step with the struts tag. The HTML code that goes inside the evaluation of the tag is the same. That is wh

Has anyone seen this issue

2002-01-16 Thread Juan Alvarado \(Struts List\)
Hello Everyone: I've come across an interesting issue that I'd like to share with everyone with the hopes that someone might be able to provide an explanation or solution. I have a form with a bunch of text fields. One of these fields I want to have disabled (disabled="true"). So using the strut

RE: VAJ4 & Struts

2001-12-26 Thread Juan Alvarado \(Struts List\)
in my VAJ workspace, right now I have the IBM XML Parser for Java, Xerces and Xalan. And as per the article, I should remove the Xerces and Xalan and import jaxp.jar and parser.jar, minus the org.w3c classes, right ? Thansk and best, Pritika. "Juan Alvarado \(Struts List\)" <[EMAI

RE: VAJ4 & Struts

2001-12-26 Thread Juan Alvarado \(Struts List\)
tika. "Juan Alvarado \(Struts List\)" <[EMAIL PROTECTED]> on 12/26/2001 01:19:15 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> cc: Subject: RE: VAJ4 & Strut

RE: VAJ4 & Struts

2001-12-26 Thread Juan Alvarado \(Struts List\)
This are the instructions I used and they worked. My environment is up and running smoothly. Let me know if this helps. http://www7.software.ibm.com/vad.nsf/Data/Document2557?OpenDocument&p=1&BCT= 1 ** Juan Alvarado Internet Developer -- Manduca Mana

RE: Struts IDE

2001-12-20 Thread Juan Alvarado \(Struts List\)
I'm not exactly sure what you mean, but in Visual Age for Java 3.5 and above (I use 4.0), once you add the Apache Tomcat Test Environment to your work space, you will need to create a project called JSP Page Compile Generated Code which will contain the source code for the generated servlets from

RE: which IDE

2001-12-14 Thread Juan Alvarado \(Struts List\)
I've got Visual Age for Java 4.0 working with struts and it works great. It will save you tons of time in debugging and solving problems. An good IDE is definetely a must have tool. Take care ** Juan Alvarado Internet Developer -- Manduca Managemen

RE: Help with an action

2001-12-12 Thread Juan Alvarado \(Struts List\)
seful exception and make sure that editUserForm is referenced from your action for editing the data as well. That way your populating and using the same object automatically. Hope this helps, Stephen -Original Message- From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]] Sent: Wedn

RE: Help with an action

2001-12-12 Thread Juan Alvarado \(Struts List\)
same object automatically. Hope this helps, Stephen -Original Message- From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 11:23 AM To: Struts Users Mailing List Subject: RE: Help with an action Stephen: I followed your steps but I'm h

RE: Help with an action

2001-12-12 Thread Juan Alvarado \(Struts List\)
efers to the same form as your loadUserIntoSessionAction, that way your form bean will automatically be preserved for you. 5) That's it, when you display your jsp form it should have all the values prepopulated. -Original Message- From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]

RE: Help with an action

2001-12-12 Thread Juan Alvarado \(Struts List\)
the values prepopulated. -Original Message----- From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 9:45 AM To: Struts Subject: Help with an action Hello: I have what some of you might think is a simple question. I have a page that displays me a lis

Help with an action

2001-12-12 Thread Juan Alvarado \(Struts List\)
Hello: I have what some of you might think is a simple question. I have a page that displays me a list of users with links to each user's details. When a link is clicked the link sends a request to /loadUserIntoSessionAction. What I would like to do in that action is take the user's details which

Help with perform method

2001-11-29 Thread Juan Alvarado \(Struts List\)
Hi: I have a class called AddUserAction which of course extends Action. In the perform method what I will do is add a record to a table in a database. The values I will add I will of course get from the form object the method takes as one of its parameters. What I would like to do is that if the

RE: Problem with

2001-11-19 Thread Juan Alvarado \(Struts List\)
e- > From: Juan Alvarado (Struts List) [mailto:[EMAIL PROTECTED]] > Sent: maandag 19 november 2001 16:14 > To: Struts > Subject: Problem with multiple="true" /> > > > Hello: > > Every time I use the multiple="true" /> > tag, my page fails to

Problem with

2001-11-19 Thread Juan Alvarado \(Struts List\)
Hello: Every time I use the tag, my page fails to compile. It looks like the source being generated is not syntactically correct. Any help with this is appreciated. Thanks Error: 500 Location: /struts-juan/main.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compil

RE: Question Regarding Cookies

2001-11-19 Thread Juan Alvarado \(Struts List\)
Kimberly: I tried your code and I got the following error: I get this error everytime I use the multiple="true" attribute. Thanks Error: 500 Location: /struts-juan/main.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSPC:\Program Files\IBM\VisualAge

Struts Beginner

2001-11-13 Thread Juan Alvarado \(Struts List\)
Hello: I am new to Struts and I would like to know if anyone knows of any resources on the web for beginners. I am interested in how to exactly use the html tags and how to for example maintain their state throughout an application. For example drop-downs, radio buttons, checkboxes etc

RE: Dynamically Reading In Property Files

2001-11-13 Thread Juan Alvarado \(Struts List\)
Look into the java.io package. The File class has a method list() that will return a String array of all the files. Hope this helps!!! ** Juan Alvarado Internet Developer -- Manduca Management (786)552-0504 [EMAIL PROTECTED] AOL Instant Messenger: [EM

Visual Age for Jave 4.0 and Tomcat 4.0

2001-11-12 Thread Juan Alvarado \(Struts List\)
Hello: Has anyone been able to get Tomcat 4.0 and VAJ running?? I am new to Struts and I have it up and running with Tomcat 3.2 and VAJ 3.2 . I'd like to get Struts up and running with Tomcat 4.0 and VAJ if it's possible. Any help is greatly appreciated