Catch me up!

2006-03-12 Thread e-denton Java Programmer
Hi, I've been away from my Struts project for a while. I hear there have been several developments. What's the latest version of Struts I should be using? What about using other packages with Struts, like Spring, and I hear there are others. I'd appreciate enough direction to get me restarted o

UnsupportedClassVersionError

2005-12-08 Thread e-denton Java Programmer
Hi, I recently uploaded an updated Struts application to a remote server. Now I get this message (below: UnsupportedClassVersionError). I am using Tomcat 5.0.27. I do have 5.5 on that system, but everything points to 5.0.27 (as far as I can tell). I am running Java 1.4.2_01_b06. I have the same se

Action vs. Servlet

2005-06-01 Thread e-denton Java Programmer
Hi, I recently wrote an Action which in conjunction with an ActiveX object returns a table from the server to update the DOM in the browser. My question is: Is this a proper use of an Action, here essentially just a subroutine I am calling from the client, with no forwarding action? Or should I ha

Action vs. Servlet

2005-06-01 Thread e-denton Java Programmer
Hi, I recently wrote an Action which in conjunction with an ActiveX object returns a table from the server to update the DOM in the browser. My question is: Is this a proper use of an Action, here essentially just a subroutine I am calling from the client, with no forwarding action? Or should I ha

How handle multiple records in form?

2005-05-04 Thread e-denton Java Programmer
Hi, I need to accept up to 20 records per form, which may have been edited and update them in the database. In the past I have tried assigning unique ids to each form field or using Javascript to create an XML string of the fields. I don't like either method. Is there a best practice for this? Th

How handle multiple records in form?

2005-05-04 Thread e-denton Java Programmer
Hi, I need to accept up to 20 records per form, which may have been edited and update them in the database. In the past I have tried assigning unique ids to each form field or using Javascript to create an XML string of the fields. I don't like either method. Is there a best practice for this? Th

RE: [ANN] Free JSP Editor for Eclipse

2005-02-04 Thread e-denton Java Programmer
> For the current offer in place today, the license does NOT expire and > you will have access to updates for the JSP Editor free for 1 year. As > for the project, I'm not familiar with this issue so I'll have to get > back to you on this. > > Thanks, > > -Carl

RE: [ANN] Free JSP Editor for Eclipse

2005-02-04 Thread e-denton Java Programmer
> For the current offer in place today, the license does NOT expire and > you will have access to updates for the JSP Editor free for 1 year. As > for the project, I'm not familiar with this issue so I'll have to get > back to you on this. > > Thanks, > > -Carl

RE: [ANN] Free JSP Editor for Eclipse

2005-02-04 Thread e-denton Java Programmer
Hi, The Nitrox JSP Editor installed okay, but now it insists I convert my Tomcat Projects into Web Application Projects. That's a lot to give up to get a nice JSP editor. And, when my license expires, how would I convert the projects back into Tomcat projects--not in one easy step! How long is th

RE: [ANN] Free JSP Editor for Eclipse

2005-02-04 Thread e-denton Java Programmer
Hi, The Nitrox JSP Editor installed okay, but now it insists I convert my Tomcat Projects into Web Application Projects. That's a lot to give up to get a nice JSP editor. And, when my license expires, how would I convert the projects back into Tomcat projects--not in one easy step! How long is th

RE: OT constants interface

