Newbie Question: Struts Installation

2002-03-11 Thread David . A . Ventimiglia
Hello, Is there a mistake in the Struts installation instructions? I'm trying to use Struts in Weblogic 6.1, and am getting an error that says Weblogic can't find the tag class. When I looked in the Struts docs, it seemed to contradict the Weblogic docs: The Struts docs say to copy the

RE: Why Struts - Ryan Norman

2002-03-27 Thread David . A . Ventimiglia
. For starters, Struts is vendor-neutral. What happens if you decide to migrate an app developed with WebSphere's framework to JBoss? . I am using Struts with Weblogic. I don't believe I'm in the vanguard with this. Cheers, David Ventimiglia -Original Message- From: Ryan Norman

getter method of bean not found

2002-03-29 Thread David . A . Ventimiglia
, which has all the getters and setters. Has anyone seen a problem like this using Torque and Struts? Thanks! Cheers, David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

RE: getter method of bean not found

2002-03-29 Thread David . A . Ventimiglia
just a User.java class, with all the getters and setters. Now, I have a nearly empty User.java class that extends the autogenerated BaseUser.java class, which has all the getters and setters. Has anyone seen a problem like this using Torque and Struts? Thanks! Cheers, David David

Form Validation Question

2002-04-05 Thread David . A . Ventimiglia
imposes validation in both directions. How do I get around this? Cheers, David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

RE: Form Validation Question

2002-04-05 Thread David . A . Ventimiglia
directions. How do I get around this? Cheers, David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work) -- This message is intended only for the personal and confidential use of the designated

RE: Form Validation Question

2002-04-05 Thread David . A . Ventimiglia
in both directions. How do I get around this? Cheers, David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work) -- This message is intended only for the personal and confidential use

RE: validation=true

2002-04-05 Thread David . A . Ventimiglia
There's a third option. Have a form field (firstVisit, for example) with a corresponding property in your ActionForm. In the validate() method, check the value of this property so that the form can decide whether or not to do validation. Cheers, David -Original Message- From: Ady

html:radio can't find bean property

2002-04-10 Thread David . A . Ventimiglia
id=fundsVerified value=NO/ The error I get is: javax.servlet.jsp.JspException: No getter method available for property fundsVerified for bean under name org.apache.struts.taglib.html.BEAN Has anyone seen this? What the heck is going on? This is Struts 1.0.2. Thanks! David David

RE: html:radio can't find bean property

2002-04-11 Thread David . A . Ventimiglia
. Thanks! David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work) __ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- To unsubscribe, e-mail

How do I set the CODEBASE attribute for an applet?

2002-04-11 Thread David . A . Ventimiglia
else in the source code or JSPs. Of course, I'm helped out in this regard by the Struts html:base/ tag, which handles URLs relative to the application root. How do I do this with an applet? Is there a Struts html:applet tag? Thanks! Dave David A. Ventimiglia Wells Fargo Private

RE: html:radio can't find bean property

2002-04-11 Thread David . A . Ventimiglia
The bean's getter and setter look like this: public void setFundsVerified(String argFundsVerified){ this.fundsVerified = argFundsVerified; } public String getFundsVerified() { return this.fundsVerified; } Should the property's type be boolean instead of String?

How to populate page beans before Validation forwards to the input page?

2002-04-16 Thread David . A . Ventimiglia
me on what's going on here? Thanks! Cheers, David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

RE: How to populate page beans before Validation forwards to the inp ut page?

2002-04-16 Thread David . A . Ventimiglia
, David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

RE: Design Advice - Relational Databases Java Objects.

2002-04-17 Thread David . A . Ventimiglia
I'm sure you've got many useful replies already, but let me add my two cents: I'm using Torque as an Object-Relational persistence mechanism, and am getting a lot of mileage out of it. It's *part* of the Jakarta Turbine project, is easy to use, and works well. Among other things, it generates

Struts Validator error messages

2002-04-18 Thread David . A . Ventimiglia
not in the JavaDocs at http://home.earthlink.net/~dwinterfeldt/api/ http://home.earthlink.net/~dwinterfeldt/api/ . Any ideas? Thanks! Cheers, David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

double messages from struts-user?

