[OT] Re: How to disallow opening a page directly from URL

2006-05-18 Thread DGraham
Create a Filter that implements logic to determine if a user has accessed the login page: http://java.sun.com/products/servlet/Filters.html -Dennis Pankaj Gupta [EMAIL PROTECTED] 05/18/2006 04:40 AM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing

[OT] RE: How long does it take the message to appear on the list.

2006-05-04 Thread DGraham
H...Probably best handled by your local BOFH. But then, he'll probably just blame /twirl increase solar flare activity. =) -Dennis Vikas Phonsa [EMAIL PROTECTED] 05/04/2006 02:14 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing

Re: Display Struts Configuration

2006-04-13 Thread DGraham
Maybe this is what you are referring to? http://marc.theaimsgroup.com/?l=struts-userm=114406604109454w=2 http://www.jamesholmes.com/struts/console/ http://exadel.com/web/portal/products/ExadelStudio http://www.m7.com/ -Dennis Matthew J. Vincent [EMAIL PROTECTED] 04/13/2006 10:38 AM Please

[OT]Re: System architechture best practice

2006-04-13 Thread DGraham
You might like this book, I did: http://www.manning.com/ford/ -Dennis draegoon Z [EMAIL PROTECTED] 04/13/2006 10:13 AM Please respond to Struts Users Mailing List user@struts.apache.org To struts-user@jakarta.apache.org cc Subject System architechture best practice I want to make

Re: Display Struts Configuration

2006-04-13 Thread DGraham
I'm just guessing, but it sounds like you're gonna have to extend RequestProcessor and create a tag that can cooperate with it. And it does sound like it'd be a useful debug extension to any/all releases of struts. -Dennis Matthew J. Vincent [EMAIL PROTECTED] 04/13/2006 11:04 AM Please

[OT] Re: Bean Question

2006-04-07 Thread DGraham
One, or both, of these may help: 1. http://jakarta.apache.org/commons/beanutils/ 2. http://cglib.sourceforge.net/ -Dennis Neil Meyer [EMAIL PROTECTED] 04/07/2006 01:31 AM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org

Re: Drawing of Struts web application

2006-04-03 Thread DGraham
Maybe Struts Console is what you're looking for: http://www.jamesholmes.com/struts/console/ -Dennis Dan Jas [EMAIL PROTECTED] 04/01/2006 12:02 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: Drawing

Re: I Apologize

2006-03-29 Thread DGraham
Ignore them. Both DakotaJackAss and Jonathan Revulsion thrive on what they perceive as inflammatory responses. There is no use responding to anything they post, because they never stop and ALWAYS reply to anything you send their way. -Dennis Larry Meadors [EMAIL PROTECTED] Sent by:

Sometimes, you post something worth reading...

2006-03-23 Thread DGraham
PREFACE: You is slang for a nice Southern You all. :) I can't speak for anybody else, but I don't have an inability to handle email. Or maybe I do, and I just don't know how to code a filter to determine when you are posting crap, and when you aren't. Regardless, I'm generally interested in

[OT ]Re: obtaining server URL (or ip and port) from plugin

2006-03-16 Thread DGraham
Assuming all of the slaves know the id of the master, then maybe you have a RegisterServlet that's called by a slave processing servers during their init? http://javaalmanac.com/egs/javax.servlet/GetReqUrl.html -Dennis Wojciech Ciesielski [EMAIL PROTECTED] 03/16/2006 10:52 AM Please

Re: [OT ]Re: obtaining server URL (or ip and port) from plugin

2006-03-16 Thread DGraham
Did you even _LOOK_ at the url that I sent the first time? Your slave starts and fires init() and makes a call to the master, the master will take the request and reconstruct the URL from the slave. Posted again JUST IN CASE: http://javaalmanac.com/egs/javax.servlet/GetReqUrl.html -Dennis

Re: [OT ]Re: obtaining server URL (or ip and port) from plugin

2006-03-16 Thread DGraham
DuhI misunderstood and I apologize. You need a callback URL...lemme think on that a second. -Dennis [EMAIL PROTECTED] 03/16/2006 11:21 AM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: [OT ]Re:

[OT] Re: need some files..

2006-02-22 Thread DGraham
Is it Friday already? -Dennis hemant kumar [EMAIL PROTECTED] 02/22/2006 11:19 AM Please respond to Struts Users Mailing List user@struts.apache.org To user@struts.apache.org cc Subject need some files.. hi frnds..i m very much new to struts programing...so i need some help.. i

