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:[E

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)

Struts Validator 'required' pluggable validator masks others?

2002-05-06 Thread David . A . Ventimiglia
corrects the error for the required field (fills in a value) and clicks 'Submit', she now sees the error message for 'maxlength'. This is really confusing for the user! It only seems to happen when 'required' fields are used. Has anyone else seen this? This is stru

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

2002-05-02 Thread David . A . Ventimiglia
this in my JSP: >> >> >> >> >> >> >> >> This works 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 th

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

2002-05-01 Thread David . A . Ventimiglia
gt; > > > > > > This works 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? > >

How to access nested properties which may be null?

2002-05-01 Thread David . A . Ventimiglia
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: Struts reflection can't find getters on form bean

2002-04-25 Thread David . A . Ventimiglia
both of which are Strings. If I access these in the using , no problem. If I access them using , 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 and not wit

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

2002-04-25 Thread David . A . Ventimiglia
ies transferType and routingType, both of which are Strings. If I access these in the using , no problem. If I access them using , 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

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

2002-04-25 Thread David . A . Ventimiglia
WireTransferForm, I >have properties transferType and routingType, both of which are Strings. > If >I access these in the using , no problem. If I >access them using , I get the error: > >javax.servlet.jsp.JspException: No getter method for property routingCode >of >bea

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

2002-04-25 Thread David . A . Ventimiglia
lem. If I access them using , 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 and not with ? Thanks! David David A. Ventimiglia Wells Fargo Pr

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

2002-04-25 Thread David . A . Ventimiglia
y would I be able to access a property with and not with ? 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]> -- To unsub

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

2002-04-25 Thread David . A . Ventimiglia
gt; I access these in the using , no problem. If I > access them using , 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 > and

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

2002-04-25 Thread David . A . Ventimiglia
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 > and not with ? > > > > Thanks! > > David > > > > David A. Ventimiglia > > Wel

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

2002-04-25 Thread David . A . Ventimiglia
ith and not with ? 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]>

Struts reflection can't find getters on form bean

2002-04-25 Thread David . A . Ventimiglia
g on here? Why would I be able to access a property with and not with ? Thanks! David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

RE: No WRAP attribute in ?

2002-04-24 Thread David . A . Ventimiglia
gt; From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 24, 2002 1:30 PM > To: [EMAIL PROTECTED] > Subject: No WRAP attribute in ? > > > Hello, > > > > Is there any way to coerce the tag to render a WRAP > attribute in the resulting tag

RE: No WRAP attribute in ?

2002-04-24 Thread David . A . Ventimiglia
in ? Hello, Is there any way to coerce the tag to render a WRAP attribute in the resulting 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) -- To unsubscribe,

No WRAP attribute in ?

2002-04-24 Thread David . A . Ventimiglia
Hello, Is there any way to coerce the tag to render a WRAP attribute in the resulting 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: 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 ar

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)

Struts Validator error messages

2002-04-18 Thread David . A . Ventimiglia
and it's 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)

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 a

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

2002-04-16 Thread David . A . Ventimiglia
lem, which appears to be that the "input" attribute of an Action Mapping can't point to another Action. This seems so nonsensical, though, that I can hardly believe it. Can someone enlighten me on what's going on here? Thanks! Cheers, David David A. Ventimiglia Wells Far

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

2002-04-16 Thread David . A . Ventimiglia
n Mapping can't point to another Action. This seems so nonsensical, though, that I can hardly believe it. Can someone enlighten me on what's going on here? Thanks! Cheers, David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

RE: 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 do I set the CODEBASE attribute for an ?

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

RE: can't find bean property

2002-04-11 Thread David . A . Ventimiglia
erified 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 A. Ventimiglia > > Wells F

can't find bean property

2002-04-10 Thread David . A . Ventimiglia
le 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 A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

Can input equal an Action?

2002-04-10 Thread David . A . Ventimiglia
to the db. It seems like other people combine these into one Action and one Mapping, and use an input parameter to distinguish. Which way is better? Thanks! Cheers, David David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

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 Das

RE: Form Validation Question

2002-04-05 Thread David . A . Ventimiglia
ed to collect data from the form and send it (through the Action) back to the model. Only in the latter case do I care about form validation. Yet Struts imposes validation in both directions. How do I get around this? Cheers, David A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414

RE: Form Validation Question

2002-04-05 Thread David . A . Ventimiglia
le data out of the model and show it in the JSP's "edit" form. In the other case, it's used to collect data from the form and send it (through the Action) back to the model. Only in the latter case do I care about form validation. Yet Struts imposes validation in both directions

Form Validation Question

2002-04-05 Thread David . A . Ventimiglia
lect data from the form and send it (through the Action) back to the model. Only in the latter case do I care about form validation. Yet Struts 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: How do I know my app is using sturts properly?

2002-04-01 Thread David . A . Ventimiglia
Presumably, if you point your browser to a URL for the servlet container + the application path + the action path, the associated action will be invoked and if it forwards to a page (it should), that page will appear. For example: http://localhost:7001/myApplication/actions/myFirstAction If it

RE: getter method of bean not found

2002-03-29 Thread David . A . Ventimiglia
rew model-persistence framework with Torque from Jakarta. Originally, I would have 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 se

getter method of bean not found

2002-03-29 Thread David . A . Ventimiglia
nds 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 A. Ventimiglia Wells Fargo Private Client Services (415) 396-0414 (work)

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 [mailto

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 Stru