Re: [Struts2] Upgrading a Struts2 Application that uses Tiles2.

2012-01-24 Thread Pascal Grube
Hi, I upgrade our webapp to struts 2.3.1.2 with tiles 2.2.2 and it did not cause any issues so for. Regards, Pascal On Tuesday 24 January 2012 17:13:15 Hernán wrote: > Thank you! I will try it and inform you about this. > > On Tue, Jan 24, 2012 at 5:00 PM, Steve Higham wrote: > > Hi Hernán,

Re: 'Best' Struts Development Envirnoment?

2012-01-24 Thread Rene Gielen
+1, all the way On 24.01.12 18:24, Wes Wannemacher wrote: > I have nothing but good things to say about IntelliJ IDEA's Struts 2 > support... I have not used Struts 1 in a while, but I can tell you > that I really appreciate the following features: > > 1. It is aware that class files are Actions

Re: struts2.3.1.2 exception

2012-01-24 Thread Rene Gielen
Hi Emi, see inline On 24.01.12 21:29, Emi Lu wrote: > Thank you everyone! > > The problem is fixed. > > ognl3.0.4 is a must and can be the only ognl jar! > > > The following are some background info: > == > . struts2.3.1.1 allows ognl3.0.2.jar + ognl3.0

Re: Struts 2 and OSGi

2012-01-24 Thread Rene Gielen
Chad, so far not too mcuh discussion has happened on improved OSGI support in future Struts 2 versions. But as always, someone needs to kick things off and share ideas :) That said, you might want to consider moving this discussion over to dev@struts.a.o, which is the better place for talking abo

Re: struts2.3.1.2 exception

2012-01-24 Thread Emi Lu
Thank you everyone! The problem is fixed. ognl3.0.4 is a must and can be the only ognl jar! The following are some background info: == . struts2.3.1.1 allows ognl3.0.2.jar + ognl3.0.2-source.jar + ognl3.0.1 at the same time . struts2.3.1.2 can only hav

Re: struts2.3.1.2 exception

2012-01-24 Thread Dave Newton
Just don't tell them; you end up with a war/ear anyway. Doing transitive dependency management manually is a disaster waiting to happen. Dave On Tue, Jan 24, 2012 at 3:42 PM, Emi Lu wrote: > On 01/24/2012 03:32 PM, Dave Newton wrote: > >> Aren't you using Maven? >> > > Maven provides a good "d

Re: [Struts2] Upgrading a Struts2 Application that uses Tiles2.

2012-01-24 Thread Hernán
Thank you! I will try it and inform you about this. On Tue, Jan 24, 2012 at 5:00 PM, Steve Higham wrote: > Hi Hernán, > > I'm running Tiles 2.2.2 on Struts 2.2.3 and it's working fine. I get a > bunch > of warnings when the app loads including > > WARN [TilesContainerFactory] DEPRECATION WARNIN

Re: struts2.3.1.2 exception

2012-01-24 Thread Dave Newton
How did you upgrade? Looks like the wrong version of OGNL. On Tue, Jan 24, 2012 at 11:16 AM, Emi Lu wrote: > Good morning, > > Upgraded to struts2.3.1.2, but got the following exception. > > Could someone tell me which jar I missed please? > > thanks a lot! > Emi > > > java.lang.NoSuchMethodErro

struts2.3.1.2 exception

