[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

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 violated

[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

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

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 c:forEach items=${yourCollection} var=beanInCollection then you can have c:out value=${beanInCollection.property}/ or if it is straight string you can have c:out value=${beanInCollection}/ Renato Romano wrote: I have a bean with an

Re: [OT] slackers

2003-05-31 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

Re: [OT] RE: test

2003-05-31 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: test

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

[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

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

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: Friday, May

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: Chappell,

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:

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

[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 tried c:out value=${linkTable.get(flag)} but that does not work. Any ideas? TIA, Denis - To unsubscribe, e-mail: [EMAIL

Re: html:option dependant on prior html:option

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

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

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

[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

Re: [WAY OT] Hashtable implementation

2003-05-30 Thread Denis Avdic
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 is probably a really

Re: [WAY OT] Hashtable implementation

2003-05-30 Thread Denis Avdic
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. I take all elements under one

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

[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? /rant /flame Gah. Now to figure out an elegant way of fixing this Phillip Qin wrote: Don't bother trying it.

Re: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread Denis Avdic
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? /rant /flame Gah. Now to figure out an elegant way of fixing this Maybe you

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 out

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: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread Denis Avdic
that long). I am really confused by 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

Re: [RANT/FLAME] Re: Submit Value

2003-05-29 Thread Denis Avdic
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: [RANT/FLAME] Re

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