Correct.. you will need commons-lang.jar on your CLASSPATH
you can download here
http://jakarta.apache.org/site/downloads/downloads_commons-lang.cgi
M-
---
This e-mail message (including attachments, if any) is intended for t
Hi, the problem might be because you have forgotten to import certain jar
that should contain
SystemUtil class.
From: manoj sinha <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List"
To: user@struts.apache.org
Subject: Interceptor to Autheticate User
Date: Fri, 16 Feb 2007 06:17:32 -0800
Mailing Lists wrote:
How do you initialize values to use in a form?
I tried just initializing the value in the action and referencing it in the
form, but the value is not set.
In action:
private String test = "tesing";
in form:
That should work fine, provided you have a getter for the 'te
Martin Gainty wrote:
Good Evening All-
The scenario is Spring 1.x framework with normal complement of IOC bells and
whistles
A colleague removes the struts-plugin from his project and noticed he lost
capability for Action to reach context info from the webapp
Replacing the struts-plugin did wo
[EMAIL PROTECTED] wrote:
Hello!
I have got an application, where users are authenticated with ldap firstly.
Afterwards, there will be another database, which defines the roles, the user is
in. When the user is logged in, the roles are read from this table and should be
applied to struts, in ord
Zhang, Larry (L.) wrote:
What logic should be typically added into the CustomRequestProcessor?
Thanks.
Typically, nothing since there is no need. In Struts 1.3 you don't need
a custom RequestProcessor in any case, since you can simply extend or
modify the Commons Chain configuration that dri
Morning All-
Following the literature guidelines listed at
http://wiki.apache.org/struts/MigrationTools
I am hoping to deliver a (hopefully) comprehensive Struts.1 to Struts.2
migration strategy
Keeping in mind that Spring is being used for IOC of required objects (e.g.
BeanFactories) and such
Please see the section on Parameters:
http://struts.apache.org/2.x/docs/file-upload-interceptor.html
And the multipart section of:
http://struts.apache.org/2.x/docs/strutsproperties.html
Nagraj Rao wrote:
cant we override the max size in the struts.properties file... i guess
we should be able t
Actually Websphere 6.1 runs on IBM's JDK 1.5. It's only Websphere 5.1
and 6.0 that use JDK 1.4.2.
Praveen, Galagali (IE10) wrote:
Hi,
If struts2 needs jdk version 5 and if websphere 5.x or 6.x is not
compatible with jdk 1.5 can we still use struts 2 for our application
and still get it wo
Yes, you can use it with Websphere and it's Java 1.4
It worked for me.
Look here:
http://people.apache.org/builds/struts/nightlies/2.0.x/java-1.4/backport/
http://people.apache.org/builds/struts/nightlies/2.0.x/java-1.4/backport/S2-FOR-J4-README.txt
Regards
Dariusz Wojtas
On 2/17/07, Praveen, G
10 matches
Mail list logo