Re: [OT off topic] Oracle Database Performace Issue

2006-02-09 Thread DGraham
All your database are belong to us. ;) Have you run an explain plan for your poorly performing query? -Dennis sumithra devi [EMAIL PROTECTED] 02/09/2006 01:42 PM Please respond to Struts Users Mailing List user@struts.apache.org To user@struts.apache.org cc Subject [OT off topic]

Re: [Friday] - finding the Mavens in the Java world

2006-02-03 Thread DGraham
I'm a regular lurker at http://www.theserverside.com/tss However, before you advertise it, I'd recommend that you have a good argument for using a free/closed product versus a free/open product (Jasper Reports). Possibly, you've already thougth about this. -Dennis David Thielen [EMAIL

[OT] Re: struts + oracle+ hibernate

2006-02-01 Thread DGraham
---BeginMessage--- 1. Ask Questions The Smart Way: www.catb.org/~esr/faqs/smart-questions.html 2. Recompile with debug on and step through AddItemAction 3. Try the Hibernate forum: http://forum.hibernate.org/ -Dennis Raghuveer [EMAIL PROTECTED] 02/01/2006 11:01 AM Please respond to

[OT] Re: A util class for EJB tier similar to BeanUtils?

2006-01-24 Thread DGraham
And BeanUtils doesn't work because.why? -Dennis Sharon Jolly [EMAIL PROTECTED] 01/24/2006 09:43 AM Please respond to Struts Users Mailing List user@struts.apache.org To user@struts.apache.org cc Subject A util class for EJB tier similar to BeanUtils? Hi, Am working in a

[OT] Re: Database Access

2006-01-19 Thread DGraham
It appears that you're still a student and you've asked for a ...simple way to access a database. My suggestion, start with JDBC. From there, you can investigate other options including, but not limited to, DbUtils, iBatis, Hibernate, EJB entity beans, etc. Scott Ambler has a nice article

Re: [OT] Re: Advice for Struts expert wanting to try Shale?

2006-01-11 Thread DGraham
Let me get this right, he _told on you_ ... as in tattletale??? That's just repugnant and pitiful. Did we not learn anything last year when Mark lost his job? -Dennis Dave Newton [EMAIL PROTECTED] 01/11/2006 11:27 AM Please respond to Struts Users Mailing List user@struts.apache.org To

[OT]Re: Display data in excel format

2005-11-15 Thread DGraham
AJAX and a regular html table will accomplish this. Or maybe the modified DisplayTag: http://demo.appfuse.org/appfuse/demos/users-edit.jsp -Dennis Shiva Narayana [EMAIL PROTECTED] 11/15/2005 08:37 AM Please respond to Struts Users Mailing List user@struts.apache.org To

Re: Logout Problem

2005-11-15 Thread DGraham
Sounds like an opportunity for a ValidSession filter: http://java.sun.com/blueprints/corej2eepatterns/Patterns/InterceptingFilter.html -Dennis Srinivas Jadcharla [EMAIL PROTECTED] 11/15/2005 10:00 AM Please respond to Struts Users Mailing List user@struts.apache.org To

Re: [OT]Re: Display data in excel format

2005-11-15 Thread DGraham
In short, yes. I've implemented both solutions to effect an editable spreadsheet component. -Dennis Dave Newton [EMAIL PROTECTED] 11/15/2005 09:56 AM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re:

[OT] Re: best way to add a confirmation dialog when submitting a strutsform?

2005-11-15 Thread DGraham
I'm not sure about best, but I'm guessing you're inquiring about a javascript confirm. -Dennis Mick Knutson [EMAIL PROTECTED] 11/15/2005 01:41 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject best way to

[OT ]Re: repeat previous action from the other one

2005-11-09 Thread DGraham
Assuming the each user change issues a request to the server, I think that I would use a session scoped object and a filter to achieve this. The session scoped object could hold a flag as well as the last performed action and the filter could use these values to automatically invoke the last

Re: Easy question, please help a rookie

2005-11-04 Thread DGraham
Maybe this can help? http://javaalmanac.com/egs/javax.servlet/GetReqUrl.html?l=new -Dennis Dave [EMAIL PROTECTED] Sent by: news [EMAIL PROTECTED] 11/04/2005 12:18 PM Please respond to Struts Users Mailing List user@struts.apache.org To user@struts.apache.org cc Subject Easy question, please

