Re: IS struts 2 websphere compatible?

2007-02-17 Thread Dariusz Wojtas
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,

Re: IS struts 2 websphere compatible?

2007-02-17 Thread Tom Schneider
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

Re: [S2] how do I handle upload larger than struts.multipart.maxSize

2007-02-17 Thread Tom Schneider
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

struts 2.x migration

2007-02-17 Thread Martin Gainty
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

Re: Struts best practice

2007-02-17 Thread Laurie Harper
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

Re: request-taglib: isUserInRole

2007-02-17 Thread Laurie Harper
[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

Re: suggested alternatives to struts-plugin

2007-02-17 Thread Laurie Harper
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

Re: [s2] formbean reset() equivalent?

2007-02-17 Thread Laurie Harper
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: s:textfield value=%{test}/ That should work fine, provided you

RE: Interceptor to Autheticate User

2007-02-17 Thread Yee Kai Lai
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 user@struts.apache.org To: user@struts.apache.org Subject: Interceptor to Autheticate User Date: Fri, 16 Feb

Re: Interceptor to Autheticate User

2007-02-17 Thread Martin Gainty
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