[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" To Struts Users Mailing List cc Subject R

[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 increase solar flare activity. =) -Dennis "Vikas Phonsa" <[EMAIL PROTECTED]> 05/04/2006 02:14 PM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject RE: Ho

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: 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" To struts-user@jakarta.apache.org cc Subject System architechture best practice I want to make several web applicat

Re: Display Struts Configuration

2006-04-13 Thread DGraham
Maybe this is what you are referring to? http://marc.theaimsgroup.com/?l=struts-user&m=114406604109454&w=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 Plea

[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" To "Struts Users Mailing List" cc Subject Bean Question Good

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" To "Struts Users Mailing List" cc Subject Re: Drawing of Struts web application Exad

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

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 interest

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" To "Struts Users Mailing List" cc Subject Re: [OT ]Re: obtaining server URL (or ip and port) from

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

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

[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" 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 need 13 .jar files..

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" To user@struts.apache.org cc Subject [OT off topic] Oracle Database Performa

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
--- Begin Message --- 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 respo

[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" To cc Subject A util class for EJB tier similar to BeanUtils? Hi, Am working in a project where I need to get information fro

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

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" To Struts Users Mailin

[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" To "Struts Users Mailing List" cc Subject best way to add a confirmation dialog when submitt

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" To Struts Users Mailing List cc Subject Re: [OT]Re: Display data in excel format

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" To user@struts.apache.org cc Subject Log

[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" To user@struts.apache.org cc Subject D

[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" To user@struts.apache.org cc Subject Easy question, please help a rookie

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" To "Struts Users Mailing List" cc Subject (Possible OT) Question using struts-layout TagLib Greetings I

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" To Struts Users Mailing List cc Subject Re: [OT] It's FRIDAY!!! Yes, but with so many public webmails, why can't they just open an account there to use it on

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" To Struts Users Mailing List cc Subject [s

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" To <[EMAIL PROTECTED]>, "Michael Jouravlev" <[EMAIL PROTECTED]> cc "Struts Users Mailing List" Subject Re: [OT] Struts + AJAX Trumps JSF Frank/Michael P

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/ http://www.springframework.org/docs/ref

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" To 'Struts Users Mailing List' cc Subject [OT] HttpSessionL

[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" To "'Struts Users Mailing List'" , "'Tomcat Users List'" cc Subject [OT Friday] Parse HTML file to underlying text I know I missed t

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" To Struts Users Mailing List cc Subject Re: [OT] Ap

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

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" To Struts Users Mailing List cc Subject [OT] How to load a csv file into

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

[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" To S

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" To Struts Users Mailing List cc Subject Re: [OT] Web application for software distribution..any solution --- Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > We have a d

[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" To user@struts.apache.org cc Subject I am need the solution too... Ineed the same, if you have fixed it can you post on

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" To user@struts.apache.org cc Subject Re: [OT] Sub Project - Table Renderer Sorry, I missed the original po

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" To Struts Users Maili

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" To "Struts Users Mailing List" cc Subject Re: SelectAction - an improved DispatchAction I presu

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? I actually use IDEA (4 years now). The only reason I have Eclipse installed is for this plugin -Dennis Access Denied <[EMAIL PROTECTED]> 07/22/2005 09:56 AM Please respond

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 Samuel

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 Hibernate

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" To Struts Users Mailing List cc Subject Re: Hi-New to this group Thank you dave and Eric for the quick so

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" To "Struts Users Mailing List" , "Andrew Tomaka" <[EMAIL PROTECTED]> cc Subject Re: [OT] Re: Fired was...Re: Struts Books Recommendations

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" To Struts Users Mailing List cc Subject Re: banned See Mark post stupid comments Seen Mark get fired

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" To "S

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" To [EMAIL PROTECTED], user@struts.apache.org cc Subject Re: [FRIDAY] package naming nonsense That's pretty much the reasoning I always got beh

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

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

[OT] Re: BeanUtils.populate error

2005-06-15 Thread DGraham
"I can give you more detailed information but i guess that it is quite typical error." ... that could probably be resolved by downloading the source for beanutils, firing up a debugger, and stepping through PropertyUtils.setSimpleProperty(Object bean, String name, Object value). -Dennis "Ja

Re: [OT] using JSTL with escapeXML="false" for previewHTML

2005-06-10 Thread DGraham
http://www.google.com/search?q=html+special+space+character Laurie Harper <[EMAIL PROTECTED]> Sent by: news <[EMAIL PROTECTED]> 06/10/2005 02:59 PM Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject Re: [OT] using JSTL with escapeXML="false" for previewHTML

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" To Struts Users Mailing List cc Subject Size of a collection in a bean <% Vector foo; request.setAttribute("bar", foo); %> Is there any simple method to write

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" To user@

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

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 Ple

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" To Struts Users Mailing List cc Subject Re: AJAX: Whoa, Nellie! This is all great, and ajax definetely rules, but is it OK to use other's pictures without giving credit to thei

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" To Struts Users Mailing List cc Subject

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 COL1C

[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

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

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 respon

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:

DispatchActions

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

DispatchActions

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

test

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

test

2005-02-18 Thread DGraham
Return Receipt Your test 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:

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" To cc Subject SQL This may be slightly off-topic but I'm sure others may have ran

RE: FormFile Question

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

FormFile Question

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

Re: I search for tool for graphical representation of developped Struts-system

2005-02-14 Thread DGraham
http://www.m7.com/product.do jj endenburg <[EMAIL PROTECTED]> 02/14/2005 07:39 AM Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject I search for tool for graphical representation of developped Struts-system Hi member of user@struts.apache.org, In a pre

Re: read local file in ActionStruts

2005-02-01 Thread DGraham
How about using the javax.servlet.context.tempdir Servletcontext attribute? Dennis Keshav Shetty <[EMAIL PROTECTED]> 02/01/2005 08:52 AM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: read local file in ActionStruts Then don't store the fil

[OT] Re: Another ODBC OT Question

2005-01-27 Thread DGraham
I googled this: http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLD,GGLD:2004-11,GGLD:en&q=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 Merc

[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" To "Struts Users Mailing List" cc Subject Re: Regarding JBOSS Hi, i am downloading JBOSS from the below link as per ur instructions. http://ovh.dl.sourceforge.net/sourcefor

[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" T

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" To Struts Users Mailing List cc Subject [OT]Hashtable Vs Hashmap, Vector Vs ArrayList Hi what is difference b

Re: NullPointerException

2004-12-23 Thread DGraham
IF the exception is actually being thrown here, then I'm guessing that you haven't instantiated a instance of ActionErrors e.g. ActionErrors errors = new ActionErrors(); Dennis "uma.k" <[EMAIL PROTECTED]> 12/23/2004 07:40 AM Please respond to "Struts Users Mailing List" To "'Struts Users

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

RE: "dynamic" dropdown select list?

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

Re: Generating valid HTML from 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 tag

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

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 Mailin

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

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

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

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

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 PROTEC

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

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.

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 W

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 U

  1   2   >