Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-27 Thread Lukasz Lenart
2014-01-28 Chris : > Thanks, But I 'm not sure to understand . > Do I have to stop to use Struts2 ? > I don't want to use java persistence framework > I just try to find a CRUD example without Java persistence framework. Struts2 is all about web development - that's why it doesn't provide database

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-27 Thread Chris
Thanks, But I 'm not sure to understand . Do I have to stop to use Struts2 ? I don't want to use java persistence framework I just try to find a CRUD example without Java persistence framework. Regards Le Lundi 27 janvier 2014 17h37, Lukasz Lenart a écrit : 2014-01-27 Chris : > Hello, > Do y

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-27 Thread Lukasz Lenart
2014-01-27 Chris : > Hello, > Do you know, where we can read a 2.3.16 version of > http://struts.apache.org/release/1.2.x/faqs/database.html ? It isn't supported in 2.x at all - it was a bad idea from very beginning, instead you can use Spring, myBatis or JPA directly. Regards -- Łukasz + 48 60

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-27 Thread Chris
Hello, Do you know, where we can read a 2.3.16 version of http://struts.apache.org/release/1.2.x/faqs/database.html ? Le Vendredi 24 janvier 2014 11h18, Lukasz Lenart a écrit : Pull Request are always welcome :-) You can post your requirements as a comment to the ticket. Regards -- Łu

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-24 Thread Lukasz Lenart
Pull Request are always welcome :-) You can post your requirements as a comment to the ticket. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014/1/24 Chris : > Hello, > I mean with more screens, more actions, and interdependence, or chained > > For example : > - a first screen

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-24 Thread Chris
Hello, I mean with more screens, more actions, and interdependence, or chained For example : - a first screen (login.jsp : controling user authorized or not ) - a second one (search.jsp : which name do you want to retrieve ? ) - the screen with the found names...etc Regards, Chris Le J

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-22 Thread Lukasz Lenart
2014/1/22 Chris : > Hello, > > Il would be interesting to begin the CRUD example with both a login.jsp and a > search.jsp Not sure what you mean by that :\ Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To uns

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-22 Thread Chris
Hello, Il would be interesting to begin the CRUD example with both a login.jsp and a search.jsp Regards Le Lundi 13 janvier 2014 11h50, Lukasz Lenart a écrit : And the CRUD example has been rewritten to use the latest S2 version https://issues.apache.org/jira/browse/WW-3993 2014/1/13

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-13 Thread Lukasz Lenart
And the CRUD example has been rewritten to use the latest S2 version https://issues.apache.org/jira/browse/WW-3993 2014/1/13 Lukasz Lenart : > 2014/1/11 Chris : >> java.lang.reflect.InvocationTargetException - Class: >> com.opensymphony.xwork2.inject.ContainerImpl$MethodInjector >> File: Contain

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-13 Thread Lukasz Lenart
2014/1/11 Chris : > java.lang.reflect.InvocationTargetException - Class: > com.opensymphony.xwork2.inject.ContainerImpl$MethodInjector > File: ContainerImpl.java > Method: inject > Line: 301 - com/opensymphony/xwork2/inject/ContainerImpl.java:301:-1 > at org.apache.struts2.dispatcher.Dispatche

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-13 Thread Lukasz Lenart
Remove GXP plugin 2014/1/11 Chris : > Maybe it's not about missing jar but something else. > > 11 janv. 2014 16:41:54 > com.opensymphony.xwork2.config.providers.XmlConfigurationProvider info > INFO: Parsing configuration file [struts-default.xml] > 11 janv. 2014 16:41:54 > com.opensymphony.xwork

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-11 Thread Chris
Maybe it's not about missing jar but something else. 11 janv. 2014 16:41:54 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider info INFO: Parsing configuration file [struts-default.xml] 11 janv. 2014 16:41:54 com.opensymphony.xwork2.config.providers.XmlConfigurationProvider info I

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-11 Thread Chris
Well, I  already added all the struts-2.3.16 jar files to see what will happen. Without success. It's a bad solution and the error message is the same. Maybe the question is not about dependencies. It would  be better to know why it can't work. java.lang.reflect.InvocationTargetException - Class:

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-11 Thread Johannes Geppert
Take a look at the Stacktrace. :-) Caused by: java.lang.IllegalArgumentException: Javassist library is missing in classpath! Please add missed dependency! Best Regards Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 20