RE: checkbox and iterate problem

2003-02-26 Thread Neal
I changed everything from boolean (primative) to Boolean (Object type), no difference I still see the same behavior. After submit my setter function is not called. but for a non-indexed checkbox it is called. However the getter() is always called. Neal try Boolean.FALSE (Object) instead

RE: checkbox and iterate problem

2003-02-26 Thread Neal
with the items and let the user select them or not. Thanx Mine is Collection, so I iterate thru the collection and set false (String) to each checked. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Neal [mailto

RE: checkbox and iterate problem

2003-02-26 Thread Neal
I got it working..Thank you for your assistance. I completely rewrote my code, and instead of using indexed=true, I constructed the property inline using %= blah % I'm not sure why I couldn;t get it working the first way, but now it works. Neal Mine is Collection, so I iterate thru

RE: Jakarta Commons Lib ... and Struts

2002-09-05 Thread neal
, arrogant remark. Thanks you very much but I can do without your remarks. Neal -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 11:23 PM To: Struts Users Mailing List Subject: Re: Jakarta Commons Lib ... and Struts Are you sure, neal, that you

RE: Jakarta Commons Lib ... and Struts

2002-09-05 Thread neal
List Subject: Re: Jakarta Commons Lib ... and Struts Are you sure, neal, that you understand what is going on here? What Commons/Jakarta taglibs might you be talking about?As I understand it, you started this conversation not knowing how the web.xml was related to initializing servlets. Just

Jakarta Commons Lib ... and Struts

2002-09-04 Thread neal
? Commons offers some pretty sweet stuff. Does anyone use Commons/Jakarta taglibs along side of Struts .. or does Struts intend to be a one-stop-shop sort of solution? http://jakarta.apache.org/commons/index.html Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

ASP.NET - similar to Struts?

2002-09-04 Thread neal
is ... is there a similar mechanism in Struts? or must you pull the values via tag (sort of a pull vs push approach it seems)... Thanks. Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: ASP.NET - similar to Struts?

2002-09-04 Thread neal
Really??? Very interesting. :) Neal -Original Message- From: Joe Barefoot [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 1:48 PM To: Struts Users Mailing List Subject: RE: ASP.NET - similar to Struts? Comments inline below: -Original Message- From: neal

HTML bean - class and style attrbutes????

2002-09-04 Thread neal
I was looking at some documentation for the HTML beans and the class and style attributes seemed conspicuously missing. Are these not available? Can you not set CSS styles or classes on form fields being controlled by Struts? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: FW: ASP.NET - similar to Struts?

2002-09-04 Thread neal
that will populate the JSP form. I think it would be interesting to boil down what Struts, ASP.NET, and the other framework do to generic case studies. I put some preliminary notes here: http://husted.com/struts/usecases.html -Ted. neal wrote: Oops .. in paragraph 3 (QUESTION) ... the last sentence should

Struts - vs XSLT (ASP.NET v. Struts)

2002-09-04 Thread neal
). ?? Any thoughts?? Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Struts - vs XSLT (ASP.NET v. Struts)

2002-09-04 Thread neal
to scream. Well interesting. Its good to know that others are think along similar lines and not just me. Thanks for the thoughts (Jacob too)! Neal -Original Message- From: Joe Barefoot [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 4:36 PM To: Struts Users Mailing List

RE: Struts - vs XSLT (ASP.NET v. Struts)

2002-09-04 Thread neal
is maliable enough (without having to pick through the open source code to change stuff) to do a transformation rather than a forward? That's interesting to note. Neal -Original Message- From: John Yu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 6:47 PM To: Struts Users

Tomcat/Struts - DB Conn Pooling

2002-08-21 Thread neal
referring to HTTP connection pooling, rather than dB. Also, I suppose there is the possibility of using PoolMan ... or perhaps if a driver (I think I'll be using Connect/J for MySQL) offers it. Could someone please provide a suggestion or some advice? Thanks in advice. :) Neal

RE: Tomcat/Struts - DB Conn Pooling

2002-08-21 Thread neal
typical of most other users out there? Thanks! Neal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 12:12 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat/Struts - DB Conn Pooling I've used both the basic connection pooling through

RE: Tomcat/Struts - DB Conn Pooling

2002-08-21 Thread neal
mechanisms? (b) why?, and (c) which one is generally regarded as the best-practice implementation? Thanks! Neal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 2:46 PM To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re

RE: Non-Struts related : input one text field then show description in another field

2002-08-20 Thread neal
array cuz I want to use the zipcode as key and state as value). when user finish fill in the zipcode field , call that javascript function to show the associated state on another text field. Sutiwan W. neal nealcabage@ya To: Struts Users Mailing

RE: Non-Struts related : input one text field then show description in another field

2002-08-20 Thread neal
but associate city also. huh... seems I gotta download a list of possible zipcode to the page and call javascript to handle it. Are there any better ways? Really thanx, Sutiwan W. neal nealcabage@ya To: Struts Users Mailing List [EMAIL

Struts Connection Pooling

2002-08-19 Thread neal
Anyone have experience with Struts Connection pooling? If so, was it a positive experience? Easy to use? Stable? Fast? How does it compare to something such as Poolman? And, does any MySQL driver out their provide comparable connection pooling? Thanks. Neal -- To unsubscribe, e-mail

when to use Struts

2002-08-18 Thread neal
for JDBC, and some XML parsing tools. Aside from these things, what makes Struts useful? I guess what I am ultimatley wondering is if the time saved by using Struts will be eaten up by the time it takes me to learn Struts, enough to use it? Any thoughts/comments would be appreciated. Thanks. Neal

RE: when to use Struts

2002-08-18 Thread neal
List Subject: Re: when to use Struts The bigger the project the more productivity you get with modular (MVC) programming. v. neal wrote: I am new to struts and am attempting to get my around how valuable it would be me. From what I gather, it's primary asset is the action servlet which makes

RE: when to use Struts

2002-08-18 Thread neal
? Thanks! :) Neal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Getting Locale from a non-struts servlet

2001-03-13 Thread Neal Kaiser
Does Struts store the client's Locale in their session somewhere? If so, how would I access it? I have a non-struts servlet which I want to try to pull the Locale object from. Thanks, Neal

ActionError Substitution Problem

2001-02-23 Thread Neal Kaiser
r_username)); I've also tried: new ActionError("error.user_username.unique",new String(user_username))); And my properties file has: error.user_username.unique = Sorry, the username {0} is already in use. I am using Orion and Struts build from 2 nights ago. What am I doing wrong? Thanks, Neal winmail.dat

