Re: Differences between struts 2.0.14 and 2.3.16.3

2015-02-01 Thread Rene Gielen
Looks like you have some work ahead of you: http://struts.apache.org/docs/migration-guide.html It is highly recommended to upgrade ASAP. 2.3.20 is recommended over 2.3.16.3 - René Am 31.01.15 um 17:05 schrieb viswanathan.sugu...@accenture.com: > Hi, > > I have application running

Re: Differences between struts 2.0.14 and 2.3.16.3

2015-02-01 Thread Dave Newton
Stay by reading the release notes. Waiting that long to upgrade has repercussions. On Feb 1, 2015 12:03 PM, wrote: > Hi, > > I have application running on struts 2.0.14. > > Due to the following security issues > https://cwiki.apache.org/confluence/display/WW/S2-020 >

Differences between struts 2.0.14 and 2.3.16.3

2015-02-01 Thread viswanathan.sugumar
Hi, I have application running on struts 2.0.14. Due to the following security issues https://cwiki.apache.org/confluence/display/WW/S2-020 https://cwiki.apache.org/confluence/display/WW/S2-021 we are planning to upgrade struts version to 2.3.16.3 I m assessing the impact of

[ANNOUNCEMENT] Struts 2.0.14 End of Life Announcement

2011-12-19 Thread Rene Gielen
The Apache Struts Team likes to inform you that the Struts 2.0 branch has reached it's end of life and is no longer supported. All users of Struts 2.0.14 or earlier Struts 2 versions are strongly advised to update their existing applications to Struts 2.3.x. Struts 2.0.14 was for some

Re: Migration from Struts 2.0.14 to Struts 2.2.3 - tabbed panel not working

2011-06-24 Thread Dave Newton
On Jun 24, 2011 8:17 PM, "Andrzej Adamczyk" wrote: > I am more inclined to think the opposite approach is safer - > forget DoJo plugin and replace DoJo with jQuery first, then move to new > version of Struts framework. I don't know if moving away from Dojo itself is necessary, but I continue to be

Re: Migration from Struts 2.0.14 to Struts 2.2.3 - tabbed panel not working

2011-06-22 Thread Andrzej Adamczyk
content through java script function that gets the reference to div widget and then calls refresh() on it. This should parse the content and evaluate java script, at least this is how it worked with DoJo 0.4.0 distribiuted with Struts 2.0.14. Could it be that that method of ContentPane widget in

Re: Migration from Struts 2.0.14 to Struts 2.2.3 - tabbed panel not working

2011-06-21 Thread Andrzej Adamczyk
dojo.addOnLoad(subscribeToNavigationEvents) is never executed when the content of the tab A1 is loaded and the event handler is not registered. It works fine in Struts 2.0.14 however. I would appreciate any help. Regards, Andrzej On Tue, Jun 21, 2011 at 2:34 PM, Andrzej Adamczyk wrote: > Hello >

Migration from Struts 2.0.14 to Struts 2.2.3 - tabbed panel not working

2011-06-21 Thread Andrzej Adamczyk
Hello I am working on POC migrating application from Struts 2.0.14 to Struts 2.2.3 with DOJO 2.2.3 plugin. On the way DOJO framework will be updated from version 0.4.0 to 0.4.3. Application has main tabbed panel with few tabs, each containing another tabbed panel with few sub tabs. Upon hitting

Facing an issue trying to use Struts 2.0.14 with Tiles 2.0.

2011-04-27 Thread log2akshat
Hi, I am very new to Struts 2. I am having problem using Struts 2.0.14 with Tiles 2.0. When I insert the following information in my web.xml I get an exception: org.apache.struts2.tiles.StrutsTilesListener Stacktrace: 27 Apr, 2011 6:14:57 PM org.apache.tiles.impl.BasicTilesContainer

Re: Struts 2.0.14 - Could not reload resource bundles exception