2002-04-18 Thread David . A . Ventimiglia
I'm getting two email messages for every posting to this mailing list. Does anyone else have this problem, or is it just me? David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

RE: Where is it best to populate default form bean collections et c?

2002-04-22 Thread David . A . Ventimiglia
Application scope? ServletContext? -Original Message- From: Schneider, Eric [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 11:13 AM To: 'Struts Users Mailing List' Subject: RE: Where is it best to populate default form bean collections et c? I'm curious about this too. How

No WRAP attribute in html:textarea?

2002-04-24 Thread David . A . Ventimiglia
Hello, Is there any way to coerce the html:textarea tag to render a WRAP attribute in the resulting textarea tag? I'm using Struts 1.0. Is this perhaps covered in Struts 1.1? Thanks, David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

RE: No WRAP attribute in html:textarea?

2002-04-24 Thread David . A . Ventimiglia
in html:textarea? Hello, Is there any way to coerce the html:textarea tag to render a WRAP attribute in the resulting textarea tag? I'm using Struts 1.0. Is this perhaps covered in Struts 1.1? Thanks, David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work

RE: No WRAP attribute in html:textarea?

2002-04-24 Thread David . A . Ventimiglia
PM To: [EMAIL PROTECTED] Subject: No WRAP attribute in html:textarea? Hello, Is there any way to coerce the html:textarea tag to render a WRAP attribute in the resulting textarea tag? I'm using Struts 1.0. Is this perhaps covered in Struts 1.1? Thanks, David David

Struts reflection can't find getters on form bean

2002-04-25 Thread David . A . Ventimiglia
org.apache.struts.taglib.html.BEAN. What is going on here? Why would I be able to access a property with html:text and not with html:radio? Thanks! David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

RE: Struts reflection can't find getters on form bean

2002-04-25 Thread David . A . Ventimiglia
on here? Why would I be able to access a property with html:text and not with html:radio? Thanks! David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

RE: Struts reflection can't find getters on form bean

2002-04-25 Thread David . A . Ventimiglia
of bean org.apache.struts.taglib.html.BEAN. What is going on here? Why would I be able to access a property with html:text and not with html:radio? Thanks! David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work

RE: Struts reflection can't find getters on form bean

2002-04-25 Thread David . A . Ventimiglia
, I get the error: javax.servlet.jsp.JspException: No getter method for property routingCode of bean org.apache.struts.taglib.html.BEAN. What is going on here? Why would I be able to access a property with html:text and not with html:radio? Thanks! David David

RE: Struts reflection can't find getters on form bean

2002-04-25 Thread David . A . Ventimiglia
? Why would I be able to access a property with html:text and not with html:radio? Thanks! David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: Struts reflection can't find getters on form bean

2002-04-25 Thread David . A . Ventimiglia
of bean org.apache.struts.taglib.html.BEAN. What is going on here? Why would I be able to access a property with html:text and not with html:radio? Thanks! David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work) -- To unsubscribe, e-mail: mailto

RE: Struts reflection can't find getters on form bean

2002-04-25 Thread David . A . Ventimiglia
be able to access a property with html:text and not with html:radio? Thanks! David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED

How to access nested properties which may be null?

2002-05-01 Thread David . A . Ventimiglia
, and Struts then throws a NullPointerException. Is there a simple way around this? Do the Nested Tags address this situation? Thanks! David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

RE: How to access nested properties which may be null?

2002-05-01 Thread David . A . Ventimiglia
fine if the User bean in the myUser variable has an AuthorityLevel, but if it does not then getAuthorityLevel returns Null, and Struts then throws a NullPointerException. Is there a simple way around this? Do the Nested Tags address this situation? Thanks! David David

RE: How to access nested properties which may be null?

2002-05-02 Thread David . A . Ventimiglia
way around this? Do the Nested Tags address this situation? Thanks! David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Struts Validator 'required' pluggable validator masks others?

2002-05-06 Thread David . A . Ventimiglia
(not 1.1). Thanks! David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

attribute name for form bean?

2002-06-04 Thread David . A . Ventimiglia
Hello, What's the name of the request attribute in which the form bean for a form is stored? Thanks! Dave David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

RE: attribute name for form bean?

2002-06-04 Thread David . A . Ventimiglia
for a form is stored? Thanks! Dave David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional