[OT] CCValidation

2003-07-03 Thread Denis Avdic
Hello, I am trying to validate credcard numbers entered by my customers. Most of them can be validated easily using Lunh method, but I am running into a problem when the customer tries to use a business credcard (or so the boss tells me). Should business credcards number be verifiable by Luhn me

Re: [OT] Application Security

2003-06-11 Thread Denis Avdic
Paul Thomas wrote: On 10/06/2003 17:47 Denis Avdic wrote: Hello, This is really off topic, but since everyone is working in similar conditions I though I'd ask you all a question. How is everyone handling security in your applications? More specifically, we have a site where someone vio

[OT] Application Security

2003-06-10 Thread Denis Avdic
Hello, This is really off topic, but since everyone is working in similar conditions I though I'd ask you all a question. How is everyone handling security in your applications? More specifically, we have a site where someone violated our acceptable use policy and basically tried to retrieve a

[OT] Overnight?

2003-06-06 Thread Denis Avdic
Hey, I did not get any messages from overnight... was my mailbox full? (I hope my server didn't send returned messages and such...) Thanks, Denis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: Very simple and URGENT Tag question - Please Help

2003-06-04 Thread Denis Avdic
If you are using jstl don't use logic-iterate; rather use then you can have or if it is straight string you can have Renato Romano wrote: I have a bean with an indexed property, that is myBean.getItem(int i). I can't find a way to access that property, using struts, struts-el nor jstl. I tr

Re: [beer] Possible Upcoming meeting topic

2003-05-31 Thread Denis Avdic
Sometimes I think Mark is starting a religion. They'd call it Antagonism. ;) Mark Galbreath wrote: That shit sucks! why would you want to find it? -Original Message- From: Denis Avdic [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 4:13 PM To: Struts Users Mailing List Su

Re: [Friday]What is your yahoo?

2003-05-31 Thread Denis Avdic
Hm. Maybe if I used gnome instead of kde... brb Mark Galbreath wrote: nope Red Hat 7.3 here -Original Message- From: Denis Avdic [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 4:40 PM To: Struts Users Mailing List Subject: Re: [Friday]What is your yahoo? Gah! Anyone using

Re: [Friday]What is your yahoo?

2003-05-31 Thread Denis Avdic
Um, anyone using linux YM? I don't think I can chat on my client... Mark Galbreath wrote: OUT! OUT! You demons of the Down Under! -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 4:37 PM To: Struts Users Mailing List Subject: RE: [Friday]Wha

Re: [Friday]What is your yahoo?

2003-05-31 Thread Denis Avdic
Gah! Anyone using ym under RedHat 8? Vic Cekvenich wrote: I made a chat room, under "computers and internet" called "Struts". James Mitchell wrote: I go by "jmitchtx" -- James Mitchell Software Developer/Struts Evangelist http://www.struts-atlanta.org - Original Message - From: "Chapp

Re: [Friday]What is your yahoo?

2003-05-31 Thread Denis Avdic
I am very inovative: denisavdic James Mitchell wrote: I go by "jmitchtx" -- James Mitchell Software Developer/Struts Evangelist http://www.struts-atlanta.org - Original Message - From: "Chappell, Simon P" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Fr

Re: [FRIDAY] Where's the dedication?

2003-05-31 Thread Denis Avdic
Oh, man. I was hoping that THAT commercial would die quietly... Brandon Goodin wrote: You guys Yahoo!? Brandon Goodin -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 2:10 PM To: Struts Users Mailing List Subject: RE: [FRIDAY] Where's the

[beer] Possible Upcoming meeting topic

2003-05-31 Thread Denis Avdic
Seeing as we have some beer experts here... Does anyone know if Kilkenny is available anywhere on the east coast? I had it in Europe and it is the best red I've had, and I can't find it anywhere in NH, VT or western MA. D Chappell, Simon P wrote: You should try it sometime ... perhaps you'd be

Re: NPE with getResourceAsStream

2003-05-31 Thread Denis Avdic
Ugh. One of the reasons I HATE writing test code. It usually amounts to about 80% of the time spent coding. Nice thing about it, it makes my life so much easier if the specs for the application don't change. (if they do, I have to rewrite both the app and test code, blech). (PS, I noticed th

Re: how can I find the Scaffold package?

2003-05-31 Thread Denis Avdic
Leon wrote: Hi, What is the download link of the Scaffold package? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] How about you do a google search on that? It took me

Re: syntax error

2003-05-31 Thread Denis Avdic
Mark Galbreath wrote: 2. you need to wrap the whole request.get in parentheses before casting to String. Mark Really? Man, I was wondering why sometimes my casts failed... I ended up doing stuff like first storing the object needed to be cast as an Object, and then casting that Object.

Re: [OT] RE: test

2003-05-30 Thread Denis Avdic
Is it a laden swallow? José Ventura wrote: Well that depends. Would that be an european or an african swallow? - Original Message - From: "Mark Galbreath" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, May 29, 2003 4:30 PM Subject: [OT] RE: tes

Re: [OT] slackers

2003-05-30 Thread Denis Avdic
Catamount brewery, . (VT) Josh Rayls wrote: Don't forget Otter Creek, Rapscallion, and the Cambridge Brewing Company! :) -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 8:46 AM To: Struts Users Mailing List Subject: Re: [OT] slackers Mark Gal

Re: [WAY OT] Hashtable implementation

2003-05-30 Thread Denis Avdic
ding order and the values will also be sorted in ascending order. Mark -Original Message- From: Denis Avdic [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 3:24 PM To: Struts Users Mailing List Subject: Re: [WAY OT] Hashtable implementation Well, if its a map, it helps sorting.

Re: [WAY OT] Hashtable implementation

2003-05-30 Thread Denis Avdic
ant multiple objects under the same key then essentially you are just looking for a generic list/collection or whatever you want to call it. No? Or perhaps there are to be multiple lists - a Map containing entries that are Collections then I guess. Paul C Denis Avdic wrote: Hey, I know this

[WAY OT] Hashtable implementation

2003-05-30 Thread Denis Avdic
Hey, I know this is probably a really stupid question but i am looking for a Hashtable (or similar) that will store multiple objects under the same key. I wrote a superficial implementation myself (put, size and get methods only) based on the Hashtable, but I am interested to know if there is so

Re: URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Denis Avdic
I see that you are returning a value of userId in user contacts property in your JSP. Now, I am not familiar with DynaForms, but you have the field defined as ContactDto type. Could this be the problem? Since you are returning a string and it is expecting a ContactDto type? Can anyone confir

Re: [OT] A question long not raised....

2003-05-30 Thread Denis Avdic
No, no, he admits LOVING flashers. A fetish interest in development, looks like. ;) James Mitchell wrote: So.you admit to being a flasher? -- James Mitchell Software Developer/Struts Evangelist http://www.open-tools.org - Original Message - From: "Kamholz, Keith (corp-staff) US

Re: Indexed Fields

2003-05-30 Thread Denis Avdic
http://jakarta.apache.org/struts/userGuide/struts-html.html#text look at indexed property. hth Denis Abhinav (Cognizant) wrote: How to dynamically generate indexed html fields as well as populate them from the form bean. I am unable to do both simultaneously. My fields will be generated by

Re: dependant on prior

2003-05-30 Thread Denis Avdic
Michael Lucas wrote: Is there a way to make a pull down menu using the Struts html:option tag dependant upon another pull down menu on the same page? I want to let a user only see a list of choices based on what they chose previously. If they leave the first choice blank, then the next pul

[JSTL] Hashtable

2003-05-30 Thread Denis Avdic
Hello group, Does anyone know how to retrieve particular elements of a hash table using JSTL? I've triedbut that does not work. Any ideas? TIA, Denis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread Denis Avdic
ember variable. If the widget is a button and you want to read the value, either use request.getAttribute("myButton") or use ActionForm.getMyButton. -Original Message----- From: Denis Avdic [mailto:[EMAIL PROTECTED] Sent: May 28, 2003 2:39 PM To: Struts Users Mailing List Subject: Re:

Re: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread Denis Avdic
what you are saying here... Phillip Qin wrote: Because there is no member variable to store the value of submit button. Plus you cannot guarantee request.getParameter("submit") returning value for some browsers. -----Original Message- From: Denis Avdic [mailto:[EMAIL PROTECTED] Se

Re: FW: DELIVERY FAILURE: Error delivering to Chetan Khimjee/Impfleet;Router: Database disk quota exceeded

2003-05-29 Thread Denis Avdic
Somebody spoof his email and just mail unsubscribe bot. Would that work? Brandon Goodin wrote: Can we remove this guy from the Struts-User List? PLEZ Brandon Goodin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 11:49

Re: [APOLOGY] Re: Submit Value

2003-05-29 Thread Denis Avdic
I apologize to the entire struts-dev-team. Many things were said in a moment of panic. Denis Erik Price wrote: Denis Avdic wrote: *&*$*& damn MICROSOFT! And me for not testing on IE. Now I have to redesign half my webapp! And why is this implemented if IE (90% of population o

Re: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread Denis Avdic
enis Erik Price wrote: Denis Avdic wrote: *&*$*& damn MICROSOFT! And me for not testing on IE. Now I have to redesign half my webapp! And why is this implemented if IE (90% of population out there) cannot use the feature? Gah. Now to figure out an elegant way of fixing this

[RANT/FLAME] Re: Submit Value

2003-05-29 Thread Denis Avdic
*&*$*& damn MICROSOFT! And me for not testing on IE. Now I have to redesign half my webapp! And why is this implemented if IE (90% of population out there) cannot use the feature? Gah. Now to figure out an elegant way of fixing this Phillip Qin wrote: Don't bother trying it. Only Mozi

Re: Possible Validator Bug

2003-05-29 Thread Denis Avdic
Dontcha hate that? Raible, Matt wrote: Try changing methodparams to methodParams... -Original Message- From: Brown, Melonie S. - Contractor [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 7:46 AM To: '[EMAIL PROTECTED]' Subject: Possible Validator Bug I created a custom validator

Re: html:select / html:options

2003-05-27 Thread Denis Avdic
use optionsCollection tag property: name of the collection in the form Bean label : The property of the bean within the collection which represents the label to be rendered for each option. (ie. Name) value: The property of the bean within the collection which represents the value to be rende