2011-01-19 Thread Samuel Robert
Hi, I got the same exception with Tomcat, which I do not have with Jetty. Setting the "devMode" Struts property to "false" solved the problem (as far as you do not need the resource bunbles to be reloaded dynamically). struts.i18n.reload=false struts.configuration.xml.reload=false struts.devMode=

Struts 2.0.14 - Could not reload resource bundles exception

2011-01-14 Thread Andrzej Adamczyk
Hello After moving to our SIT environment we have noticed below exception beeing logged. For some reason or another we have moved resource bundle file outside of the application into dedicated directory that should be on the application classpath. We use Geronimo 2.1.7 and we configured SharedLib

Re: Accessing Static Constants from JSP in Struts 2.0.14

2010-01-04 Thread DavidZaz
: > > I'm trying to access a static constant from a JSP page in Struts 2.0.14, > but it is not working. > > My JSP page: > > > > Java code: > > package org.my.company; > > import java.util.ArrayList; > import java.util.List; > >

Accessing Static Constants from JSP in Struts 2.0.14

2010-01-04 Thread DavidZaz
I'm trying to access a static constant from a JSP page in Struts 2.0.14, but it is not working. My JSP page: Java code: package org.my.company; import java.util.ArrayList; import java.util.List; public Class myClass { public static final List AVAILABLE_STATES = getStates(); public s

Re: [jira] Resolved: (WW-3139) Date validation - Ubuntu 9.04 - struts 2.0.14

2009-05-25 Thread Simone Buzzi
Someone know a solution for this problem? How must I set my environment? Per favore, considerate l'ambiente prima di stampare questa e-mail [ https://issues.apache.org/struts/browse/WW-3139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Musachy Barroso resolved WW-3

Validation with XML file using Struts 2.0.14 and Webspere 6.1

2009-04-22 Thread Fernandes Celinio
hi, I am trying to validate the fields of a JSP using the XML validation. I have a file ContactAction-validation.xml that holds the controls to be made. It fails, the validation does not occur. Is there any known bug using Struts 2.0.14 with Websphere 6.1 ? Because it works with JBoss 5, so i

Re: Sitemesh 2.4 and Struts 2.0.14

2009-03-18 Thread Musachy Barroso
I don't think anyone is, if you find a fix, we would appreciate a patch :) musachy On Wed, Mar 18, 2009 at 10:32 AM, Dan Slack wrote: > Hi, > > > > First, I apologize if this has already been mentioned, but I recently > attempted to upgrade to Sitemesh 2.4 to bad results.  I guess in Sitemesh >

Sitemesh 2.4 and Struts 2.0.14

2009-03-18 Thread Dan Slack
Hi, First, I apologize if this has already been mentioned, but I recently attempted to upgrade to Sitemesh 2.4 to bad results. I guess in Sitemesh 2.4, the "PageFilter" was deprecated, and all code has been removed. This means that "applyDecorators" method is not being called anymore, which m

AW: Problem with sun app server 9.1 and struts 2.0.14

2009-01-20 Thread Juergen.Leeb
> -Ursprüngliche Nachricht- > Von: Wes Wannemacher [mailto:w...@wantii.com] > Gesendet: Dienstag, 20. Januar 2009 23:42 > An: Struts Users Mailing List > Betreff: Re: Problem with sun app server 9.1 and struts 2.0.14 > > On Tuesday 20 January 2009 09:14:19 juergen.l..

Re: Problem with sun app server 9.1 and struts 2.0.14

2009-01-20 Thread Wes Wannemacher
On Tuesday 20 January 2009 09:14:19 juergen.l...@bmw.de wrote: > I just upgraded to struts 2.0.14 (from 2.0.11.2). On my development > environment I use Sunappserver 9.2 and everything works fine. > > On my productive environment I use Sunappserver 9.1. There I get a crazy > error.

Problem with sun app server 9.1 and struts 2.0.14