RE: [OT] Question using struts-layout TagLib

2005-11-03 Thread DGraham
Have you looked at DisplayTag? http://displaytag.sourceforge.net -Dennis Martin Gainty [EMAIL PROTECTED] 11/03/2005 08:37 AM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject (Possible OT) Question using

Re: [OT] It's FRIDAY!!!

2005-10-28 Thread DGraham
Access denied. -Dennis Guillermo Castro [EMAIL PROTECTED] 10/28/2005 09:31 AM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: [OT] It's FRIDAY!!! Yes, but with so many public webmails, why can't they

Re: [slightly OT] Prince of Struts questions his database maintenance strategy

2005-10-25 Thread DGraham
1. Clone your PROD instance into a DEV/TEST instance, 2. Create the script, apply it to the non-PROD instance 3. Test 4. Deployp? -Dennis Murray Collingwood [EMAIL PROTECTED] 10/24/2005 10:41 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing

Re: [OT] Struts + AJAX Trumps JSF

2005-10-14 Thread DGraham
Still rockin' the 14.4? ;) Martin Gainty [EMAIL PROTECTED] 10/14/2005 08:11 AM Please respond to Struts Users Mailing List user@struts.apache.org To [EMAIL PROTECTED], Michael Jouravlev [EMAIL PROTECTED] cc Struts Users Mailing List user@struts.apache.org Subject Re: [OT] Struts + AJAX

Re: Struts and db connections :: best practice

2005-10-13 Thread DGraham
Am I experiencing DejaVu? Links that might interest you: http://java.sun.com/blueprints/corej2eepatterns/Patterns/BusinessDelegate.html http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html (see Figure 9.1) http://www.hibernate.org/

Re: [OT] HttpSessionListener question - How to get to request object?

2005-09-22 Thread DGraham
Might be an easier way, but I had to implement this via a Filter that saves this info into a session scoped bean. -Dennis Barnett, Brian W. [EMAIL PROTECTED] 09/22/2005 11:59 AM Please respond to Struts Users Mailing List user@struts.apache.org To 'Struts Users Mailing List'

[OT] SCM stories (war? horror?)

2005-09-16 Thread DGraham
I'm preparing to make a case for switching to a differenct SCM tool (source code management). The options are CVS, Perforce, and VSS. Anybody have any cogent/credible stories or arguments for choosing one over the other? Thanks, Dennis

Re: [OT Friday] Parse HTML file to underlying text

2005-09-03 Thread DGraham
http://java-source.net/open-source/html-parsers Mark Benussi [EMAIL PROTECTED] 09/03/2005 04:24 AM Please respond to Struts Users Mailing List user@struts.apache.org To 'Struts Users Mailing List' user@struts.apache.org, 'Tomcat Users List' tomcat-user@jakarta.apache.org cc Subject [OT

[OT] Application context URL

2005-09-01 Thread DGraham
I'm using iText to dynamically create PDF and I'd like to make them available by appending the location of the generated file to the application context URL. I'll be using a filter to prevent the files from being generally availalable. So is it possible to programmatically determine the app

Re: [OT] Application context URL

2005-09-01 Thread DGraham
Not exactly what I was looking for, but I did find this: http://javaalmanac.com/egs/javax.servlet/GetReqUrl.html?l=new Thanks, Dennis Kishore Senji [EMAIL PROTECTED] 09/01/2005 12:47 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List

Re: [OT] How to load a csv file into java

