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
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
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
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
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
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
> 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
> 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
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
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
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
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
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
>
>
> --
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
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
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
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
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
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
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
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:
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]
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
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" <
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.
---
(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
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
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?
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
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
>
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:
31 matches
Mail list logo