Strange Error with html:select

2001-02-19 Thread Neal Kaiser
/HttpServletRequest;Ljavax/servlet/http/HttpServletRespo nse;)V) Illegal target of jump or branch I just tried putting the select list in the .jsp rather than using an include -- same error. I am leaning towards this being a container bug, not a Struts one. But I just wanted to verify and make sure this wasn't know with Struts first... Thanks, Neal

RE: Strange Error with html:select

2001-02-19 Thread Neal Kaiser
ly more fragile than heap in multi-threaded system.) - Original Message - From: "Neal Kaiser" mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] To: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] Sent: Monday, February 19, 2001 9:45 AM Subject: Strange Error with html:select

RE: Strange Error with html:select

2001-02-19 Thread Neal Kaiser
that on needs for a large number of tags on a JSP (??). I haven't looked into it, but stack(s) are usually more fragile than heap in multi-threaded system.) - Original Message - From: "Neal Kaiser" mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] To: mailto:[EMAIL PROTECTED

RE: [Q] TRANSACTION_TOKEN_KEY

2001-02-10 Thread Neal Kaiser
How does this work when they are registering for the first time, not editing. I can see that in EditRegistrationAction the token is set... but if they are registering for the first time where is the token set? It seems that it would fail when it hits the token check in SaveRegistrationAction, but

JspException: Must specify type attribute if name is specified

2001-02-09 Thread Neal Kaiser
/action I do seem to be passing the type, so I'm not sure why I get an error? Any pointers for places for me to look? When I upgraded, I updated the struts.jar and copied in the latest .tlds. Thanks, Neal

RE: Help Debug Form Error?

2001-01-15 Thread Neal Kaiser
5.doStartTag(); IT DIES RIGHT HERE in the doStartTag() My container is Orion 1.4.4. Thanks, Neal -Original Message- From: Neal Kaiser [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 14, 2001 10:43 PM To: [EMAIL PROTECTED] Subject: Help Debug F

RE: Help Debug Form Error? - Can ActionForms be Serialized ?

2001-01-15 Thread Neal Kaiser
. -Original Message- From: Neal Kaiser [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 8:54 AM To: [EMAIL PROTECTED] Subject: RE: Help Debug Form Error? Also, FYI, I updated to last night's struts nightly build and I still have the same problem. For what it's worth

RE: Help Debug Form Error? - Can ActionForms be Serialized ?

2001-01-15 Thread Neal Kaiser
, January 15, 2001 10:42 PM To: [EMAIL PROTECTED] Subject: Re: Help Debug Form Error? - Can ActionForms be Serialized ? Neal Kaiser wrote: This is a long shot, but one difference between my ActionForm and the one from the struts example is that my ActionForm implements java.io.Serializable

Help Debug Form Error?

2001-01-14 Thread Neal Kaiser
I have a strange problem. I have a simple form that is making use of some form: tags. Everything works fine until I get to this line: form:text property="AddressBook_company" maxlength="30" size="25"/ The page stops loading and the following exception is thrown: 1/14/01 10:29 PM galacyWeb:

Form errors

2001-01-02 Thread Neal Kaiser
I probably missed this in the documentation, but if I want to pull out the error message for a specific field, how would I do it? Let's say I have a username which was left blank and I create a new ActionError : errors.add("username",new ActionError("error.username.required")); Now, in my

Can't Connect to PostgreSQL with struts-example on Orion App Server

2000-12-27 Thread Neal Kaiser
Can someone tell me what I'm missing? In web.xml I have: servlet servlet-namedatabase/servlet-name servlet-classorg.apache.struts.example.DatabaseServlet/servlet-class init-param param-namedebug/param-name param-value2/param-value /init-param

Missing message for key index.title

2000-12-20 Thread Neal Kaiser
Can someone tell me what this error means: javax.servlet.jsp.JspException: Missing message for key index.title at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:261) I get it when trying to run the struts-example on Orion Server. THanks

RE: Missing message for key index.title

2000-12-20 Thread Neal Kaiser
orm-beans" here. org.xml.sax.SAXParseException: Element "struts-config" does not allow "form-beans" here. and a bunch more errors. Neal -Original Message- From: Jason Haase [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 9:22 PM To: '[EMAIL PROTECTED]' Subject:

RE: struts 1.0 pre-release example web application deployment on Orion

2000-12-19 Thread Neal Kaiser
uting "java -jar orion.jar" within the [orion]\ directory 5.2. access the example web application from a browser using url: http://localhost/struts-example Ate Douma - Original Message - From: "Neal Kaiser" [EMAIL PROTECTED] To: "Orion-Interest"

Struts and Orion?

2000-12-15 Thread Neal Kaiser
Sorry if this has been covered before, I just joined (and don't know how to get to the archives). Has anyone successfully deployed the struts-examples for version 1.0 with Orion 1.4.4? I get the "Missing resources attribute org.apache.struts.action.MESSAGE" error when accessing it. THank you.