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/

Re: how to remove .action suffix in struts 2.1

2012-07-10 Thread lucas owen
...@hotmail.com wrote: 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 From

Re: how to remove .action suffix in struts 2.1

2012-07-10 Thread Łukasz Lenart
2012/7/10 lucas owen sr.ilus...@gmail.com: filter-mapping filter-namestruts2/filter-name url-pattern*/url-pattern /filter-mapping 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 -

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

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 From: mail.supra...@gmail.com

Re: how to remove .action suffix in struts 2.1

2010-08-12 Thread Dave Newton
-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 associated with the actions. Please advise how to do this. Thanks and regards

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

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

Re: how to remove .action suffix in struts 2.1

2010-08-11 Thread Dave Newton
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-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd

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. filter-mapping

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

2009-12-24 Thread Wes Wannemacher
action defined at the class level instead of multiple actions at the method level. Is this possible, and if so, what is the most appropriate way to do this via struts 2.1? I am addicted to the Convention plugin annotation, and I cannot do without Tiles. For reference, I'm using

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

2009-12-23 Thread Paweł Wielgus
a single action defined at the class level instead of multiple actions at the method level. Is this possible, and if so, what is the most appropriate way to do this via struts 2.1? I am addicted to the Convention plugin annotation, and I cannot do without Tiles. For reference, I'm using

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

2009-12-22 Thread Charles Parker
of the page (with @SkipValidation), and then execute() thereafter, with only a single action defined at the class level instead of multiple actions at the method level. Is this possible, and if so, what is the most appropriate way to do this via struts 2.1? I am addicted to the Convention plugin

[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 ? jQuery ? What

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 cfernan...@sopragroup.com: 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

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 cfernan

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 cfernan...@sopragroup.com: 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

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 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, 2009 10

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: Sunday

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 w...@wantii.com wrote: On Sunday 19 April 2009 21:47:24

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

2009-09-23 Thread Muthu Velappan
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. - To unsubscribe, e-mail: user

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

2009-09-23 Thread Paweł Wielgus
-different-modules-in-Struts-2.1.x...-tp25531036p25531036.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user

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
. *** - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- View this message in context: http://www.nabble.com/Struts-2.1-release-date--tf4771404.html#a13650950 Sent from the Struts - User mailing list

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

2009-07-13 Thread dcabasson
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-result-exist

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

2009-07-13 Thread Musachy Barroso
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--tp24463634p24463634.html Sent from the Struts - User mailing list archive at Nabble.com

[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] Using a s:select with type conversion

2009-07-13 Thread Musachy Barroso
/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 context: http://www.nabble.com/-Struts-2.1--Using-a-s%3Aselect-with-type-conversion-tp24467738p24467738.html Sent from the Struts - User

Struts 2.1 Assigning a property to a JSP variable

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

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

Re: Struts 2.1 Accessing the action instance from a JSP

2009-06-25 Thread Wes Wannemacher
- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.com/wannemacher

Re: Struts 2.1 Accessing the action instance from a JSP

2009-06-25 Thread gdown
- Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.com/wannemacher - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h

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: s:set scope=request var=prodType value=productType/ % String myProductType = request.getAttribute(prodType) % This takes the action's productType property and

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 let me

Re: Creating SEO urls in struts 2.1

2009-06-15 Thread simplyolaf
pouvons accepter aucune responsabilité pour le contenu fourni. 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

Re: Creating SEO urls in struts 2.1

2009-06-15 Thread Frans Thamura
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. Date: Mon, 15 Jun 2009 00:44:20 +0700 Subject: Re: Creating SEO urls in struts 2.1 From: fr

RE: Creating SEO urls in struts 2.1

2009-06-15 Thread Martin Gainty
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, simplyolafsimplyo...@hotmail.co.uk wrote: I have uploaded HierarchicalActionProxy.java

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: Creating SEO urls in struts 2.1

2009-06-14 Thread Frans Thamura
://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 services to migrate your apps

RE: Creating SEO urls in struts 2.1

2009-06-14 Thread Martin Gainty
: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:10 PM, simplyolafsimplyo...@hotmail.co.uk wrote: I just wanted to share with you

Re: Creating SEO urls in struts 2.1

2009-06-14 Thread Frans Thamura
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: 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

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 steps, I was able to get

Re: Upgrading AppFuse to Struts 2.1

2009-05-05 Thread Wes Wannemacher
if conventions is picking up that class as an action. -Wes On Tue, May 5, 2009 at 11:10 AM, mraible m...@raibledesigns.com 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

Re: Upgrading AppFuse to Struts 2.1

2009-05-05 Thread mraible
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 start. However, the upgrade

Re: Upgrading AppFuse to Struts 2.1

2009-05-05 Thread Wes Wannemacher
: 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 steps, I was able to get everything

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 m...@raibledesigns.com 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 -

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

RE: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread Martin Gainty
: 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 (formerly using 2.0.11.1). I used the following instructions: http://cwiki.apache.org/S2WIKI

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

Re: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread mraible
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/Upgrading-AppFuse-to-Struts-2.1-tp23256858p23267156.html Sent from the Struts - User mailing list archive at Nabble.com

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

RE: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread Martin Gainty
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 AppFuse stuff yet; just trying to figure out what the previous response was trying to say.) Dave

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

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:

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: 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 find a link to it in my signature

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

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-to-end webapp development book

RE: Struts 2.1 book

2009-04-19 Thread Martin Gainty
. 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 currently is there any book that cover Struts 2.1 ? try to google but so far

Re: Struts 2.1 book

2009-04-19 Thread Chris Pratt
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. From: w...@wantii.com To: user@struts.apache.org Subject: Re: Struts 2.1 book Date: Sun, 19 Apr 2009 22:12:06

Re: Struts 2.1 book

2009-04-19 Thread Bhaarat Sharma
manipulation, nous ne pouvons accepter aucune responsabilité 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

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 w...@wantii.com wrote: 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

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

2009-04-08 Thread cheeran
...@struts.apache.org -- View this message in context: http://www.nabble.com/S2%3A-latest-Struts-2.1.x-and-latest-CXF-dont-play-nice-together-tp22865405p22952450.html Sent from the Struts - User mailing list archive at Nabble.com

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: filter filter-namestruts2/filter-name filter- class org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter/ filter-class /filter filter-mapping filter-namestruts2/filter-name

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

Re: Dojo plugin deprecated on Struts 2.1: why ?

2009-03-24 Thread Lukasz Lenart
2009/3/24 cel...@yahoo.com: 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

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: Dojo plugin deprecated on Struts 2.1: why ?

2009-03-23 Thread Muthu Velappan
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 ? Please let

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 musa...@gmail.com To: Struts Users Mailing List user@struts.apache.org 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

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

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

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

Re: Struts 2.1 validation with annotations

2009-02-20 Thread billgloff
Mailing List user@struts.apache.org 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

Re: Struts 2.1 validation with annotations

2009-02-20 Thread Musachy Barroso
Consulting, LLC ICQ# 26487421 AIM NorrisEShelton YIM norrisshelton From: Musachy Barroso musa...@gmail.com To: Struts Users Mailing List user@struts.apache.org Sent: Thursday, February 19, 2009 3:45:35 PM Subject: Re: Struts 2.1 validation with annotations

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: package name=conap extends=struts-default interceptors interceptor name=cookie class=org.apache.struts2.interceptor.CookieInterceptor/ interceptor-stack

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 norrisshel...@yahoo.com wrote: validateObject -- Hey you! Would you help me to

Re: Struts 2.1 validation with annotations

2009-02-19 Thread Norris Shelton
To: Struts Users Mailing List user@struts.apache.org 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

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

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.html only

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

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: bean:define id=documentTypesCollection name

Re: Pls covert this code to struts 2.1

2009-01-05 Thread Bert Van den Brande
for the ClassNotFoundException ... Friendly greetings, Bert VdB On Tue, Jan 6, 2009 at 7:44 AM, taj uddin tajuddi...@yahoo.com 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 the code given below which

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: Struts 2.1 Tree Problem

2008-09-12 Thread Jukka Välimaa
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 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

Re: Struts 2.1 Tree Problem

2008-09-12 Thread Narayana S
. 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

AW: Struts 2.1 Tree Problem

2008-09-12 Thread Jan Froehlich
Mailing List Betreff: Re: Struts 2.1 Tree Problem i found solution to the parent node item. here is the code snippet .. *tree construction * sx:tree id=contentTree name=contentTree label=Root treeSelectedTopic=treeSelected expandedNotifyTopics=treeExpand - - /sx:tree *java Script

Re: Struts 2.1 Tree Problem

2008-09-11 Thread Narayana S
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.

Re: Struts 2.1 Tree Problem

2008-09-11 Thread Jim Kiley
: 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

Re: Struts 2.1 Tree Problem

2008-09-11 Thread Narayana S
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. -- Jim Kiley Technical Consultant

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

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

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

Re: Struts 2.1 Tree Problem

2008-08-22 Thread Narayana S
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 example i tried on struts-blank-2.1.2 it is working

Struts 2.1 Tree Problem

2008-08-21 Thread Narayana S
Hi, i was using struts 2.0.11 and we know tree control 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

Re: Struts 2.1 Tree Problem

2008-08-21 Thread Stephan Schröder
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] - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Struts 2.1 Tree Problem

2008-08-21 Thread Narayana S
, 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 struts 2.1. /Stephan -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http

Re: Struts 2.1 AjaxAnywhere

2008-08-02 Thread Shoaib Gauhar
tried Ajax Anywhere with Struts 2.0.12 and it didnt get me anywhere.. I did not see the ajax behavior. Did you get it to work. Canyou post some sample code. Shoaib Gauhar wrote: Hello, Has anyone tried AjaxAnywhere with Struts 2.1? My action class is never called. Actually, i am

  1   2   3   >