internationalizing html:option tag, force to lookup resource file

2004-03-08 Thread Keith Hyland
into the applicationResources.properties so that different locales can be setup. If this is not available would it be useful to write a tag to do this? Cheers, Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

html:select default value problem

2003-12-18 Thread Keith C. Klopfer
in the code below... thanks...keith --- html:form action=action.do scope=request name=BusinessForm type=BusinessForm !-- to verify the value of the status property (it displays 1) -- bean:write name=BusinessForm property=status / html:select property=status option value=00 - INACTIVE/option

Re: [Article] SoftwareFashion (includes paragraph about Struts)

2003-10-07 Thread Keith Pemberton
This response was uncalled for... at least be more professional when responding to people through the listserv. - Original Message - From: Adam Levine [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 12:04 PM Subject: Re: [Article] SoftwareFashion (includes

Re: Books

2003-10-07 Thread Keith Pemberton
Struts books so that would be the first direction that I would look. Hope this helps and my condolences on getting laid off. Keith BTW if you don't know about bookpool.com, you can get technology related books from there really cheap. - Original Message - From: Brian Richards [EMAIL

Re: Must everything go through an action?...

2003-10-05 Thread Keith Pemberton
the View Helper does its work before displaying the page that is called. From the J2EE pattens book, it seems to suggest that course of action. (Of course, I could just be reading in what I want to). Anyway, thanks again! Keith - Original Message - From: Ted Husted [EMAIL PROTECTED

Must everything go through an action?...

2003-10-04 Thread Keith Pemberton
to struts. Any help you can provide would be much appreciated! Keith Pemberton - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Design Question...

2003-10-02 Thread Keith Pemberton
potentially involve many expensive RMI calles to the EJB Container, which is where I am getting the data for the web pages. I would appreciate any of your thoughts as to how best to proceed. Thanks in advance for all your suggestions! Keith Pemberton

RE: JAAS Login using LoginAction...

2003-09-22 Thread Keith Pemberton
I don't think that the things in this article work. For one thing, they are using an auth.conf file and now everything for login module configuration is stored in the login-config.xml file. Anyway, tried the ideas from this website using JBoss 3.2.1 and Struts 1.1? Keith On Mon, 2003-09-22

JAAS Login using LoginAction...

2003-09-21 Thread Keith Pemberton
after having passed the LoginModule and CallbackHandler. Do I need to create a specialized ActionServlet to do this? What are all the important things that I should know on how to authenticate users by using a Struts Action class? Thanks in advance for your tips! Keith Pemberton -- Keith

RE: Small request...

2003-08-27 Thread Keith Pemberton
this. It seems that asking someone to do something these days is just all bad and wrong and ppl get offended. Jeez ppl, chill out! On Mon, 2003-08-25 at 15:50, David Friedman wrote: Keith, What are you doing? Sorting your mailbox on the 'sent' times so it shows up out of order because

RE: Simple Request...

2003-08-27 Thread Keith Pemberton
yourself over 101 again. Hope you enjoyed! -- Keith Pemberton [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Re: Small request...

2003-08-25 Thread Keith Pemberton
One person sent a post to the list with a sent date of Aug 21, 2004. This obviously hasn't happened yet. On Mon, 2003-08-25 at 15:24, Michael Ruppin wrote: What is it that makes you think our dates time are not correct? --- Keith Pemberton [EMAIL PROTECTED] wrote: I know that this is way

Design question...

2003-08-24 Thread Keith Pemberton
in the JSP page. I have read over and over the Oreilly Struts book but it still is confusing me. Thanks for any help! Keith Pemberton -- Keith Pemberton [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: adding a parameter to html:link with a map

2003-08-20 Thread Kamholz, Keith (corp-staff) USX
I'm not sure exactly what you're trying to do, but you can do both of the following: html:link page/myPage.do?myParam=someValueparam2=anotherValue / or html:link page/myPage.do paramId=myParam paramName=someBean paramProperty=somePropertyOfTheBean / Hope this helps. - Keith -Original

Modules explaination...

2003-08-19 Thread Keith Pemberton
I was wondering if someone could provide a website that would explain the module feature of v1.1. Thanks! --- Everything's changing when I turn around all out of my control I'm a mobile... Mobile off the cd Let Go by Avril Lavigne.

Dealing with images...

2003-08-19 Thread Keith Pemberton
, I guess, and just access that parameter. Or I could do a context getRealPath(), or maybe even store each location in a database table along with a description. Anyway, your feedback on how best to handle this is much appreciated! Keith Pemberton

Re: Struts to EJB interface strategies

2003-08-19 Thread Keith Pemberton
Buy the Oreilly book on Struts. There are some very good design principles incorporated into this book using especially some of the J2EE design patterns. Keith - Original Message - From: yan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 7:49 AM Subject: Struts

Re: How to set a field within a collection while loppingthrough.....

2003-08-14 Thread Keith Pemberton
I would like to be able to help but I need some code to look at. Could you please email me some code samples including the jsp page, ActionForm, and class that contains the collection. Thanks! Keith On Wed, 2003-08-13 at 10:48, Monajit Choudhury wrote: Hi How can I set the value of a field

Process Action before displaying index page...

2003-08-14 Thread Keith Pemberton
with a path of / which would then forward to the index.jsp page. However, apparently the single root context / is not recognized as a valid path by the struts-config file. Anyone have any sugguestions for how I can solve this problem? Thanks in advance... Keith -- Keith Pemberton [EMAIL

RE: Question for you Internationalization supporters

2003-08-14 Thread Kamholz, Keith (corp-staff) USX
Yeah, if you truly want to support internationalization, then you have to display all of your text with message keys. -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 1:50 PM To: [EMAIL PROTECTED] Subject: Question for you

Re: iterate over collection a show the inner collection ashtml:select - how ?

2003-08-14 Thread Keith Pemberton
I think that that is right but I haven't tested it. Basically each object of the first collection becomes a bean that has a property of the name of the inner collection. I hope that this help and works! Other possibilities is to look at the nested tags which has an iterate tag. Keith On Tue

Re: MVC2 way to stick a collection in page scope?

2003-08-14 Thread Keith Pemberton
. Anyway, let me know if I can help further. Keith On Thu, 2003-08-14 at 09:12, jack beany wrote: From: Vic Cekvenich [EMAIL PROTECTED] jack beany wrote: yup... so i have my Blog bean which calls the DAO for persistance. What I want to know is how to best structure the searching for a bunch

Password encryption on http client...

2003-08-14 Thread Keith Pemberton
welcome! Keith Pemberton -- Keith Pemberton [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Process Action before displaying index page...

2003-08-12 Thread Keith Pemberton
That worked like a champ. Thanks so much for a straight forward and simple answer! Keith On Tue, 2003-08-12 at 06:47, Vipin Bhatia wrote: Why not start a struts plugin which will do the needful - Original Message - From: Keith Pemberton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

RE: force precompilation of JSPs

2003-08-10 Thread Kamholz, Keith (corp-staff) USX
Yes. :-) -Original Message- From: Ionel Gardais [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 2:48 AM To: Struts Users Mailing List Subject: force precompilation of JSPs Hi, I am experiencing a slow down when I access a JSP page for the first time after I deploy e web

Custom Validator

2003-08-10 Thread Kamholz, Keith (corp-staff) USX
this, but it used deprecated methods. Thanks in advance! - Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Howto get ActionForward to calling Page?

2003-08-08 Thread Kamholz, Keith (corp-staff) USX
I personally prefer to use: return mapping.getInputForward(); It's much neater, prettier and intuitive. Shouldn't really matter though. - Keith -Original Message- From: Deepak [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 7:01 AM To: Struts Users Mailing List Subject: Re

RE: how to use requiredif

2003-08-07 Thread Kamholz, Keith (corp-staff) USX
? - Keith -Original Message- From: georgehill [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 11:35 PM To: [EMAIL PROTECTED] Subject: how to use requiredif Hi all, I hava question about the use of required in the validation.xml file.My example is : field property=conPassword

RE: Still struggeling: howto get ActionForward to calling page

2003-08-07 Thread Kamholz, Keith (corp-staff) USX
if there are validation errors. I think this is the best solution by far. - Keith -Original Message- From: Rohit Aeron [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 8:23 AM To: Struts Users Mailing List Subject: RE: Still struggeling: howto get ActionForward to calling page Hi Alex

RE: validwhen Alternative

2003-08-01 Thread Kamholz, Keith (corp-staff) USX
into, or would at least know how to handle... /plea-for-help Thanks in advance! - Keith -Original Message- From: Imran Bohoran [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 12:00 AM To: Struts Users Mailing List Subject: RE: validwhen Alternative We had a requirement

NoSuchMethodException

2003-08-01 Thread Kamholz, Keith (corp-staff) USX
Hey everyone, I'm working on a custom validator right now, and all the validation method does is return false. That means it fails that validation, right? Anyway, when I submit the form, I get a NoSuchMethod error. What would cause this? All of my regular validations work, just not this custom

RE: NoSuchMethodException

2003-08-01 Thread Kamholz, Keith (corp-staff) USX
turnaround that if a post is not addressed within a few hours, it most likely won't be addressed at all. You'll have to forgive my frustration. Long work days trying to figure things out with no end in sight, and no help from coworkers or the list can drive one mad. - Keith -Original

RE: NoSuchMethodException

2003-08-01 Thread Kamholz, Keith (corp-staff) USX
Hey, Thanks a bunch for the reply. It's the validateRange method that's not being found, the one responsible for doing the validation. Has anyone else run into anything like this while trying to do custom validation? - Keith -Original Message- From: Yee, Richard K,,DMDCWEST [mailto

RE: NoSuchMethodException

2003-08-01 Thread Kamholz, Keith (corp-staff) USX
Doh! Thanks to Alex, Richard, and Yansheng, sometimes another set of eyes looking at your code really helps catch the stupid mistakes. I'm sure you can all relate. Hopefully I can get it to work when I fix this! - Keith -Original Message- From: Alex Shneyderman [mailto:[EMAIL PROTECTED

RE: NoSuchMethodException

2003-08-01 Thread Kamholz, Keith (corp-staff) USX
(), ValidatorUtil.getActionError(servletContext, request, va, field)); before the return statement. Try it. I spent a lot of time before on this too. -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED] Sent: August 1, 2003 10:40 AM To: Struts (E-mail) Subject

RE: NoSuchMethodException

2003-08-01 Thread Kamholz, Keith (corp-staff) USX
To: 'Struts Users Mailing List' Subject: RE: NoSuchMethodException Yes, it would be StrutsValidatorUtil now. It's part of struts util package. org.apache.struts.util? Weird, works fine for me just now. I am using struts-1.1-RC1. -Original Message- From: Kamholz, Keith (corp-staff) USX

RE: NoSuchMethodException

2003-08-01 Thread Kamholz, Keith (corp-staff) USX
Changed that and it's working! Thanks for the help. What a load off the shoulders... way too much stress for a Friday, lol. -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 3:50 PM To: 'Struts Users Mailing List' Subject

RE: [Friday] TV Commercial 2

2003-08-01 Thread Kamholz, Keith (corp-staff) USX
Hahahaha, that's a good one. -Original Message- From: Jing Zhou [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 4:06 PM To: Struts Users Mailing List Subject: [Friday] TV Commercial 2 [Four years later, Jim is now the Struts team lead in a corporate IT shop. If you haven't heard

RE: Validator: Is validwhen available ?

2003-07-31 Thread Kamholz, Keith (corp-staff) USX
So it's not available in the initial Struts 1.1 final release? Is there an alternative to validwhen that can do the same job? - Keith -Original Message- From: Nagendra Kumar O V S [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 4:49 AM To: [EMAIL PROTECTED] Subject: Re

RE: Validator: Is validwhen available ?

2003-07-31 Thread Kamholz, Keith (corp-staff) USX
Hmm. I'm not going to be impatient, but do we have any rough idea how long it will be until the 1.2 release comes out? Just curious. Anyway, thanks for answering my question. - Keith -Original Message- From: Steve Raeburn [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003

Validator Syntax

2003-07-28 Thread Kamholz, Keith (corp-staff) USX
any value. Do you see any problem with this? Thanks in advance! - Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Validator Syntax

2003-07-28 Thread Kamholz, Keith (corp-staff) USX
By the way, that field that I gave as an example should only accept any of those 4 values. I think I need to use == rather than !=, but it doesn't work either way. Any ideas? - Keith -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED] Sent: Monday, July

RE: Testing Struts-Config

2003-07-25 Thread Kamholz, Keith (corp-staff) USX
... - Keith -Original Message- From: Edgar Dollin [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 9:57 PM To: '[EMAIL PROTECTED]' Subject: Testing Struts-Config Does anyone know of a tool that just tests the struts-config for 'class correctness'? The situation I find myself in is I

RE: html:checkbox checked

2003-07-24 Thread Kamholz, Keith (corp-staff) USX
, without any messy code. However, I am no expert with this stuff, so if there is any reason not to do this I'd be interested in hearing it. - Keith -Original Message- From: Gandle, Panchasheel [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 4:34 PM To: 'Struts Users Mailing List

Re: Writing values from javabeans to html tags.

2003-07-24 Thread Keith Pemberton
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Keith Pemberton [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

html:link question...

2003-07-24 Thread Keith Pemberton
of a LookupDispatch action inorder to perform these actions. Some of the actions, though, need info from the ActionForm. Thanks in advance! Keith -- Keith Pemberton [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Partial form validation...

2003-07-24 Thread Keith Pemberton
I have read that when you do a multipage form that you have to do partial form validation. Otherwise, the page just gets thrown back as not being valid. Can someone please give me a sample of how this works in the ActionForm bean? Thanks! Keith -- Keith Pemberton [EMAIL PROTECTED

1 DispathAction, 2 Forms. Possible?

2003-07-21 Thread Keith Pemberton
for the DispatchAction. Should I just create another mapping for the Action class and specify the other page in the input field for the mapping? Your help is much appreciated! Keith -- Keith Pemberton [EMAIL PROTECTED

Re: Reasonable to use EJBs for validation in ActionForm validatemethod?

2003-07-18 Thread Keith Pemberton
. Let me know if you need code samples. Keith On Tue, 2003-06-10 at 08:55, Aaron Robinson wrote: For validation that can only be done against the database, should this go in the validate method or in the execute method? For example checking that a customer doesn't alerady exist before inserting

RE: [OT] auto convert resource property files to different langua ge

2003-07-15 Thread Kamholz, Keith (corp-staff) USX
I can't believe people actually ask for this kind of thing. Completely ridiculous. It's hard to believe that someone fluent enough in computers to use struts wouldn't have a grasp of the difficulty of language translation. -Original Message- From: Kearney, Michael [mailto:[EMAIL

RE: Struts, search, and approval...

2003-07-11 Thread Kamholz, Keith (corp-staff) USX
The new version of IBM's Websphere Studio Application Developer, version 5, has full struts integration. The fact that struts is built right into the program gives it a lot of support. Now if only WSAD would stop complaining about tiles definitions! - Keith -Original Message- From

RE: Using JSTL tags instead of Struts tags

2003-07-10 Thread Kamholz, Keith (corp-staff) USX
I'd be interested in finding out about this too. -Original Message- From: White, Joshua A (HTSC, CASD) [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 7:30 AM To: 'Struts Users Mailing List' Subject: Using JSTL tags instead of Struts tags A previous thread had encouraged me to

RE: Using JSTL tags instead of Struts tags

2003-07-10 Thread Kamholz, Keith (corp-staff) USX
There isn't really any business logic with the struts tags either, and there's generally no need for scriptlets. I don't know anything about JSTL, but I'm just not seeing the advantage here. At least not yet. - Keith -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent

RE: Validation of user input depending upon the user locale.

2003-07-09 Thread Kamholz, Keith (corp-staff) USX
I agree. What you wants sounds like it would cause more harm than good. Just my humble opinion though. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 2:41 AM To: Struts Users Mailing List Subject: RE: Validation of user input depending upon

[OT] JSTL

2003-07-09 Thread Kamholz, Keith (corp-staff) USX
? - Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Logic Iterate in Struts

2003-07-09 Thread Kamholz, Keith (corp-staff) USX
That's not overly general or anything ** Note the sarcasm ** What do you want to know? -Original Message- From: Yinti, Deepak [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 2:13 PM To: Struts Users Mailing List Subject: Logic Iterate in Struts Can some body some body

Multiple Dynamic Parameter Alternatives

2003-07-08 Thread Kamholz, Keith (corp-staff) USX
! - Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: html:link / - add parameters

2003-07-07 Thread Kamholz, Keith (corp-staff) USX
to use ansm.getNumberType() within the scriptlet? (ansm refers to the object storing the current element in the collection I'm iterating through.) Any help would be really appreciated. Thanks in advance! - Keith _ titleTest html:link Tag/title % String newValue

RE: html:link / - add parameters

2003-07-07 Thread Kamholz, Keith (corp-staff) USX
Sorry, ignore my last post. I figured it out. The call to ansm.getNumberType() was just returning an empty string. Sorry to waste space in your inbox. -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 1:04 PM To: 'Struts

RE: More Validation Problems

2003-07-03 Thread Kamholz, Keith (corp-staff) USX
Does the required option of the validator check to see if the field is null or an empty string? Maybe this is why my validations have been passing when they shouldn't, because I initialize all my properties to . I hope I've finally found my problem! - Keith -Original Message- From

RE: Validation Problems

2003-07-03 Thread Kamholz, Keith (corp-staff) USX
Websphere 5 has a nice struts-config UI that helps to keep everything organized. I've heard of other UI's out there too. - Keith -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 5:26 PM To: Struts Users Mailing List Subject: Re: Validation

RE: Cause its a virtual friday

2003-07-03 Thread Kamholz, Keith (corp-staff) USX
Hahaha. That's awesome. -Original Message- From: Jamie M. Guillemette [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 1:42 PM To: Struts Users Mailing List Subject: Cause its a virtual friday -go to http://www.google.com -- type: weapons of mass destruction (with the

RE: Difference between ValidatorForm and ValidatorActionForm?

2003-06-26 Thread Kamholz, Keith (corp-staff) USX
So do you have to do anything differently in your validation.xml? Also, where can I find some documentation on this? - Keith -Original Message- From: Butash, Bob [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 12:59 PM To: 'Struts Users Mailing List' Subject: RE: Difference

RE: [OT] Empty Result Set

2003-06-26 Thread Kamholz, Keith (corp-staff) USX
Does the ResultSet have to be scrollable for this to work? I'm getting an error that tells me that my result set isn't scrollable. I think it's weird because I can make a call on rs.next() in a while loop using a default resultset without a problem. Confusing... - Keith -Original Message

RE: html:link forward to tiles definition?

2003-06-26 Thread Kamholz, Keith (corp-staff) USX
Why wouldn't you want to use an ActionForward? It's the struts way. - Keith -Original Message- From: Chip Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 2:28 PM To: Struts User Subject: html:link forward to tiles definition? Is there a way to make a link (not an action

RE: Question reguarding ActionForms

2003-06-26 Thread Kamholz, Keith (corp-staff) USX
I think you mean for check boxes. A set of radio buttons more often than not needs more than 2 possible values. - Keith -Original Message- From: Sandeep Takhar [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 3:28 PM To: Struts Users Mailing List Subject: Re: Question reguarding

RE: Tiles question

2003-06-25 Thread Kamholz, Keith (corp-staff) USX
Can you explain what you want to do in english, rather than pseudocode? -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:54 AM To: [EMAIL PROTECTED] Subject: Tiles question I am looking to do something like what is listed below,

RE: requiredif question

2003-06-25 Thread Kamholz, Keith (corp-staff) USX
the problem is. I'll do the same! - Keith -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 1:26 PM To: [EMAIL PROTECTED] Subject: Re: requiredif question Yes, no matter what I enter, nothing happends at all. It just accepts whatever I enter

[OT] Empty Result Set

2003-06-25 Thread Kamholz, Keith (corp-staff) USX
= false; } else { empty = true; } Would that work or would that not do what I'm looking for? Any help would be appreciated, thanks! - Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: requiredif question

2003-06-25 Thread Kamholz, Keith (corp-staff) USX
input would be great, thanks! - Keith -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 1:32 PM To: [EMAIL PROTECTED] Subject: RE: requiredif question I did not see yours. Can you post your code again? --- Thanks... Mick Knutson

[OT] Scrollable Result Set

2003-06-25 Thread Kamholz, Keith (corp-staff) USX
Hey, I'm trying to use a PreparedStatement to get a ResultSet. I know how to get a customized ResultSet if you're only using a Statement, but how can I get a scrollable ResultSet with my PreparedStatement? Thanks! - Keith

Damn Validator...

2003-06-24 Thread Kamholz, Keith (corp-staff) USX
! - Keith validation.xml AddFormat.jsp - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: JSP's taking too long in websphere

2003-06-24 Thread Kamholz, Keith (corp-staff) USX
I'm sure there's an option to turn that off somewhere. What version are you running? Websphere tends to be kinda slow. I've had some issues with that, especially in version 4 and version 5 integration edition. - Keith -Original Message- From: Alawadhi, Mona [mailto:[EMAIL PROTECTED

RE: Damn Validator...

2003-06-24 Thread Kamholz, Keith (corp-staff) USX
] Sent: Tuesday, June 24, 2003 11:14 AM To: Struts Users Mailing List Subject: Re: Damn Validator... Can you post the relevant form definition in validation.xml? I'm having a hard time downloading the attachment. David --- Kamholz, Keith (corp-staff) USX [EMAIL PROTECTED] wrote: Hey everyone

RE: Damn Validator...

2003-06-24 Thread Kamholz, Keith (corp-staff) USX
Nope, no server errors when I run the app. I'm not getting any errors period, it just seems like the validator isn't doing anything, or is passing when it shouldn't. - Keith -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 11:58 AM

RE: Damn Validator...

2003-06-24 Thread Kamholz, Keith (corp-staff) USX
the instructions and everything, but no go. - Keith -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 1:47 PM To: Struts Users Mailing List Subject: RE: Damn Validator... Does the validator example app work? David --- Kamholz, Keith (corp-staff) USX

RE: Damn Validator...

2003-06-24 Thread Kamholz, Keith (corp-staff) USX
Just tried this. The method is getting called, but isn't producing any errors. I believe I'm only using server side validations. - Keith -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:10 PM To: Struts Users Mailing List Subject: RE: Damn

RE: Validator

2003-06-23 Thread Kamholz, Keith (corp-staff) USX
Where can I find the step by step instructions that you are referring to? I've tried a few examples, maybe the one you are referring to would help me out more. Thanx. ~ Keith http://www.buffalo.edu/~kkamholz -Original Message- From: Sergey Smirnov [mailto:[EMAIL PROTECTED] Sent

RE: Validator

2003-06-23 Thread Kamholz, Keith (corp-staff) USX
Also, when using the validator, I have to set validate=true for each applicable action in my struts config.xml right? - Keith -Original Message- From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 10:27 AM To: 'Struts Users Mailing List' Subject

Validator

2003-06-20 Thread Kamholz, Keith (corp-staff) USX
not sure if it's a related issue or not, but I have to specify the name attribute for each field of my forms. You're not supposed to have to specify the name right? What do you think I did wrong? Thanks in advance. - Keith

RE: Validator

2003-06-20 Thread Kamholz, Keith (corp-staff) USX
Thanks for the input. I'm pretty sure I've got all that though. This validator stuff is driving me insane! I wish my boss would just let me use the validate method of the ActionForms. - Keith -Original Message- From: Sergey Smirnov [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003

RE: bean:write with in logic:iterate

2003-06-16 Thread Kamholz, Keith (corp-staff) USX
. Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 -Original Message- From: bhanu sistla [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 6:08 AM To: [EMAIL PROTECTED] Subject: bean:write with in logic:iterate How to use bean:write with in logic:iterate

RE: Wizard forms

2003-06-11 Thread Kamholz, Keith (corp-staff) USX
it to stop giving me warnings for all my tiles names... Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 -Original Message- From: Gregory F. March [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 9:00 AM To: Struts Users Mailing List Subject: Wizard

RE: Wizard forms

2003-06-11 Thread Kamholz, Keith (corp-staff) USX
sense to you? Let me know if you're still haveing problems. Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 -Original Message- From: Gregory F. March [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 10:26 AM To: Struts Users Mailing List Subject: Re

RE: Checkbox problem?

2003-06-10 Thread Kamholz, Keith (corp-staff) USX
. However, I am no expert with this stuff, so if there is any reason not to do this I'd be interested in hearing it. Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 -Original Message- From: Bjorn T Johansen [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 4

RE: Help- logic:iterate tag

2003-06-09 Thread Kamholz, Keith (corp-staff) USX
name that you use within the iterate tag to access the current element of the collection. Let me know if you have any questions about it, or if you want to know anything else. Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 -Original Message- From: Sashi

Session beans

2003-06-09 Thread Kamholz, Keith (corp-staff) USX
you know what I mean? I hope I'm not being confusing. Thanks in advance. Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Help- logic:iterate tag

2003-06-09 Thread Kamholz, Keith (corp-staff) USX
with 'thisElement') /logic:iterate Does that help more? Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 -Original Message- From: Sashi Ravipati [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 1:26 PM To: [EMAIL PROTECTED] Subject: RE: Help- logic:iterate tag

RE: Session beans

2003-06-09 Thread Kamholz, Keith (corp-staff) USX
What package is HttpSession in? Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 -Original Message- From: Josh McCulloch [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 1:31 PM To: Struts Users Mailing List Subject: Re: Session beans Try something

Dispatch Action help...

2003-06-08 Thread Keith Pemberton
-put into the webform when the DispatchAction returns to the webform. Anyone know what else I can do? Sorry if this was confusing. I can submit code if it would make things clearer. Any help is very much appreciated! Thanks in advance! Keith -- Keith Pemberton [EMAIL PROTECTED

RE: calling actions directly

2003-06-06 Thread Kamholz, Keith (corp-staff) USX
input from that page to use within the action. So, if there is no input necessary for the action, then this is fine. Maybe some of the struts gurus out there can tell me if I'm on the right track? Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 www.buffalo.edu/~kkamholz

switch statement

2003-06-06 Thread Kamholz, Keith (corp-staff) USX
of people would want that wouldn't be hard for the Java developers to allow for. Wouldn't you agree? Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: calling actions directly

2003-06-06 Thread Kamholz, Keith (corp-staff) USX
Right, I'm running Websphere and we couldn't get it to work. However, I just upgraded to version 5. Does anyone know if changes in v5 allow the web-inf trick to work? Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 -Original Message- From: Karr, David

RE: switch statement

2003-06-06 Thread Kamholz, Keith (corp-staff) USX
all find to be the best way of doing this? I know I can use a series of if statements, it's just not very pretty... Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003

RE: switch statement

2003-06-06 Thread Kamholz, Keith (corp-staff) USX
Because having descriptive values for parameters helps make your code more understandable, both for yourself and for others. It's not a big deal, I'll just use the if statements. Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 -Original Message- From: Yee

RE: switch statement

2003-06-06 Thread Kamholz, Keith (corp-staff) USX
again everyone. Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 -Original Message- From: DelRio, Omar (CORP, DDEMESIS) [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 12:07 PM To: Struts Users Mailing List Subject: RE: switch statement If your

html:hidden value

2003-06-06 Thread Kamholz, Keith (corp-staff) USX
, but that didn't work. How would I go about doing this without a scriptlet? Thanx in advance. Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: Excluding values inside a logic:iterate tag or an html:options tag

2003-06-06 Thread Kamholz, Keith (corp-staff) USX
Yes it is. Use the logic:equal and logic:notEqual tags to do this. Let me know if you need more info. Keith Kamholz Programming and Architecture Moog Inc. Phone: (716) 687-7001 www.buffalo.edu/~kkamholz -Original Message- From: Ionel Gardais [mailto:[EMAIL PROTECTED] Sent: Friday

RE: syntax error

2003-05-31 Thread Kamholz, Keith (corp-staff) USX
Use this: if(request.getSession(true).getAttribute(dispsOfPO_action).equals(123)) int s11 = 1; ~ Keith http://www.buffalo.edu/~kkamholz -Original Message- From: dream weaver [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 9:02 AM To: [EMAIL PROTECTED] Subject: syntax

Nesting logic tags

2003-05-31 Thread Kamholz, Keith (corp-staff) USX
it? If not, does anyone know of a workaround I could use? Thanks in advance. ~ Keith http://www.buffalo.edu/~kkamholz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   4   5   >