Re: Unable to Download Struts2

2006-10-25 Thread Matthew J. Vincent
Is there someplace else where i can download this? Thanks! Matt Wendy Smoak wrote: On 10/24/06, Matthew J. Vincent [EMAIL PROTECTED] wrote: I get a connection timeout everytime I try to download: http://people.apache.org/builds/struts/2.0.1/struts-2.0.1-all.zip Anyone else getting

Unable to Download Struts2

2006-10-24 Thread Matthew J. Vincent
Hi all, I get a connection timeout everytime I try to download: http://people.apache.org/builds/struts/2.0.1/struts-2.0.1-all.zip Anyone else getting this? Thanks! Matt - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Best Practice - Correct usage???

2006-05-03 Thread Matthew J. Vincent
Hello all, I have an application to edit some data stored in the database. I have 2 situations. 1. When a user clicks New or Edit Mouse, the user is brought to a form that either displays an empty form or one that is pre-populated. This is done with the following mapping: pre

Re: Can't figure out how to do if then else with Struts logic tags

2006-04-18 Thread Matthew J. Vincent
Not sure if this is a solution for you or not, but you could also put your JSPs under WEB-INF directory so that they cannot be directly accessed by a user. They would instead have to go through an Action first. Filters may be your best bet (and yes, that is the URL to look at). As far as JST

Display Struts Configuration

2006-04-13 Thread Matthew J. Vincent
Hello all, Last week I saw a blog which showed how to display information at the beginning of your JSP about Struts such as which action the request was mapped to, the form being used, and associated information like the request headers. I should have bookmarked it, but I didn't. I have

Re: Display Struts Configuration

2006-04-13 Thread Matthew J. Vincent
have any other ideas of tools that would be useful, let us know. Don On 4/13/06, Matthew J. Vincent [EMAIL PROTECTED] wrote: Hello all, Last week I saw a blog which showed how to display information at the beginning of your JSP about Struts such as which action the request was mapped

Re: Display Struts Configuration

2006-04-13 Thread Matthew J. Vincent
! Matt Wendy Smoak wrote: On 4/13/06, Matthew J. Vincent [EMAIL PROTECTED] wrote: This is helpful, but not *exactly* what I am looking for. What I am looking for is used for debugging purposes during runtime. Anyone? I keep 'debug.jsp' around, and include it at the bottom of my main

Re: Display Struts Configuration

2006-04-13 Thread Matthew J. Vincent
://exadel.com/web/portal/products/ExadelStudio http://www.m7.com/ -Dennis Matthew J. Vincent [EMAIL PROTECTED] 04/13/2006 10:38 AM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: Display Struts Configuration

ActionForm.validate() Help

2004-09-01 Thread Matthew J. Vincent
Hello all, I just downloaded the latest stable build of Struts 1.2. What is a best practice approach of handling validation in the ActionForm's validate method since ActionError was deprecated? Also, how should one display the messages in the JSP? Currently I use: logic:messagesPresent

Re: [OT] DAO ... where to draw the line?

2004-08-16 Thread Matthew J. Vincent
on fetching the objects all the way up to the organization chart ;-) Do i make sense? Navjot Singh -Original Message- From: Matthew J. Vincent [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 8:21 AM To: Struts Users Mailing List Subject: [OT] DAO ... where to draw the line

Re: [OT] DAO ... where to draw the line?

2004-08-13 Thread Matthew J. Vincent
to the organization chart ;-) Do i make sense? Navjot Singh -Original Message- From: Matthew J. Vincent [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 8:21 AM To: Struts Users Mailing List Subject: [OT] DAO ... where to draw the line? [OFF TOPIC] I know this is a struts forum

Re: [OT] DAO ... where to draw the line?

2004-08-13 Thread Matthew J. Vincent
bump Matthew J. Vincent wrote: Hi all, Thanks for the info. Here's another issue. What if I have an employee search screen that wants to show only some of the information of an employee (not all). What do you do then? 1. Instanatiate an Employee object and only fill in the relative information

Re: Should every Action have an associated form?

2004-08-11 Thread Matthew J. Vincent
Thanks everyone! Much appreciated. Matt Michael McGrady wrote: I have lots of actions without forms. They are useful when you don't have forms. LOL Seriously, that is the reason. Michael At 07:51 PM 8/10/2004, you wrote: Hey everyone! I hope to not get flamed, but it's getting late here and

[OT] DAO ... where to draw the line?

2004-08-11 Thread Matthew J. Vincent
[OFF TOPIC] I know this is a struts forum, but as struts developers using DAOs, where do your DAO implementation draw the line? For example: Let''s say I have three tables: Employee (contains employee_id, employee_name, and dept_id) Department (contains dept_id, dept_name, loc_id) Location

Should every Action have an associated form?

2004-08-10 Thread Matthew J. Vincent
Hey everyone! I hope to not get flamed, but it's getting late here and I'm tired of looking through the archives. Should every Action have an associated ActionForm? Is it a bad idea to read a parameter directly from the request in the Action? I have a page where I need to show details for a