2009-01-20 Thread Juergen.Leeb
I just upgraded to struts 2.0.14 (from 2.0.11.2). On my development environment I use Sunappserver 9.2 and everything works fine. On my productive environment I use Sunappserver 9.1. There I get a crazy error. When I call an action the action class returns success. The error message says: No

Re: anybody get to work dojo in struts 2.0.14 or 2.1.2

2009-01-10 Thread Dave Newton
TomazM wrote: For now time I think that struts2 is no use in web 2.0 frameworks, it is shame. I use S2 w/ the included Dojo (although not much) in S2.0/S2.1, and, more frequently, with jQuery. I know of several people using YUI. Are you having a specific issue? Dave --

anybody get to work dojo in struts 2.0.14 or 2.1.2

2009-01-10 Thread TomazM
I think that feature as ajax in web 2.0 framework should be commitment. But in examples /struts2-showcase2.x doesn't work in no browser. For now time I think that struts2 is no use in web 2.0 frameworks, it is shame. - To unsub

[ANN] Struts 2.0.14 GA release available

2008-11-24 Thread Rene Gielen
The Apache Struts group is pleased to announce that Struts 2.0.14 is available as a "General Availability" release. The GA designation is our highest quality grade. Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework i

Re: struts 2.0.14

2008-10-30 Thread Musachy Barroso
All of our tests pass and the conversion errors display correctly. > > Many thanks > > Dave. > > > --- On Thu, 10/30/08, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > > From: Musachy Barroso <[EMAIL PROTECTED]> > > Subject: Re: struts 2.0.14 > > T

Re: struts 2.0.14

2008-10-30 Thread David Harland
> From: Musachy Barroso <[EMAIL PROTECTED]> > Subject: Re: struts 2.0.14 > To: "Struts Users Mailing List" , [EMAIL PROTECTED] > Date: Thursday, October 30, 2008, 2:13 PM > Those were failing for me before making the changes, not > sure what the > problem is. >

Re: struts 2.0.14

2008-10-30 Thread Musachy Barroso
esTest) > > Can someone please have a look at it. > > Thanks > > Dave. > > > --- On Thu, 10/30/08, David Harland <[EMAIL PROTECTED]> wrote: > > > From: David Harland <[EMAIL PROTECTED]> > > Subject: RE: struts 2.0.14 > > To: "Struts Users Mai

RE: struts 2.0.14

2008-10-30 Thread David Harland
) testAddingToMapsWithObjects(com.opensymphony.xwork2.util.SetPropertiesTest) Can someone please have a look at it. Thanks Dave. --- On Thu, 10/30/08, David Harland <[EMAIL PROTECTED]> wrote: > From: David Harland <[EMAIL PROTECTED]> > Subject: RE: struts 2.0.14 > To: "Struts U

Re: struts 2.0.14

2008-10-30 Thread Nils-Helge Garli Hegvik
2.1.x source. > > Many thanks > > Dave. > > -Original Message- > From: Rene Gielen [mailto:[EMAIL PROTECTED] > Sent: 29 October 2008 18:13 > To: Struts Users Mailing List > Subject: Re: struts 2.0.14 > > David, > > the latest problem with conversion

RE: struts 2.0.14

2008-10-30 Thread David Harland
: struts 2.0.14 David, the latest problem with conversion errors not being copied to the safe stack is fixed in xwork svn, and we need it to be released before we could promote a 2.0.14 build. For now, you could check out the current xwork 2.0.x branch and build a jar which you could use as a drop in

Re: struts 2.0.14

2008-10-29 Thread Rene Gielen
David, the latest problem with conversion errors not being copied to the safe stack is fixed in xwork svn, and we need it to be released before we could promote a 2.0.14 build. For now, you could check out the current xwork 2.0.x branch and build a jar which you could use as a drop in replac

struts 2.0.14

2008-10-29 Thread David Harland
Hi, Is there any chance of getting a 2.0.14 build please. Thanks Dave. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]