Re: {S 1.3.8} action error

2012-03-21 Thread Łukasz Lenart
2012/3/21 Anjib Mulepati : > index.jsp > You must specify global-forward [1] and use its name like toMduleB [2] not Login.do ... [1] http://struts.apache.org/1.x/userGuide/configuration.html#module_config-switching [2] http://struts.apache.org/1.x/struts-taglib/tagreference.html#logi

{S 1.3.8} action error

2012-03-21 Thread Anjib Mulepati
I am getting error javax.servlet.jsp.JspException: Cannot find global ActionForward for name Login.do I have following configuration. index.jsp struts-config - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org

Re: Questions related to commons-chain.jar after upgrading from Struts 1.2 to Struts 1.3

2012-03-21 Thread Łukasz Lenart
The simplest way is to download all libs from Struts 1.3 download page and copy all of them to WEB-INF/lib (remove all other jars) Regards -- Łukasz http://www.lenart.org.pl/ mobile +48 606 323 122, office +27 11 0838747 Warszawa JUG conference - Confitura http://confitura.pl/ -

Re: Current status in testing with struts2, spring3 +junit 4?

2012-03-21 Thread Christian Grobmeier
2012/3/20 Łukasz Lenart : > As I see there is a small mess with the test classes. Struts 2 has > three StrutsTestCase classes, in core in junit plugin and in testng > plugin. It would be nice to clean them up. Remove StrutsTestCase from > core and two other StrutsTestCase classes rename accordingly

Questions related to commons-chain.jar after upgrading from Struts 1.2 to Struts 1.3

2012-03-21 Thread joann luo
Hello, After upgrading from Struts 1.2 to Struts 1.3, I copied *commons-chain.jar*to the *WEB**-**INF**\lib* directory. I still got the following exception when I logged into the application. Note: The commons-chain.jar was *never *in the WEB-INF\lib directory when this project was running u

Re: XStream Version

2012-03-21 Thread Łukasz Lenart
Register an issue ... Regards -- Łukasz http://www.lenart.org.pl/ mobile +48 606 323 122, office +27 11 0838747 Warszawa JUG conference - Confitura http://confitura.pl/ 2012/3/21 Eric Lentz : > Would it be this forum or somewhere else that I would suggest an upgrade to > which version of XStrea

XStream Version

2012-03-21 Thread Eric Lentz
Would it be this forum or somewhere else that I would suggest an upgrade to which version of XStream Struts 2 uses? I recently started using it for development not related to Struts 2, and found that the version being used is 1.2.2, which was released in May of 2007 [1][2]. I upgraded to 1.4.2, the

Re: nested property tag in action tag

2012-03-21 Thread Markus Demetz
ok, for now I got it working by doing it in this way: the thing is that I use the OpenSessionInView pattern with hibernate, so I get lazy exceptions here since the action already executed (now I prepared my specific properties in non lazy mode). I'm doing so, beacause I need the computation o