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 it

RE: checkbox and iterate problem

2003-02-26 Thread Neal
s Guy Thinks He Knows What He Is Doing" > > -Original Message- > From: Neal [mailto:[EMAIL PROTECTED] > Sent: February 26, 2003 5:20 PM > To: [EMAIL PROTECTED] > Subject: RE: checkbox and iterate problem > > I changed everything from boolean (primative) to Boolean (Objec

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: Jakarta Commons Lib ... and Struts

2002-09-04 Thread neal
iling 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 initia

RE: Jakarta Commons Lib ... and Struts

2002-09-04 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: Struts - vs XSLT (ASP.NET v. Struts)

2002-09-04 Thread neal
troller 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 T

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

2002-09-04 Thread neal
o 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 Subject:

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

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

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

2002-09-04 Thread neal
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 sho

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: For additiona

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

FW: ASP.NET - similar to Struts?

2002-09-04 Thread neal
Oops .. in paragraph 3 (QUESTION) ... the last sentence should actually read: Rather, in the ASPX file you would have (a custom tag - aspx:field name="x" />) and then in the *ASPX.CS* file you would set the value of the field: form.field(x) = 'xyz'. -Original Message-

ASP.NET - similar to Struts?

2002-09-04 Thread neal
= 'xyz'. What I am wondering 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]>

Jakarta Commons Lib ... and Struts

2002-09-04 Thread neal
libs? 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

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] S

RE: Tomcat/Struts - DB Conn Pooling

2002-08-21 Thread neal
retty 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 pooli

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: Non-Struts related : input one text field then show description in another field

2002-08-20 Thread neal
iates not only state 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"

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

2002-08-20 Thread neal
ke that (cannot not use 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"

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

2002-08-19 Thread neal
pp in high-traffic scenarios. Cheers. Neal -Original Message- From: Sutiwan Kariya [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 11:25 PM To: [EMAIL PROTECTED] Subject: Non-Struts related : input one text field then show description in another field Need somebody help! I have on

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

RE: when to use Struts

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

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

when to use Struts

2002-08-18 Thread neal
Pool 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. Than

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

logic-equal for locale

2001-02-25 Thread Neal Kaiser
When I do this: You are English locale I get an exception telling me that I am trying to compare a null variable to "en". What is the correct way to compare the locale with the logic:equal tag? Thanks.

RE: perform() called twice

2001-02-24 Thread Neal Kaiser
remove the frontpage meta tags it auto-generates. One way to tell would be by doing a tail on your access_log file. If you see two requests, then that might be the problem. Neal > -Original Message- > From: Anand Raman [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 24, 200

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

RE: Strange Error with

2001-02-19 Thread Neal Kaiser
t; (I wonder if its really more stack space per thread 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&quo

RE: Strange Error with

2001-02-19 Thread Neal Kaiser
in the JVM with -mx and -ms > > (I wonder if its really more stack space per thread 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.) > > - Origina

Strange Error with

2001-02-19 Thread Neal Kaiser
ng 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: Client-side validation (Old questions that die hard)

2001-02-15 Thread Neal Kaiser
7;s probably not the best syntax, but I think you get what I mean. Thanks, Neal > -Original Message- > From: David Winterfeldt [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 15, 2001 12:06 PM > To: [EMAIL PROTECTED] > Subject: Re: Client-side validation (Old quest

Getting Form Names

2001-02-13 Thread Neal Kaiser
. Thanks, Neal

RE: [Q] TRANSACTION_TOKEN_KEY - Multiple Page Forms

2001-02-10 Thread Neal Kaiser
y, February 10, 2001 3:46 PM > To: [EMAIL PROTECTED] > Subject: Re: [Q] TRANSACTION_TOKEN_KEY > > > > > "Craig R. McClanahan" wrote: > > > Dan Malks wrote: > > > > > Craig, > > > > > > "Craig R. McClanahan" wrote: > &

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

Data Validation

2001-02-04 Thread Neal Kaiser
wondering... Where do people typically do their validation? In the ActionServlet or ActionForm? Are there any pros/cons? Thanks, Neal

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

2001-01-15 Thread Neal Kaiser
t: Monday, 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 st

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 >

RE: Help Debug Form Error?

2001-01-15 Thread Neal Kaiser
E 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 Form Error? > > > I have a strange problem.

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 The page stops loading and the following exception is thrown: 1/14/01 10:29 PM galacyWeb: Servlet error java.lang.NoClassDefFoundError: org/apache/struts/upload/MultipartRequestHandler at java.lang.Class.getMethod

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 .jsp,

Reloading Message Resources w/o Restarting Container

2000-12-30 Thread Neal Kaiser
Is it possible to do this?

Saving HTTP Request Info

2000-12-28 Thread Neal Kaiser
I'm brand new to struts, so forgive me if this has been covered heavily. Let's say I am POSTing a bunch of information from a form to an ActionServlet. This ActionServlet will detect I'm not logged in and ask me to log in (by redirecting me to logon.jsp for example). Now, after I successfully l

Request for Nightly Build Orion App Server Compatibility

2000-12-28 Thread Neal Kaiser
Have any Orion users successfully done this? Thanks, Neal

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: database org.apache.struts.example.DatabaseServlet debug 2 1 In struts-config.xml I have: I know that my postgresql.jar is OK and have tried a connection successfully with the jdbc URL above. Wh

RE: Missing message for key index.title

2000-12-20 Thread Neal Kaiser
es not allow "form-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

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: struts 1.0 pre-release example web application deployment on Orion

2000-12-19 Thread Neal Kaiser
4.3. modify [orion]\config\server.xml by adding the > following element > > under (nested within) the element: > >path="../applications/struts.ear" /> > > 4.4. modify [orion]\config\default-web-site.xml by adding the > following > > el

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.