2005-01-22 Thread e-denton Java Programmer
What makes this sort of interface acceptable? package java.io; public interface Serializable { } Instead of, maybe... public interface Serializable { public final boolean isSerializable { return true; } } -Original Message- From: Dakota Jack [mailto:[EM

RE: OT constants interface

2005-01-22 Thread e-denton Java Programmer
What makes this sort of interface acceptable? package java.io; public interface Serializable { } Instead of, maybe... public interface Serializable { public final boolean isSerializable { return true; } } -Original Message- From: Dakota Jack [mailto:[EM

Re: 2005

2004-12-31 Thread e-denton Java Programmer
And, thanks to all for their help this year! - Original Message - From: "Andrew Hill" <[EMAIL PROTECTED]> To: "strutsuser" Sent: Friday, December 31, 2004 10:09 AM Subject: 2005 > And a happy new year to you all! > > -Andrew > > 2005-01-01 00:07 > > > --

OT Useful Validation Routines

2004-11-26 Thread e-denton Java Programmer
Hi, If you aren't using Validator, you might find these useful: public static boolean isValidEmailAddress (String eMailAddress) { return eMailAddress.matches ("^[_A-Za-z0-9-]+(\\.[_A-Za-z0-9-]+)[EMAIL PROTECTED](\\.[A-Za-z0-9-]+)*(\\.[_ A-Za-z0-9-]+)"); } public static boolean isValidURL

Re: [OT] - Blog and Forum plugin

2004-11-22 Thread e-denton Java Programmer
Roller blog for blogging at http://www.rollerweblogger.org/page/project - Original Message - From: "Richard" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, November 22, 2004 4:43 AM Subject: [OT] - Blog and Forum plugin > Hi Guys, > > I am tasked

Struts img tag usage

2004-10-26 Thread e-denton Java Programmer
Hi! I have been using the Struts img tag instead of the HTML img tag just cause I was trying to use and learn the Struts tags, e.g. . But, now that I have tried deploying, I find it doesn't work for me. Apparently, it adds the jessionid onto the url (http://www.xxx.com/grafx/logo.jpg;jsessionid=49

Re: [OT] Hosting Companies

2004-10-23 Thread e-denton Java Programmer
I use http://www.webappcabaret.com/index.html. - Original Message - From: "David G. Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, October 23, 2004 2:04 AM Subject: RE: [OT] Hosting Companies > Joe, > > Wouldn't a hosting company that h

Where's tlds?

2004-10-19 Thread e-denton Java Programmer
Hi, Where are the struts tlds supposed to be? I downloaded the struts zip (jakarta-struts-1.2.4) and the lib (jakarta-struts-1.2.4-lib), but I couldn't find struts-form or struts-template. Thx. - To unsubscribe, e-mail: [EMAI

Re: Latest Struts Install Problem

2004-10-18 Thread e-denton Java Programmer
Yep, using templates. Are they no longer supported? - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "e-denton Java Programmer" <[EMAIL PROTECTED]> Sent: Monday, Oct

Latest Struts Install Problem

2004-10-18 Thread e-denton Java Programmer
Hi, I just tried to install Struts Struts 1.2.4 and got the error below. Should I be using the binaries or library download (What's the difference?) ? Thx. exception javax.servlet.ServletException: org/apache/struts/taglib/template/InsertTag org.apache.jasper.servlet.JspServlet.servi

Re: Access context from Action?

2004-10-17 Thread e-denton Java Programmer
Nevermind... servlet.getServletContext() getServlet().getServletContext() request.getSession().getServletContext() - Original Message - From: "e-denton Java Programmer" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent:

Access context from Action?

2004-10-17 Thread e-denton Java Programmer
Hi, I want to set an application attribute from an Action. How do I get the ServletContext from an Action? Thx. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Bad XML?

2004-10-06 Thread e-denton Java Programmer
I am getting this Tomcat error on my remote server (It runs on my local server): "Oct 6, 2004 12:35:25 PM org.apache.commons.digester.Digester error SEVERE: Parse Error at line 321 column 17: The content of element type "struts-config" must match "(data-sources?,form-beans?,global-exceptions?,glob

Re: Please .dont

2004-08-05 Thread e-denton Java Programmer
Thanks, Kishore, but that will give me the form name. I want the Action path sans ".do". - Original Message - From: "Kishore Senji" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "e-denton Java Programmer" <

Roller as Struts Module

2004-08-04 Thread e-denton Java Programmer
I only have a single context at my ISP, and I want to use Roller Weblogger (http://www.rollerweblogger.org/page/project). Would it be practical to make it a module? Any tips or comments appreciated. I haven't found many useful module examples on the Web. Thx. ---

Please .dont

2004-08-03 Thread e-denton Java Programmer
(Sorry, I posted this once already under the wrong subject: Re: R: How to render html embedded in a text-area?) According to the Struts API: ActionConfig.getPath() Return context-relative path of the submitted request, starting with a slash ("/") character, and omitting any filename ext

Re: R: How to render html embedded in a text-area?

2004-08-03 Thread e-denton Java Programmer
According to the Struts API: ActionConfig.getPath() Return context-relative path of the submitted request, starting with a slash ("/") character, and omitting any filename extension if extension mapping is being used. But, System.err.println (mapping.findForward (Constants.FORWARD_BAN

Better way?

2004-07-12 Thread e-denton Java Programmer
Hi, When I want to open a new browser window to access an offsite URL, I have been loading a jsp with a frameset containing that URL, i.e. "return new ActionForward ("/offsiteFrameset.jsp")". For example, to open a URL from a page of offsite links. Is there a better or more direct way of doing it?

Recommend Struts Plugins for Eclipse?

2004-06-25 Thread e-denton Java Programmer
I am converting from Kawa to Eclipse. Anyone have Eclipse plugins they recommend for Struts, Tomcat, JBoss, XML, etc development? Thanks for your opinions. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: [OT] Jobs

2004-06-23 Thread e-denton Java Programmer
Oops! Please disregard my previous post. It was sent in error and ignorance. It was intended for a private party. Sorry for the inconvenience. Will - Original Message - To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 23, 2004 5:07 PM Subject: Re: [OT] Jobs >

Re: [OT] Jobs

2004-06-23 Thread e-denton Java Programmer
Hello James, Please consider my qualifications for a Java position. My resume in Word format is attached. Thank you for your consideration. Sincerely, Will Wagers - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: