Re: how to remove .action suffix in struts 2.1

2012-08-03 Thread Łukasz Lenart
Do you use the REST plugin ? If so please try with the latest snapshot as there was a bug in RestActionMapper which prevents to properly handle static resources. Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ 2012/7/10

Re: how to remove .action suffix in struts 2.1

2012-07-10 Thread lucas owen
thanks Lukasz, but I get the same error. my welcome file is index.html, so first of all it complains: HTTP 404 - There is no Action mapped for namespace / and action name index.html But now I can access my actions without the .action in the URL. The problem is that the CSS's dont display, I pres

Re: how to remove .action suffix in struts 2.1

2012-07-10 Thread Łukasz Lenart
2012/7/10 lucas owen : > > struts2 > * > It should be /* And what kind of error do you have with css ? Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/

Re: how to remove .action suffix in struts 2.1

2012-07-10 Thread lucas owen
tp://struts.apache.org/2.0.11/docs/strutsproperties.html > > > > -Ruben Cepeda > > > > > > > >> Date: Wed, 11 Aug 2010 14:57:33 +0530 > >> Subject: how to remove .action suffix in struts 2.1 > >> From: mail.supra...@gmail.com > >> To: user@st

Re: how to remove .action suffix in struts 2.1

2010-08-12 Thread Dave Newton
l > > -Ruben Cepeda > > > >> Date: Wed, 11 Aug 2010 14:57:33 +0530 >> Subject: how to remove .action suffix in struts 2.1 >> From: mail.supra...@gmail.com >> To: user@struts.apache.org >> >> Hi all, >> I need to remove the .action suffix associa

RE: how to remove .action suffix in struts 2.1

2010-08-12 Thread Ruben Cepeda
If you haven't done so yet you'll have to create a struts.properties file and override it. Here http://struts.apache.org/2.0.11/docs/strutsproperties.html -Ruben Cepeda > Date: Wed, 11 Aug 2010 14:57:33 +0530 > Subject: how to remove .action suffix in struts 2.1 &g

Re: how to remove .action suffix in struts 2.1

2010-08-11 Thread Dave Newton
gt; To: Struts Users Mailing List > Subject: how to remove .action suffix in struts 2.1 > > Hi all, > I need to remove the .action suffix associated with the actions. > Please advise how to do this. > Thanks and regards, > Supratim > > DISCLAIMER > == > This e

RE: how to remove .action suffix in struts 2.1

2010-08-11 Thread Rakeshkumar Parmar
...@gmail.com] Sent: Wednesday, August 11, 2010 2:58 PM To: Struts Users Mailing List Subject: how to remove .action suffix in struts 2.1 Hi all, I need to remove the .action suffix associated with the actions. Please advise how to do this. Thanks and regards, Supratim DISCLAIMER == This e

how to remove .action suffix in struts 2.1

2010-08-11 Thread Supratim Bandyopadhyaya
Hi all, I need to remove the .action suffix associated with the actions. Please advise how to do this. Thanks and regards, Supratim

Interesting behavior of struts 2.1

2010-03-24 Thread Eduard Neuwirt
Hello all, I am facing a strange problem. If I redefine in web.xml the struts-filters (see following xml-snip), the struts works fine, but I loose my location settings after FORWARDING. Any idea ? Please advice. Regards Eduard P.S.: I haven't debugged the struts code. openSessionIn

Re: best practices in struts 2.1 - Tiles and Convention - clean URLs with minimum number of actions

2009-12-24 Thread Wes Wannemacher
link in to /register-submit, which isn't awful, since > validation is performed. But I'd like to minimize the number of actionable > URLs on my site and avoid writing an isBlank() method for each form. > > It would seem more straightforward if I could depend o

Re: best practices in struts 2.1 - Tiles and Convention - clean URLs with minimum number of actions

2009-12-23 Thread Paweł Wielgus
; } > } > > Someone can still link in to /register-submit, which isn't awful, since > validation is performed. But I'd like to minimize the number of > actionable URLs on my site and avoid writing an isBlank() method for > each form. > > It would seem more

best practices in struts 2.1 - Tiles and Convention - clean URLs with minimum number of actions

2009-12-22 Thread Charles Parker
e URLs on my site and avoid writing an isBlank() method for each form. It would seem more straightforward if I could depend on an INPUT result on the first load of the page (with @SkipValidation), and then execute() thereafter, with only a single action defined at the class level instead of

Re: [Struts 2.1.8] Is the Dojo plugin really deprecated on Struts 2.1 ?

2009-12-21 Thread Lukasz Lenart
2009/12/21 Fernandes Celinio : > I have got 2 additional questions : > What is the motivation ? Why is Dojo deprecated in favour of jQuery ? I really don't remember, there was large discussion about that - too complicated code base, old dojo version used, too hard to migrate, so on... > I am not

RE: [Struts 2.1.8] Is the Dojo plugin really deprecated on Struts 2.1 ?

2009-12-21 Thread Fernandes Celinio
available somewhere ? Thanks. -Message d'origine- De : Lukasz Lenart [mailto:lukasz.len...@googlemail.com] Envoyé : lundi 21 décembre 2009 12:53 À : Struts Users Mailing List Objet : Re: [Struts 2.1.8] Is the Dojo plugin really deprecated on Struts 2.1 ? 2009/12/21 Fernandes Celinio :

Re: [Struts 2.1.8] Is the Dojo plugin really deprecated on Struts 2.1 ?

2009-12-21 Thread Lukasz Lenart
2009/12/21 Fernandes Celinio : > Is that true ? Yes > I have been playing with it lately, it seems to work well. > If it is really deprecated, what is the replacement then ? jQuery ? Exactly, take a look on that http://code.google.com/p/struts2-jquery/ it should be soon integrated into framewor

[Struts 2.1.8] Is the Dojo plugin really deprecated on Struts 2.1 ?

2009-12-21 Thread Fernandes Celinio
Hi, According to the documentation, the "The Dojo plugin will be deprecated on Struts 2.1". http://struts.apache.org/2.1.8/docs/ajax-tags.html Is that true ? I have been playing with it lately, it seems to work well. If it is really deprecated, what is the replacement then ? jQue

Re: Struts 2.1 book

2009-11-04 Thread Dave Newton
James Cook wrote: I have that book and thoroughly enjoyed it, gave me a great platform for me to transition from S1 to S2... So I second the recommendation Thank you both very much--that means a lot to me. Stay tuned for "Inside Struts 2" as well, although I'm a bit delayed at the moment :/

RE: Struts 2.1 book

2009-11-02 Thread James Cook
Subject: RE: Struts 2.1 book You may want to get Dave Newton's apache struts 2 web application development book (2009, Packt Publishing) which covers many of the newer features of Struts 2.1.X. Bruce -Original Message- From: Muthu Velappan [mailto:muthu.velap...@aspiresys.com] Sent: S

RE: Struts 2.1 book

2009-11-02 Thread Phillips, Bruce A
You may want to get Dave Newton's apache struts 2 web application development book (2009, Packt Publishing) which covers many of the newer features of Struts 2.1.X. Bruce -Original Message- From: Muthu Velappan [mailto:muthu.velap...@aspiresys.com] Sent: Sunday, November 01, 20

RE: Struts 2.1 book

2009-11-01 Thread Muthu Velappan
] Sent: Monday, April 20, 2009 8:51 AM To: Struts Users Mailing List; w...@wantii.com Subject: Re: Struts 2.1 book thanks wes for the information...will try the MEAP version then Rgds Yanto On Mon, Apr 20, 2009 at 9:55 AM, Wes Wannemacher wrote: > On Sunday 19 April 2009 21:47:24 Yanto wr

Re: Switching Action between different modules in Struts 2.1.x...

2009-09-23 Thread Paweł Wielgus
tacktraces > There is no Action mapped for namespace /admin and action name /home/Home. - > [unknown location] > > com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:178) > > > Thanks, > Muthu > > -- > View this message in context: >

Switching Action between different modules in Struts 2.1.x...

2009-09-23 Thread Muthu Velappan
.DefaultActionProxy.prepare(DefaultActionProxy.java:178) Thanks, Muthu -- View this message in context: http://www.nabble.com/Switching-Action-between-different-modules-in-Struts-2.1.x...-tp25531036p25531036.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Struts 2.1 release date?

2009-08-06 Thread Dave Newton
hisameer wrote: Hi I am using Struts2.1.6 and trying to use DOJO inorder to use tabbed panel using this http://struts.apache.org/2.0.9/docs/ajax-and-javascript-recipes.html#AjaxandJavaScriptRecipes-Reloadtabscontentwhenselected link . I no able to see the tabs at all This is my jsp page: <%@

Re: Struts 2.1 release date?

2009-08-05 Thread hisameer
; > >> > >> *** >> > > Bear Stearns is not responsible for any >> > recommendation, solicitation, >> > > offer or agreement or any information about any >> > transaction, cu

Re: [Struts 2.1] Using a s:select with type conversion

2009-07-13 Thread Musachy Barroso
y advice on the matter would be welcomed. > > I have posted the bug under https://issues.apache.org/struts/browse/WW-3184 > attaching a simple Use Case showing what I find to be an unexpected > behaviour. > > Thanks for your help! > Denis. > -- > View this message in c

[Struts 2.1] Using a s:select with type conversion

2009-07-13 Thread dcabasson
help! Denis. -- View this message in context: http://www.nabble.com/-Struts-2.1--Using-a-s%3Aselect-with-type-conversion-tp24467738p24467738.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: [Struts 2.1]Does an alias result exist in struts 2?

2009-07-13 Thread Musachy Barroso
f the gloabl HOME > result. > > Does that make sense to you guys? Is that worth entering a JIRA ticket for > that enhancement? > > Thanks! > Denis. > -- > View this message in context: > http://www.nabble.com/-Struts-2.1-Does-an-alias-result-exist-in-struts-2--tp24

[Struts 2.1]Does an alias result exist in struts 2?

2009-07-13 Thread dcabasson
rently you have no way of telling struts this INPUT result is only an alias of the gloabl HOME result. Does that make sense to you guys? Is that worth entering a JIRA ticket for that enhancement? Thanks! Denis. -- View this message in context: http://www.nabble.com/-Struts-2.1-Does-an-alias-resul

Re: Struts 2.1 Assigning a property to a JSP variable

2009-06-25 Thread gdown
Well I found 2 ways to assign an action's property to a JSP variable in a scriptlet: Solution 1: Set property as an attribute JSP: <% String myProductType = request.getAttribute("prodType") %> This takes the action's productType property and stores it as an attribute called prodType in the req

Re: Struts 2.1 Accessing the action instance from a JSP

2009-06-25 Thread gdown
; >> >> >> %> >> >> >> Thanks in advance, >> Graham >> >> >> >> >> - >> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org >> For additional comma

Re: Struts 2.1 Accessing the action instance from a JSP

2009-06-25 Thread Wes Wannemacher
anks in advance, > Graham > > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > -- Wes Wannemacher A

Struts 2.1 Accessing the action instance from a JSP

2009-06-25 Thread gdown
Does anyone know how to access the action instance from the value stack. I'd like to be able to call a method on the action from the JSP. I'm trying to do something like this: MyAction.java: public class MyAction extends ActionSupport { public String myMethod() { return "somethi

Struts 2.1 Assigning a property to a JSP variable

2009-06-25 Thread gdown
Does anyone know how to assign a value from to a JSP variable? I'm trying to do something like this (I know this doesn't work): <% String prodType = ; %> We're migrating a struts 1.0.2 app to 2.1 and we have a lot of code that used to access the ActionForm and assign values to JSP. Thanks

Re: Creating SEO urls in struts 2.1

2009-06-22 Thread simplyolaf
I have added a working example in my blog. I didn't provide a pom so you need to manually copy the struts 2.1 libraries + convention plugin to the lib directory. Also you need to change local.properties to point to your application server. If you have any issue running this example please l

RE: Creating SEO urls in struts 2.1

2009-06-15 Thread Martin Gainty
2009 22:19:56 +0700 > Subject: Re: Creating SEO urls in struts 2.1 > From: fr...@meruvian.org > To: user@struts.apache.org > > what is the step that should i do for testing your code? > > F > > On Mon, Jun 15, 2009 at 5:17 PM, simplyolaf wro

Re: Creating SEO urls in struts 2.1

2009-06-15 Thread Frans Thamura
#x27;importe quel effet légalement obligatoire. Étant donné que >>> les email peuvent facilement être sujets à la manipulation, nous ne >>> pouvons accepter aucune responsabilité pour le contenu fourni. >>> >>> >>> >>> >>>> Date: Mon, 1

Re: Creating SEO urls in struts 2.1

2009-06-15 Thread simplyolaf
;information seulement et >> n'aura pas n'importe quel effet légalement obligatoire. Étant donné que >> les email peuvent facilement être sujets à la manipulation, nous ne >> pouvons accepter aucune responsabilité pour le contenu fourni. >> >> >> >&g

Re: Creating SEO urls in struts 2.1

2009-06-14 Thread Frans Thamura
n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > >> Date: Mon, 15 Jun 2009 00:44:20 +0700 >> Subject: Re: Cre

RE: Creating SEO urls in struts 2.1

2009-06-14 Thread Martin Gainty
> Date: Mon, 15 Jun 2009 00:44:20 +0700 > Subject: Re: Creating SEO urls in struts 2.1 > From: fr...@meruvian.org > To: user@struts.apache.org > > hi there > > can i get your .war with source > > so can run and play > > F > > On Sun, Jun 14, 2009 at 3

Re: Creating SEO urls in struts 2.1

2009-06-14 Thread Frans Thamura
t: > http://www.nabble.com/Creating-SEO-urls-in-struts-2.1-tp24019389p24019389.html > Sent from the Struts - User mailing list archive at Nabble.com. > -- -- Frans Thamura Meruvian. Java and Enterprise OSS Mobile: +62 855 7888 699 Blog & Profile: http://frans.thamura.info We provide se

Creating SEO urls in struts 2.1

2009-06-14 Thread simplyolaf
://simplyolaf.blogspot.com/2009/06/creating-hierarchical-actions-in-struts.html Creating Hierarchical/SEO URLs in Struts 2 -- View this message in context: http://www.nabble.com/Creating-SEO-urls-in-struts-2.1-tp24019389p24019389.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Upgrading AppFuse to Struts 2.1

2009-05-05 Thread Dave Newton
Wes Wannemacher wrote: On Tue, May 5, 2009 at 12:25 PM, mraible wrote: Yes, but I don't have actionPackages configured in web.xml, so I don't believe it's enabled. It still might be... Check this section - http://struts.apache.org/2.x/docs/convention-plugin.html#ConventionPlugin-Codebehindhe

Re: Upgrading AppFuse to Struts 2.1

2009-05-05 Thread Wes Wannemacher
up that class as an >> action. >> >> -Wes >> >> On Tue, May 5, 2009 at 11:10 AM, mraible wrote: >>> >>> >>> >>> mraible wrote: >>>> >>>> This weekend, I attempted to upgrade AppFuse to use Struts 2.1 (formerly >>>> us

Re: Upgrading AppFuse to Struts 2.1

2009-05-05 Thread mraible
aible wrote: >> >> >> >> mraible wrote: >>> >>> This weekend, I attempted to upgrade AppFuse to use Struts 2.1 (formerly >>> using 2.0.11.1). I used the following instructions: >>> >>> http://cwiki.apache.org/S2WIKI/troubleshooting-guid

Re: Upgrading AppFuse to Struts 2.1

2009-05-05 Thread Wes Wannemacher
and see if conventions is picking up that class as an action. -Wes On Tue, May 5, 2009 at 11:10 AM, mraible wrote: > > > > mraible wrote: >> >> This weekend, I attempted to upgrade AppFuse to use Struts 2.1 (formerly >> using 2.0.11.1). I used the following instructio

Re: Upgrading AppFuse to Struts 2.1

2009-05-05 Thread mraible
mraible wrote: > > This weekend, I attempted to upgrade AppFuse to use Struts 2.1 (formerly > using 2.0.11.1). I used the following instructions: > > http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html > > After completing all the

Re: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread Dave Newton
Martin Gainty wrote: //ping rainier as earlier suggested for a response on this opensymphony issue Is WW even being developed anymore? Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands

RE: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread Martin Gainty
...@yahoo.com > To: user@struts.apache.org > Subject: Re: Upgrading AppFuse to Struts 2.1 > > mraible wrote: > > > > Does that mean there isn't a bug and I'm doing something wrong? > > (No, I haven't looked at the App

Re: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread Dave Newton
mraible wrote: Does that mean there isn't a bug and I'm doing something wrong? (No, I haven't looked at the AppFuse stuff yet; just trying to figure out what the previous response was trying to say.) Dave - To unsubscribe

Re: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread mraible
n the S2 documentation is from the S2 showcase > validation example, which doesn't use anything from XW1. Or WW. > > Dave > Does that mean there isn't a bug and I'm doing something wrong? Thanks, Matt -- View this message in context: http://www.nabble.com/Upgrad

Re: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread Dave Newton
//lets take a look at documentation on using visitor field validator from http://struts.apache.org/2.0.14/docs/using-visitor-field-validator.html public class VisitorValidatorsExampleAction extends AbstractValidationActionSupport //Latest WW 2.2.7 distro d/l http://www.opensymphony.com/webwork/d

RE: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread Martin Gainty
pter aucune responsabilité pour le contenu fourni. > Date: Mon, 27 Apr 2009 06:57:52 -0700 > From: m...@raibledesigns.com > To: user@struts.apache.org > Subject: Upgrading AppFuse to Struts 2.1 > > > This weekend, I attempted to upgrade AppFuse to use Struts 2.1 (f

Upgrading AppFuse to Struts 2.1

2009-04-27 Thread mraible
This weekend, I attempted to upgrade AppFuse to use Struts 2.1 (formerly using 2.0.11.1). I used the following instructions: http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html After completing all the steps, I was able to get everything to compile and

Re: Struts 2.1 book

2009-04-21 Thread Dave Newton
Martin Gainty wrote: is anyone proofreading?..i'll sign up for a free copy > [...] > we cannot take responsibility over the the contents. I think we're doing okay, but thanks. Dave - To unsubscribe, e-mail: user-unsubscr...@

Re: Struts 2.1 book

2009-04-19 Thread Yanto
thanks wes for the information...will try the MEAP version then Rgds Yanto On Mon, Apr 20, 2009 at 9:55 AM, Wes Wannemacher wrote: > On Sunday 19 April 2009 21:47:24 Yanto wrote: > > Hi, > > > > Just wondering currently is there any book that cover Struts 2.1 ? > &g

Re: Struts 2.1 book

2009-04-19 Thread Bhaarat Sharma
la > copie > > de ceci est interdite. Ce message sert à l'information seulement et > n'aura > > pas n'importe quel effet légalement obligatoire. Étant donné que les > email > > peuvent facilement être sujets à la manipulation, nous ne pouvons > accepter > >

Re: Struts 2.1 book

2009-04-19 Thread Chris Pratt
de ceci est interdite. Ce message sert à l'information seulement et n'aura > pas n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni.

RE: Struts 2.1 book

2009-04-19 Thread Martin Gainty
ponsabilité pour le contenu fourni. > From: w...@wantii.com > To: user@struts.apache.org > Subject: Re: Struts 2.1 book > Date: Sun, 19 Apr 2009 22:12:06 -0400 > > On Sunday 19 April 2009 22:07:00 Dave Newton wrote: > > Yanto wrote: > > > Just wondering current

Re: Struts 2.1 book

2009-04-19 Thread Wes Wannemacher
On Sunday 19 April 2009 22:07:00 Dave Newton wrote: > Yanto wrote: > > Just wondering currently is there any book that cover Struts 2.1 ? > > try to google but so far not found yet. > > Struts 2 Web Application Development includes S2.1, but is more of an > S2.1-based end-t

Re: Struts 2.1 book

2009-04-19 Thread Dave Newton
Yanto wrote: Just wondering currently is there any book that cover Struts 2.1 ? try to google but so far not found yet. Struts 2 Web Application Development includes S2.1, but is more of an S2.1-based end-to-end webapp development book rather than S2.1 reference, for which we have the

Re: Struts 2.1 book

2009-04-19 Thread Wes Wannemacher
On Sunday 19 April 2009 21:47:24 Yanto wrote: > Hi, > > Just wondering currently is there any book that cover Struts 2.1 ? > try to google but so far not found yet. > > Thanks & Regards > Yanto Yes, my book is in the works and when published, it will cover 2.1. You can

Struts 2.1 book

2009-04-19 Thread Yanto
Hi, Just wondering currently is there any book that cover Struts 2.1 ? try to google but so far not found yet. Thanks & Regards Yanto

Re: S2: latest Struts 2.1.x and latest CXF dont play nice together

2009-04-08 Thread cheeran
the >> Filter not to handle "/service" urls. Again all this is because of a >> very poor web.xml (servlet) spec with regard to simple url-pattern >> without the chance to exclude something >> >> Any hints ?? >> >> >> --- >> regards >> Marc Logemann

Re: S2: latest Struts 2.1.x and latest CXF dont play nice together

2009-04-03 Thread Marc Logemann
Ahh here we go. Just read the struts 2.0 -> 2.1 migration guide and saw this: "The default action extension list (struts.action.extension) has changed from just 'action' to 'action' plus "" (no extension). If your application has servlets or other requests that have no extension then they

S2: latest Struts 2.1.x and latest CXF dont play nice together

2009-04-03 Thread Marc Logemann
Hi, i have the following web.xml: struts2 class > org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilterfilter-class> struts2 /* CXFServlet org.apache.cxf.transport.servlet.CXFServlet

Re: Dojo plugin deprecated on Struts 2.1: why ?

2009-03-24 Thread Lukasz Lenart
2009/3/24 : > I have two main questions about that : > 1) What is the reason ? Is it because it is slow ? Not enough support from community and no plans to upgrade to latest Dojo version (no volunteers) > 2) Will it be replaced by another Javascript library ? Not replacement, but a new plugin,

RE: Dojo plugin deprecated on Struts 2.1: why ?

2009-03-23 Thread Muthu Velappan
ed on Struts 2.1: why ? hi, I just read that the Dojo plugin will be deprecated on Struts 2.1 http://struts.apache.org/2.1.6/docs/ajax-tags.html I have two main questions about that : 1) What is the reason ? Is it because it is slow ? 2) Will it be replaced by another Javascript library ? Pleas

Dojo plugin deprecated on Struts 2.1: why ?

2009-03-23 Thread cel975
hi, I just read that the Dojo plugin will be deprecated on Struts 2.1 http://struts.apache.org/2.1.6/docs/ajax-tags.html I have two main questions about that : 1) What is the reason ? Is it because it is slow ? 2) Will it be replaced by another Javascript library ? Please let us know. Thanks

Re: Do all actions in an action class (struts 2.1) have to inherit definitions from the same package?

2009-03-14 Thread musomesa
Thanks for clarifying. Chris -Original Message- From: Musachy Barroso To: Struts Users Mailing List Sent: Fri, 13 Mar 2009 10:44 pm Subject: Re: Do all actions in an action class (struts 2.1) have to inherit definitions from the same package? yes On Fri, Mar 13, 2009 at 4:53 AM

Re: Do all actions in an action class (struts 2.1) have to inherit definitions from the same package?

2009-03-13 Thread Musachy Barroso
yes On Fri, Mar 13, 2009 at 4:53 AM, wrote: > > Question on design intent: I noticed that the @Action annotation does not > have attributes for a parent namespace so if you have multiple actions in the > same class you only have the @ParentPackage class level annotation to > indicate the loca

Do all actions in an action class (struts 2.1) have to inherit definitions from the same package?

2009-03-13 Thread musomesa
Question on design intent: I noticed that the @Action annotation does not have attributes for a parent namespace so if you have multiple actions in the same class you only have the @ParentPackage class level annotation to indicate the location of definitions for custom inteceptors, results etc.

Struts 2.1 utf-8 validation messages (in Arabic, Chinese etc) displayed in "?" when using Ajax validation, a bug or wrong setting?

2009-03-03 Thread Qunhuan Mei
Hi all, I am going to use Struts-blank-2.1.6 to demonstrate a localisation problem when doing Ajax validation in maybe 10 minutes. I am not sure if it is a bug (from dojo-plugin?) or just a wrong setting somewhere. Hope some expert could shed some light here. Much appreciated. Steps to reproduc

Struts 2.1 Ajax based input validation inside innerHTML problem

2009-02-23 Thread Qunhuan Mei
Hi, I run into a problem when trying to run Struts 2.1 Ajax based form input and validation code inside innerHTML I managed to get the validation working on the server but the Json based Ajax return simply does not go into the form code inside innerHTML. The browser treat the Ajax return as

Re: Struts 2.1 validation with annotations

2009-02-20 Thread Musachy Barroso
irection of what I am missing? >> >> >> Norris Shelton >> Software Engineer >> Sun Certified Java 1.1 Programmer >> Shelton Consulting, LLC >> ICQ# 26487421 >> AIM NorrisEShelton >> YIM norrisshelton >> >> >> >> >> __

Re: Struts 2.1 validation with annotations

2009-02-20 Thread billgloff
__ > From: Musachy Barroso > To: Struts Users Mailing List > Sent: Thursday, February 19, 2009 3:45:35 PM > Subject: Re: Struts 2.1 validation with annotations > > It seems like the default message for that validator is null. Try > adding a break p

Re: Struts 2.1 validation with annotations

2009-02-19 Thread Norris Shelton
List Sent: Thursday, February 19, 2009 3:45:35 PM Subject: Re: Struts 2.1 validation with annotations It seems like the default message for that validator is null. Try adding a break point to ValidatorSupport:getMessage and see if the defaultMessage is null. musachy On Thu, Feb 19, 2009 at 3:31

Re: Struts 2.1 validation with annotations

2009-02-19 Thread Musachy Barroso
It seems like the default message for that validator is null. Try adding a break point to ValidatorSupport:getMessage and see if the defaultMessage is null. musachy On Thu, Feb 19, 2009 at 3:31 PM, Norris Shelton wrote: > validateObject -- "Hey you! Would you help me to carry the stone?" Pin

Struts 2.1 validation with annotations

2009-02-19 Thread Norris Shelton
I am looking to set-up validation, but I am getting errors. I added the following to my struts.xml: The class that I want to validate is defined as follows: @ParentPackage("conap") publ

Struts 2.1 Rest and Convention Tutorial

2009-01-28 Thread GF
Hello everyone. After the release of Struts 2.1 as GA (in 2.1.6) I decided to write a quite simple tutorial about creating a basic application that uses the features of Struts2 Rest Plugin and some of Convention Plugin. If someone might be interested, here you can read it: http

Re: Roadmap for GA Release of Struts 2.1?

2009-01-12 Thread Lukasz Lenart
As I know, vote is under way or already finished so Struts 2.1.6 should be released shortly (this week?) Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional co

Roadmap for GA Release of Struts 2.1?

2009-01-12 Thread Robert Graf-Waczenski
Hi All, i see that many of you fine people are using Struts 2.1 already. I'm a bit concerned to use a beta release in our production system here, so i'd like to know if there is any schedule for the GA release of 2.1. This here http://struts.apache.org/2.1.2/docs/version-notes-212.

Re: Pls covert this code to struts 2.1

2009-01-05 Thread Bert Van den Brande
that is the reason for the ClassNotFoundException ... Friendly greetings, Bert VdB On Tue, Jan 6, 2009 at 7:44 AM, taj uddin wrote: > Hi, > > My application was developed on struts 1.2 and i was struck up with a problem > when i try to convert that code into struts 2.1 version. > So, pls convert

Pls covert this code to struts 2.1

2009-01-05 Thread taj uddin
Hi, My application was developed on struts 1.2 and i was struck up with a problem when i try to convert that code into struts 2.1 version. So, pls convert the code given below which was developed using struts 1.2 api into struts 2.1. The code is:   Select Where- documentTypes is

Struts 2.1.x - Cookie inteceptor in whar .jar??

2008-11-19 Thread Burton Rhodes
I keep getting this error on startup... "SEVERE: Unable to find interceptor class referenced by ref-name cookie - interceptor-ref" I assume I don't have the correct jar file in my class path. Anyone know which one contains the cookie interceptor? Many thanks! --

struts 2.1 beta release yet ?

2008-11-04 Thread Pedro Herrera
when struts 2.1 is going to RC ? What are the problems pending to go ahead ? Herrera -- View this message in context: http://www.nabble.com/struts-2.1-beta-release-yet---tp20319689p20319689.html Sent from the Struts - User mailing list archive at Nabble.com

Re: when will struts 2.1 be released?

2008-09-18 Thread Dave Newton
--- On Thu, 9/18/08, roointan wrote: > virtually everything is different in 2.1. I'm running two almost completely unchanged applications in production that went from 2.0.9 to 2.1, so I guess there are more similarities than you'd suspect. Apparently less buggy, too. > if you ask me, I say 2.0x

Re: when will struts 2.1 be released?

2008-09-18 Thread roointan
t; > Hi, > >beta version is released you can download from > > http://struts.apache.org/download.cgi > > enjoy > -- View this message in context: http://www.nabble.com/when-will-struts-2.1-be-released--tp19507678p19558576.html Sent from the Struts - User ma

AW: Struts 2.1 Tree Problem

2008-09-12 Thread Jan Froehlich
S [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 12. September 2008 09:16 An: Struts Users Mailing List Betreff: Re: Struts 2.1 Tree Problem i found solution to the parent node item. here is the code snippet .. *tree construction * - - *java Script code * dojo.event.topic.

Re: Struts 2.1 Tree Problem

2008-09-12 Thread Narayana S
; > > > On Thu, Sep 11, 2008 at 10:17 AM, Narayana S <[EMAIL PROTECTED] > > > > > > wrote: > > > > > > > > > Hi, > > > > > > > > > >now i am working with tree control, when i load the tree i want > to > &g

Re: Struts 2.1 Tree Problem

2008-09-11 Thread Jukka Välimaa
t; > > > wrote: > > > > > > > Hi, > > > > > > > >now i am working with tree control, when i load the tree i want to > > > load > > > > it default extended and what ever the node id i pass that should be > > > >

Re: Struts 2.1 Tree Problem

2008-09-11 Thread Narayana S
g with tree control, when i load the tree i want to > > load > > > it default extended and what ever the node id i pass that should be > > > activated. how i can achieve this using struts 2.1 version. and one > more > > > thing is when i select a n

Re: Struts 2.1 Tree Problem

2008-09-11 Thread Jim Kiley
S <[EMAIL PROTECTED]> > wrote: > > > Hi, > > > >now i am working with tree control, when i load the tree i want to > load > > it default extended and what ever the node id i pass that should be > > activated. how i can achieve this using struts 2.1 v

Re: Struts 2.1 Tree Problem

2008-09-11 Thread Narayana S
activated. how i can achieve this using struts 2.1 version. and one more > thing is when i select a node in the jsp page itself i have to find out the > parent of the node selected. > > please help me to solve this issue, i am kind of stuck.. > > Thanks in advance. >

Struts 2.1 Tree Problem

2008-09-10 Thread Narayana S
Hi, now i am working with tree control, when i load the tree i want to load it default extended and what ever the node id i pass that should be activated. how i can achieve this using struts 2.1 version. and one more thing is when i select a node in the jsp page itself i have to find out the

Re: Struts 2.1 release?

2008-08-28 Thread Laurie Harper
Oleg Mikheev wrote: Hi guys! What are the plans for v2.1 release? Is there any roadmap available? Like this one but with dates: http://cwiki.apache.org/S2WIKI/21-to-25-roadmap.html Thanks With dates; no. Work happens as the project's volunteers find time to do it. Anyone interested in forthc

Struts 2.1 release?

2008-08-28 Thread Oleg Mikheev
Hi guys! What are the plans for v2.1 release? Is there any roadmap available? Like this one but with dates: http://cwiki.apache.org/S2WIKI/21-to-25-roadmap.html Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Struts 2.1 Tree Problem

2008-08-22 Thread Narayana S
ntrol is having some > issues in that version, so i want to migrate to struts 2.1. for that i > removed struts 2.0.11 jars and replaced them with 2.1 version files, and > also copied struts-dojo-plugin-2.1.2.jar. still i couldn't trace the tree > node select event. > > some examp

Re: Struts 2.1 Tree Problem

2008-08-21 Thread Narayana S
" step in migration, is that > > replacing jar files is not enough for migration? > > many of the struts2-tags use the "var"-attribute instead of "name" and > "id", now. I'm not sure whether "id" and "name" still work in

Re: Struts 2.1 Tree Problem

2008-08-21 Thread Stephan Schröder
quot; and "id", now. I'm not sure whether "id" and "name" still work in struts 2.1. /Stephan -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED] ---

  1   2   3   >