2005-08-19 Thread DGraham
Lesson: I/O: Reading and Writing (but no 'rithmetic) http://java.sun.com/docs/books/tutorial/essential/io/ -Dennis Richard Reyes [EMAIL PROTECTED] 08/19/2005 12:01 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc

[OT ]Re: Why interface

2005-08-10 Thread DGraham
Program to an interface, not an implementation. #1 principle from GoF. Here's a recent interview with Erich Gamma: http://www.artima.com/lejava/articles/designprinciples.html -Dennis Carl Smith [EMAIL PROTECTED] 08/10/2005 10:47 AM Please respond to Struts Users Mailing List

Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread DGraham
Registrant: LeEonsoft 1300 Fern Hill Court Tallahassee, Florida 32312 United States Registered through: GoDaddy.com (http://www.godaddy.com) Domain Name: LEEONSOFT.COM Created on: 23-Dec-02 Expires on: 23-Dec-13 Last Updated on: 27-Jul-05 Administrative Contact: Xie, Jinpeng [EMAIL PROTECTED]

Re: [OT] Web application for software distribution..any solution

2005-08-08 Thread DGraham
W h a t ? Ashish Kulkarni [EMAIL PROTECTED] 08/08/2005 02:06 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: [OT] Web application for software distribution..any solution --- Ashish Kulkarni

[OT] Re: I am need the solution too...

2005-08-03 Thread DGraham
Readingyourmind...now. *sigh* I was unsuccesful. -Dennis javabuddy [EMAIL PROTECTED] 08/03/2005 11:52 AM Please respond to Struts Users Mailing List user@struts.apache.org To user@struts.apache.org cc Subject I am need the solution too... Ineed the same, if you have fixed

Re: [OT] Sub Project - Table Renderer

2005-08-02 Thread DGraham
http://displaytag.sourceforge.net/ -Dennis Laurie Harper [EMAIL PROTECTED] Sent by: news [EMAIL PROTECTED] 08/02/2005 04:17 PM Please respond to Struts Users Mailing List user@struts.apache.org To user@struts.apache.org cc Subject Re: [OT] Sub Project - Table Renderer Sorry, I

Re: Restricting Get requests

2005-07-28 Thread DGraham
Are you asking if Struts can control what URL your user types into his browser? I could be wrong, but somehow, I don't think Struts is _that_ powerful. ;) -Dennis Josh Cronemeyer [EMAIL PROTECTED] 07/28/2005 10:48 AM Please respond to Struts Users Mailing List user@struts.apache.org To

Re: [OT] Hibernate vs. iBatis vs. POJO

2005-07-22 Thread DGraham
Hibernate Synchronizer is an Eclipse plugin that generates the config and mapping files as well as the VO/DAO classes. So, unless you want to hand-crank it OR you are an anti-Eclipse zealot, I suggest that you visit http://hibernatesynch.sourceforge.net/. Takes about an hour to have

Re: SelectAction - an improved DispatchAction

2005-07-22 Thread DGraham
1. Have you forgotten http://j2ee.lagnada.com/struts/html-buttons.htm? 2. History is riddled with examples of 2 or more people inventing/creating the same (fundamentally the same) thing simultaneously. Sometimes they were aware of the race, sometimes not. Witness the Wright brothers vs

Re: [OT] Hibernate vs. iBatis vs. POJO

2005-07-22 Thread DGraham
Not sure. However, the source code is available. Sounds like you're just itching to to decouple it from Eclipse? HUMOR I actually use IDEA (4 years now). The only reason I have Eclipse installed is for this plugin /HUMOR -Dennis Access Denied [EMAIL PROTECTED] 07/22/2005 09:56 AM

Re: SelectAction - an improved DispatchAction

2005-07-22 Thread DGraham
Let's recognize prior art: http://www.jguru.com/faq/view.jsp?EID=893423 - Dennis Niall Pemberton [EMAIL PROTECTED] 07/22/2005 11:33 AM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: SelectAction - an

Re: Hi-New to this group

2005-07-20 Thread DGraham
http://www.bookpool.com/sm/0764558315 At $25, you're almost stealing it. -Dennis Maya menon [EMAIL PROTECTED] 07/20/2005 03:35 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: Hi-New to this group

Re: [OT] Re: Fired???? was...Re: Struts Books Recommendations [OT]

2005-07-08 Thread DGraham
And so, the circle is complete. :) - Dennis James Mitchell [EMAIL PROTECTED] 07/08/2005 04:43 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org, Andrew Tomaka [EMAIL PROTECTED] cc Subject Re: [OT] Re: Fired

Re: banned

2005-07-07 Thread DGraham
I hope you didn't spend too much time composing this puerile gibberish. -Dennis Brandon Goodin [EMAIL PROTECTED] 07/07/2005 12:52 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: banned See Mark

Re: [OT] Character '+' not transmitted to server ?!?!?! Hope you canhelp .... it's really bizarre

2005-06-20 Thread DGraham
I'm comfortable in saying that Michael gave an appropriate response: http://www.catb.org/~esr/faqs/smart-questions.html#rtfm Not asking smart questions is teh suxor!!! -Dennis Frank W. Zammetti [EMAIL PROTECTED] 06/20/2005 01:54 PM Please respond to Struts Users Mailing List

Re: [OT] package naming nonsense

2005-06-17 Thread DGraham
Why, just the other day, I contemplated the same thing. In fact, I TOO named my OSS package blah.blah.blah. But wait, what would've happened if you and I had not only the same package structure, but also 2 classes with the same name e.g. blah.blah.blah.foo, and you decided to use my OSS? I'm

Re: [OT] package naming nonsense

2005-06-17 Thread DGraham
1. Well, no one suggested that you need to search some archive. 2. It would be difficult (if not impossible) to name an example of an application that has a namespace collision that is publicly available. I hope you understand why. Finally, naming conventions are not enforced by compilers.

Re: [FRIDAY] package naming nonsense

2005-06-17 Thread DGraham
By chance, was his name Adam Hardy? ;) Brian Lee [EMAIL PROTECTED] 06/17/2005 09:52 AM Please respond to Struts Users Mailing List user@struts.apache.org To [EMAIL PROTECTED], user@struts.apache.org cc Subject Re: [FRIDAY] package naming nonsense That's pretty much the reasoning I

