Re: Tiles Struts2 Annotations

2014-06-22 Thread Amine BADID
Hi Lukasz. Thank you a lot. The problem is resolved. Le Dimanche 22 juin 2014 16h27, Lukasz Lenart a écrit : When using the Convention plugin you must set struts.convention.default.parent.package = tiles-default to use tiles result 2014-06-22 16:24 GMT+02:00 Amine BADID : > Hi Dave. >

Re: Tiles Struts2 Annotations

2014-06-22 Thread Lukasz Lenart
When using the Convention plugin you must set struts.convention.default.parent.package = tiles-default to use tiles result 2014-06-22 16:24 GMT+02:00 Amine BADID : > Hi Dave. > I tried to use theses syntaxe: > > and > > > The both are "false" and did not resolve my problem > > Here a

Re: Tiles Struts2 Annotations

2014-06-22 Thread Amine BADID
Hi Dave. I tried to use theses syntaxe: and The both are "false" and did not resolve my problem Here are a scan image of libraries and thank you a lot : Le Dimanche 22 juin 2014 16h14, Dave Newton a écrit : What libraries/jars are you deploying? Are you using a parent package

Re: Tiles Struts2 Annotations

2014-06-22 Thread Dave Newton
What libraries/jars are you deploying? Are you using a parent package that extends tiles-default? On Jun 22, 2014 10:07 AM, "Amine BADID" wrote: > Hi All. > I'm workgin on JEE web application, using Struts2 with annotations and > tiles too. > I've an error: > - 2014-06-22 15:53:51,187 ERROR [org.

Tiles Struts2 Annotations

2014-06-22 Thread Amine BADID
Hi All. I'm workgin on JEE web application, using Struts2 with annotations and tiles too. I've an error: - 2014-06-22 15:53:51,187 ERROR [org.apache.struts2.dispatcher.Dispatcher] - Unable to load configuration. - [unknown location]     at com.opensymphony.xwork2.config.ConfigurationManager.get

Re: struts2 annotations

2010-09-06 Thread Hantsy Bai
于 2010/9/6 16:31, Daniel Rindt 写道: Am Montag, den 06.09.2010, 13:55 +0800 schrieb Hantsy Bai: Use convention plugin[1] please, it is shipped with struts2 dist package. [1]https://cwiki.apache.org/confluence/display/WW/Convention%20Plugin Thanks for the reactions, but after using the convention

Re: struts2 annotations

2010-09-06 Thread Daniel Rindt
Am Montag, den 06.09.2010, 13:55 +0800 schrieb Hantsy Bai: > Use convention plugin[1] please, it is shipped with struts2 dist > package. > [1]https://cwiki.apache.org/confluence/display/WW/Convention%20Plugin Thanks for the reactions, but after using the convention plugin, i am not able to use the

Re: struts2 annotations

2010-09-05 Thread Hantsy Bai
于 2010/9/6 1:13, Daniel Rindt 写道: Hello, i am using struts2-core 2.2.1 via maven2 in my project. My problem is, that i can't find the annotations. The installation of the package struts2-annotations 1.0.5 doesn't help. Where can i use the annotations again? Thanks for reading, und

Re: struts2 annotations

2010-09-05 Thread Vinicius Ferraz
Rindt wrote: > Hello, > > i am using struts2-core 2.2.1 via maven2 in my project. My problem is, > that i can't find the annotations. The installation of the package > struts2-annotations 1.0.5 doesn't help. > Where can i use the annotations again? > > Thanks for

struts2 annotations

2010-09-05 Thread Daniel Rindt
Hello, i am using struts2-core 2.2.1 via maven2 in my project. My problem is, that i can't find the annotations. The installation of the package struts2-annotations 1.0.5 doesn't help. Where can i use the annotations again? Thanks for reading, understanding, answering ;-) Daniel sig

Re: Struts2 annotations and superclass

2010-04-30 Thread Robert Taylor
will have to provide the annotation since annotations are not inherited. /robert - Original Message - From: "Robert Taylor" To: "Struts Users Mailing List" Sent: Wednesday, April 21, 2010 8:44 AM Subject: Struts2 annotations and superclass Greetings, We

Re: Struts2 annotations and superclass

2010-04-27 Thread Wes Wannemacher
are converting from using Struts1 and XDoclet to Struts2 and Struts2 > annotations. > > We have a base action class which handles requests which displays grid style > information. > The super class is a template pattern which does a lot of the common heavy > lifting and exposes >

Struts2 annotations and superclass

2010-04-21 Thread Robert Taylor
Greetings, We are converting from using Struts1 and XDoclet to Struts2 and Struts2 annotations. We have a base action class which handles requests which displays grid style information. The super class is a template pattern which does a lot of the common heavy lifting and exposes a method

Struts2 Annotations Validation of an Object's property

2008-01-24 Thread Filipe David Manana
Hi, I have an action that has an object of type "User" as a property. I have a jsp that has a form with several fields, each one targets a property of this User object. How can I use annotations to validate these fields? public class User { private String name; private String email; // ge

Ajax form submit - problem with Struts2 annotations cont.

2007-12-11 Thread Aleksander Adamowski
Hi! Regarding the question asked by wild_oscar on Nov 19, 2007 on this list (http://www.nabble.com/Ajax-form-submit---problem-with-Struts2-annotations--to13834818.html). I have a similar problem - Oscar, did you find out why is it happening and whether it's a bug in Struts 2? -- Best Re

Re: Ajax form submit - problem with Struts2 annotations?

2007-11-21 Thread wild_oscar
quot;/save">Test > > Does anyone know why the submit button does not work? > -- View this message in context: http://www.nabble.com/Ajax-form-submit---problem-with-Struts2-annotations--tf4835849.html#a13876490 Sent from the Struts - User mailing list archive at Nabble.com.

Ajax form submit - problem with Struts2 annotations?

2007-11-19 Thread wild_oscar
ks well. I tried this s:a link: Test Does anyone know why the submit button does not work? -- View this message in context: http://www.nabble.com/Ajax-form-submit---problem-with-Struts2-a