2012-01-24 Thread Emi Lu
Good morning, Upgraded to struts2.3.1.2, but got the following exception. Could someone tell me which jar I missed please? thanks a lot! Emi java.lang.NoSuchMethodError: ognl.SimpleNode.isEvalChain(Lognl/OgnlContext;)Z at com.opensymphony.xwork2.ognl.OgnlUtil.isEvalExpression(OgnlUtil.java

RE: [Struts2] Upgrading a Struts2 Application that uses Tiles2.

2012-01-24 Thread Steve Higham
Hi Hernán, I'm running Tiles 2.2.2 on Struts 2.2.3 and it's working fine. I get a bunch of warnings when the app loads including WARN [TilesContainerFactory] DEPRECATION WARNING! You are using parameter-based initialization, that is no longer supported! Please see docs: http://tiles.apache.org/

Re: [Struts2] Upgrading a Struts2 Application that uses Tiles2.

2012-01-24 Thread Łukasz Lenart
2012/1/24 Hernán : > How can I contribute? Prepare a patch or point me to the right direction. Thanks in advance -- Łukasz - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...

Re: [Struts2] Upgrading a Struts2 Application that uses Tiles2.

2012-01-24 Thread Hernán
How can I contribute? 2012/1/24 Łukasz Lenart > 2012/1/23 Hernán : > > I have developed a web application that uses tiles2, the question is: the > > last version of struts2 (2.3.1.2) is compatible with newer versions of > > tiles? I mean not only Tiles 2.0.6 but higher versions, for example Tile

Re: Struts2 Hello world example

2012-01-24 Thread Eren Oz
Yes I solved the problem with the help of Dave. Thanks. I am absolute beginner to Struts2 and I will try to ask more related questions later. the post is : http://stackoverflow.com/questions/8991597/struts-hello-world-example-there-is-no-action-mapped-for-namespace-and-act/8991842#8991842 ---

Re: Struts2 Hello world example

2012-01-24 Thread Dave Newton
That's the one OP was following; issue resolved on stackoverflow. Dave On Tue, Jan 24, 2012 at 1:59 PM, bphill...@ku.edu wrote: > Eren: > > Try starting with this tutorial: > > http://struts.apache.org/2.3.1.2/docs/how-to-create-a-struts-2-web-application.html > . > That tutorial provides more

Re: Struts2 Hello world example

2012-01-24 Thread bphill...@ku.edu
Eren: Try starting with this tutorial: http://struts.apache.org/2.3.1.2/docs/how-to-create-a-struts-2-web-application.html. That tutorial provides more of a "walk-thru" for how to structure a Struts 2 web application. Bruce -- View this message in context: http://struts.1045723.n5.nabble

Re: 'Best' Struts Development Envirnoment?

2012-01-24 Thread Christian Grobmeier
I can agree on what has been said about IntelliJ. It took me one week to move over from Eclipse (speaking of getting your workflow back). But then I have improved my speed a lots. not only the S2 plugin is great, there are many other cool things, like for Android dev. And I was a long time eclipse

Re: 'Best' Struts Development Envirnoment?

2012-01-24 Thread Burton Rhodes
Great. Thanks guys for your suggestion. Will purchase asap! On Tue, Jan 24, 2012 at 11:24 AM, Wes Wannemacher wrote: > I have nothing but good things to say about IntelliJ IDEA's Struts 2 > support... I have not used Struts 1 in a while, but I can tell you > that I really appreciate the followi

Re: Struts2 Hello world example

2012-01-24 Thread Dave Newton
Please note that attachments don't get delivered to folks on the user mailing list, and that images of files are pretty irritating. It's also nice to mention that you've asked the identical question elsewhere so people don't expend effort answering questions that have already been answered. Dave

Struts2 Hello world example

2012-01-24 Thread Eren Oz
i am absolute beginner to Struts2. I am tying to follow tutorials on struts web site. i followed this tutorial. i have some trouble with it. i created dynamic web project on eclipse. Then i followed the tutorial. However when i run the example i get the following error. I googled but I could not

Re: 'Best' Struts Development Envirnoment?

2012-01-24 Thread Wes Wannemacher
I have nothing but good things to say about IntelliJ IDEA's Struts 2 support... I have not used Struts 1 in a while, but I can tell you that I really appreciate the following features: 1. It is aware that class files are Actions and/or spring beans. Therefore, you can jump straight to the class's

Re: 'Best' Struts Development Envirnoment?

2012-01-24 Thread Dave Newton
IntelliJ; it'll go to class defs/config, has a useful outline mode in s2 configs, etc. (MyEclipse also theoretically supports S2, but I haven't tried it.) If you're scrolling "incredibly long" XML files, consider refactoring them so they make sense--you'd do that for Java code (I hope); why wouldn

'Best' Struts Development Envirnoment?

2012-01-24 Thread Burton Rhodes
I think this has been addressed before on this list, but I am wondering what you guys have found is the best environment to develop Struts. Currently I use Eclipse Indigo and don't really see any 'good' plugins. Since I use the XML method rather than annotations to map my actions, I find myself sc

how to use Advanced wildcards

2012-01-24 Thread Mounir Benzid
Hi, I'm having some trouble figuring out how to use the advanced wildcards feature in struts II. What I'm trying to do looks as follows A) class=".actions.event.EventAction"> /WEB-INF/pages/myevents/createevent.jsp /display/{action}/{eventId} B) class="de.mm.moreevent.web.actions.ev