Re: Size of a collection in a bean

2005-06-02 Thread DGraham
Yes. -Dennis Janek Ziniewicz [EMAIL PROTECTED] 06/02/2005 10:10 AM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Size of a collection in a bean % Vector foo; request.setAttribute(bar, foo); %

Re: Easy form populate question for gurus

2005-05-20 Thread DGraham
Did you observe any odd behavior when you started the debugger and stepped through the source for BeanUtils.copyProperties(Object dest, Object orig)? Randy Kennedy [EMAIL PROTECTED] Sent by: news [EMAIL PROTECTED] 05/20/2005 08:20 AM Please respond to Struts Users Mailing List

[OT] Re: AJAX: Whoa, Nellie!

2005-04-21 Thread DGraham
The point is that few, if any, of the 140+ posts in the thread are DIRECTLY related to struts. The majority are in the arena of discussing the merits/pitfalls AJAX-related technologies. And to be honest, I think all salient points have been made. I think we can all agree that the horse is

Re: AJAX: Whoa, Nellie!

2005-04-18 Thread DGraham
What? Michael J. [EMAIL PROTECTED] 04/18/2005 02:29 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: AJAX: Whoa, Nellie! This is all great, and ajax definetely rules, but is it OK to use other's

Re: Dispatch Action Strangeness

2005-04-18 Thread DGraham
You've confirm that you've changed the action-mapping so that it is now using your new dispatch action? If that's correct, then I'd say you need to break at DispatchAction.execute() and step through it to see what's going on. Dennis David Johnson [EMAIL PROTECTED] 04/18/2005 03:28 PM

Re: a Form with different actions actions

2005-04-15 Thread DGraham
In the past, I've used DispatchAction to accomplish this: http://husted.com/struts/tips/002.html I'm not sure if there is a newer/better way. Dennis David Johnson [EMAIL PROTECTED] 04/15/2005 09:37 AM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users

RE: concurrency problem

2005-04-08 Thread DGraham
You're synchronizing on an object which is unique for each user, which might explain why more than 1 thread can concurrently enter the critsec. Wouldn't a better solution be to declare the method as synchronized? Dennis Kalra, Ashwani [EMAIL PROTECTED] 04/08/2005 08:53 AM Please respond

[OT] RE: concurrency problem

2005-04-08 Thread DGraham
As I hit the send button, something tickled in the back of my mind, and I began to remember that the spec forbids thread primitiives on bean methods and that the EJB container is responsible for handling concurrent access. Sounds like your provider might have a defect. Dennis [EMAIL

[OT] How to transpose a table in MS SQL Server 2000

2005-04-08 Thread DGraham
So, I have the following table: id month val1val2total 1 jan 1 2 3 2 feb 3 4 7 And I'd like it transformed to: ID VAL COL1COL2 1 month jan feb 2 val11 3 3 val22 4 4 total

RE: [OT] How to transpose a table in MS SQL Server 2000

2005-04-08 Thread DGraham
id/ID are synthetic keys and can be ignored (as well as 'total'). So, the simplified case is: source_table - month val1val2 jan 1 2 feb 3 4 target_target - VAL COL1

Re: Proper way to do it

2005-03-21 Thread DGraham
Return Receipt Your Re: Proper way to do it document:

RE: Retrieve Form Values In Action Class

2005-03-17 Thread DGraham
Return Receipt Your RE: Retrieve Form Values In Action Class document:

Initialize new Form from action

2005-03-08 Thread DGraham
Return Receipt Your Initialize new Form from action document:

Linking DispatchActions

2005-02-18 Thread DGraham
Return Receipt Your Linking DispatchActions document:

Linking DispatchActions

2005-02-18 Thread DGraham
Return Receipt Your Linking DispatchActions document:

test

2005-02-18 Thread DGraham
Return Receipt Your test document:

test

2005-02-18 Thread DGraham
Return Receipt Your test document:

DispatchActions

2005-02-18 Thread DGraham
Return Receipt Your DispatchActions document:

DispatchActions

2005-02-18 Thread DGraham
Return Receipt Your DispatchActions document:

Re: SQL

2005-02-16 Thread DGraham
Depending on WHY you need the string, p6spy might solve your problem: http://www.p6spy.com Dennis CRANFORD, CHRIS [EMAIL PROTECTED] 02/16/2005 07:47 AM Please respond to Struts Users Mailing List user@struts.apache.org To user@struts.apache.org cc Subject SQL This may be slightly

FormFile Question

2005-02-14 Thread DGraham
Return Receipt Your FormFile Question document:

RE: FormFile Question

2005-02-14 Thread DGraham
Return Receipt Your RE: FormFile Question document:

[OT] Re: Another ODBC OT Question

2005-01-27 Thread DGraham
I googled this: http://www.google.com/search?sourceid=navclientie=UTF-8rls=GGLD,GGLD:2004-11,GGLD:enq=jdbc+mysql+auto%5Fincrement and found this: http://dev.mysql.com/tech-resources/articles/autoincrement-with-connectorj.html It was too easy, so it's probably the wrong thing. Brandon Mercer

[Was OT] Re: Java IDE's

2005-01-13 Thread DGraham
Given the forum, why don't you take a look at Java Studio Creator (Reef Shark!) and NitroX. http://developers.sun.com/prodtech/javatools/jscreator/ http://www.m7.com/product.do Dennis Ashutosh Satyam [EMAIL PROTECTED] 01/13/2005 05:26 AM Please respond to Struts Users Mailing List

[OT] Re: Regarding JBOSS

2005-01-13 Thread DGraham
Yes. Jay Chandran [EMAIL PROTECTED] 01/13/2005 11:40 AM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: Regarding JBOSS Hi, i am downloading JBOSS from the below link as per ur instructions.

Re: [OT]Hashtable Vs Hashmap, Vector Vs ArrayList

2005-01-12 Thread DGraham
Choosing the right Collection. http://www.javapractices.com/Topic65.cjp Ashish Kulkarni [EMAIL PROTECTED] 01/11/2005 10:33 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject [OT]Hashtable Vs Hashmap, Vector

RE: Actionform 's property

2004-12-20 Thread DGraham
He doesn't: http://struts.apache.org/userGuide/struts-bean.html#define McDonnell, Colm (MLIM) [EMAIL PROTECTED] 12/20/2004 11:17 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts Users Mailing List [EMAIL PROTECTED] cc Subject RE: Actionform 's property Why

RE: dynamic dropdown select list?

2004-12-16 Thread DGraham
Return Receipt Your RE: dynamic dropdown select list? document:

Re: Generating valid HTML from html:form tag

2004-12-13 Thread DGraham
Is it the opinion of others that deprecated is semantically equivalent to invalid? Dennis William Ferguson [EMAIL PROTECTED] 12/14/2004 07:51 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Generating valid HTML from html:form tag I

Re: [OT]Threads and Servlets Question

2004-12-06 Thread DGraham
I don't understand your response. Memory (physical and virtual) are also finite resources. Does this mean that instantiating new objects is a Bad Thing within an action? Dennis bryan [EMAIL PROTECTED] 12/06/2004 03:14 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To

Dennis Graham is out of the office.

2004-11-22 Thread DGraham
I will be out of the office starting 11/22/2004 and will not return until 11/29/2004. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

help to changer a code to Struts

2004-11-19 Thread DGraham
Return Receipt Your help to changer a code to Struts document:

Re: AW: talking about paradigms

2004-11-16 Thread DGraham
Dang, you must've gotten the New and Improved Super Java. You know the one without any NullPointerExceptions. Where can I get a copy? Rosenberg, Leon [EMAIL PROTECTED] 11/16/2004 05:46 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts Users Mailing List

Re: Struts and Displaying data from a database

2004-11-02 Thread DGraham
1. http://www.w3.org/TR/REC-html40/struct/tables.html 2. http://www.displaytag.org/index.jsp dbm_mailinglist [EMAIL PROTECTED] 11/02/2004 01:56 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Struts and Displaying data from a

[OT]: Need Ideas for This Puzzle

2004-10-22 Thread DGraham
Maybe it's because it's Friday, or maybe it's because I've been especially dense this week, but isn't multithreading orthogonal to the problem? Dennis Michael McGrady [EMAIL PROTECTED] 10/22/2004 02:05 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts

Re: Getting DataSource from non-Struts class

2004-10-20 Thread DGraham
Found this at http://www2.real-time.com/rte-tomcat/2000/Jun/msg01487.html -- The suggested approach is to store your connection pool object itself as a servlet context attribute, like this: ConnectionPool pool = new ConnectionPool( ... ); getServletContext().setAttribute(pool, pool); Now,

Re: checking for an object in a collection

2004-10-07 Thread DGraham
I may not fully understand what you're trying to do, but why not use a HashSet instead? Let the table name be the key to the rule. This may or may not be helpful: http://www.javapractices.com/Topic65.cjp. Dennis Muhammad Momin Rashid [EMAIL PROTECTED] Sent by: news [EMAIL PROTECTED]

Re: checking for an object in a collection

2004-10-07 Thread DGraham
Obviously, it's still too early for me. A HashMap is what I meant to say. Dennis [EMAIL PROTECTED] 10/07/2004 08:15 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts Users Mailing List [EMAIL PROTECTED] cc Subject Re: checking for an object in a

[OT] Re: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread DGraham
Configure the proper appender: http://logging.apache.org/log4j/docs/manual.html Dennis O. Oke [EMAIL PROTECTED] 10/06/2004 08:10 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts Users Mailing List [EMAIL PROTECTED] cc Subject How to configure

RE: multiple submit buttons on a form

2004-10-05 Thread DGraham
1. He authored that WIKI and 2. That WIKI now directly links to his homepage, so why make the OP suffer redirection? Dennis Durham David R Jr Contr 805 CSPTS/SCE [EMAIL PROTECTED] 10/05/2004 10:24 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts Users

RE: multiple submit buttons on a form

2004-10-05 Thread DGraham
Never mind, I misread Davids post. Dennis [EMAIL PROTECTED] 10/05/2004 10:31 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts Users Mailing List [EMAIL PROTECTED] cc Subject RE: multiple submit buttons on a form 1. He authored that WIKI and

RE: Load-on-startup init servlet

2004-10-05 Thread DGraham
Or, extend ActionServlet and put your code after the call to super.init(): -- public class fooServlet extends ActionServlet{ public fooServlet () { super(); } public void init() throws ServletException { super.init(); // do something here; } } -- Don't forget to update web.xml.

Re: Coonection pooling

2004-10-04 Thread DGraham
On the face of it, I think that the return on this optmization effort will be miniscule. However, you may have already optimized the other 99.9% of your application. Dennis Prashanth.S [EMAIL PROTECTED] 10/04/2004 12:17 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED]

Re: back button

2004-10-04 Thread DGraham
http://www.theserverside.com/articles/article.tss?l=RedirectAfterGet andy wix [EMAIL PROTECTED] 10/04/2004 01:17 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Re: back button Hi, As usual I think I must be missing

Re: OT: Scheduling Actions

2004-10-01 Thread DGraham
http://java-source.net/open-source/job-schedulers Dennis Ciaran Hanley [EMAIL PROTECTED] 10/01/2004 08:49 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts User Mailing List [EMAIL PROTECTED] cc Subject OT: Scheduling Actions Hi, I have

Maven with Struts

2004-09-29 Thread DGraham
Return Receipt Your Maven with Struts document :

Re: Advice on adding/updating products to an online store?

2004-09-29 Thread DGraham
Return Receipt Your Re: Advice on adding/updating products to an online store? document :

  1   2   >