Re: Re: Struts2 login action class seems to be reused

2018-05-15 Thread Martin Gainty
Hi Norbert/Prasanth Struts2 login action problem has morphed to "Invalid Session State"with Wildfly's implementation of TC 5.5 https://en.wikipedia.org/wiki/WildFly [https://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Wildfly_logo.png/200px-Wildfly_logo.png]

Re: Re: Struts2 empty action extension help request

2010-06-02 Thread Phil Davis
Thanks for your response Pawel, I am still having problems, so I have included a sample setup. I am using Eclipse and GlassFish v3. The files in my WAR are: /images/logo.gif /META-INF/MANIFEST.MF /WEB-INF/classes/com/example/ actions/MainSite.class /WEB-INF/classes/struts.xml /WEB-INF

Re: Re: Struts2 + EJB 3.0 + Hibernate

2009-11-25 Thread emil thushanga
Ya thats true, but its not clean such as the way used in spring, or JSF managed beans. lookup service is a another dependency for your project. Emil On Thu, Nov 26, 2009 at 1:24 PM, wrote: > Why is it a challenge accessing EJB in Struts2? All you need to do is to > lookup your local or remote

Re: Re : Re : Re : Re : Struts2 + I18N

2009-08-17 Thread Zoran Avtarovski
At the moment when we use execandwait we¹re finding that that the production thread doesn¹t even start until after the delay period is over. For example I did a simple test with the following configuration: 2000 50

Re : Re : Re : Struts2 + I18N

2009-08-17 Thread Julien HENRY
: Re: Re : Re : Struts2 + I18N Another thing you can do is create an "essentially" empty default_en.properties file. When 'en' is requested it will find the default_en.properties file and stop looking. When it goes to retrieving values it will look in the default_en.proper

Re: Re : Re : Struts2 + I18N

2009-08-17 Thread Greg Lindholm
27;t want to use the JDK 1.6 feature > ResourceBundle.Control. > > > Regards, > > Julien > > > > > > De : "mailtolouis2020-str...@yahoo.com" > À : Struts Users Mailing List > Envoyé le : Vendredi, 14 Août 2009, 18h1

Re: Re : Re : Re : Re : Struts2 + I18N

2009-08-16 Thread Dale Newfield
Zoran Avtarovski wrote: For what it¹s worth, the I18n and the execandwait areas are the two areas I find that S2 falls down the most. Do you have any specific suggestions for how execandwait should work? -Dale - To unsubscrib

Re : Re : Re : Re : Re : Struts2 + I18N

2009-08-16 Thread Julien HENRY
ulien HENRY Envoyé le : Dimanche, 16 Août 2009, 12h33mn 25s Objet : Re: Re : Re : Re : Re : Struts2 + I18N Hi Julien, I¹m not sure of it¹s too late for you, but what we did was cheat and added a simple interceptor to the stack which set the default struts locale to whatever you need. It was tr

Re: Re : Re : Re : Re : Struts2 + I18N

2009-08-16 Thread Zoran Avtarovski
Hi Julien, I¹m not sure of it¹s too late for you, but what we did was cheat and added a simple interceptor to the stack which set the default struts locale to whatever you need. It was trivial piece of code and then everything worked as expected. For what it¹s worth, the I18n and the execandwait

RE: Re : Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Martin Gainty
nformation 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. > Date: Fri, 14 Aug 2009 16:37:40 -0700 > Subj

Re: Re : Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Musachy Barroso
On Fri, Aug 14, 2009 at 4:31 PM, Martin Gainty wrote: > sounds expensive..will they take cc? What in Apollo's holy name are you talking about? musachy -- "Hey you! Would you help me to carry the stone?" Pink Floyd - To unsubscr

RE: Re : Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Martin Gainty
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. > Date: Fri, 14 Aug 2009 15:58:05 -0700 > Subject: Re: Re :

Re: Re : Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Musachy Barroso
docs/faqs.html > > > > > > > De : Musachy Barroso > À : Struts Users Mailing List > Envoyé le : Samedi, 15 Août 2009, 0h39mn 27s > Objet : Re: Re : Re : Re : Struts2 + I18N > > This would make a good FAQ if it is not there already. >

Re : Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Julien HENRY
I tried to edit the FAQ but I'm not allowed to do so. http://struts.apache.org/2.x/docs/faqs.html De : Musachy Barroso À : Struts Users Mailing List Envoyé le : Samedi, 15 Août 2009, 0h39mn 27s Objet : Re: Re : Re : Re : Struts2 + I18N This would m

Re: Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Musachy Barroso
sers Mailing List > Envoyé le : Samedi, 15 Août 2009, 0h13mn 19s > Objet : Re: Re : Re : Struts2 + I18N > > One trick I've used in the past is to put an empty (usually containing a > comment saying to look in default.properties) default_en.properties file in > the application.

Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Julien HENRY
Very, very hackish... but I like it ;) Thanks for this very good trick. De : Chris Pratt À : Struts Users Mailing List Envoyé le : Samedi, 15 Août 2009, 0h13mn 19s Objet : Re: Re : Re : Struts2 + I18N One trick I've used in the past is to put an

Re: Re : Re : Struts2 + I18N

2009-08-14 Thread Chris Pratt
ontrol that allow to change the fallback locale. > > > > Interesting read: > > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5086301 > > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4303146 > > > > It seems that JSF implements its own lookup algorithm. IMHO this is

Re: Re : Re : Struts2 + I18N

2009-08-14 Thread Musachy Barroso
3146 > > It seems that JSF implements its own lookup algorithm. IMHO this is the only > solution if you don't want to use the JDK 1.6 feature ResourceBundle.Control. > > > Regards, > > Julien > > > > > > De : "mailtolouis2020-st

Re : Re : Struts2 + I18N

2009-08-14 Thread Julien HENRY
egards, Julien De : "mailtolouis2020-str...@yahoo.com" À : Struts Users Mailing List Envoyé le : Vendredi, 14 Août 2009, 18h12mn 52s Objet : Re: Re : Struts2 + I18N Not long ago, someone also got similar problem: http://markmail.org/message/mozukqgr

Re: Re : Struts2 + I18N

2009-08-14 Thread mailtolouis2020-struts
Not long ago, someone also got similar problem: http://markmail.org/message/mozukqgrnhfbq7od?q=s2+and+default+locale/language+list:org.apache.struts.users/ From: Julien HENRY To: Struts Users Mailing List Sent: Friday, August 14, 2009 4:52:28 PM Subject: Re :

Re: Re: struts2 and dojo

2009-03-10 Thread Lukasz Lenart
2009/3/10 : > Support for dojo was not deprecated!! It was bundled to a plugin and is > called struts2-dojo-plugin-2.1.6.jar. It was deprecated, there is no plans to upgrade Dojo to latest version, no plans to add new Dojo futures and so on... In such case support for Dojo in Struts2 was deprecat

Re: Re: struts2 and dojo

2009-03-10 Thread pascal . gehring
Support for dojo was not deprecated!! It was bundled to a plugin and is called struts2-dojo-plugin-2.1.6.jar. You can use this tags with: <%@ taglib prefix="sx" uri="/struts-dojo-tags"%> and then use the tags with the prefix "sx"! This tags render an element on the frontend depending on which

Re: Re : Struts2 ajaxified autocompleter is shrinking when use back tab

2009-01-09 Thread Sashik
Did you fix it? Do I need to upgrade my IE version from 6 to 7? Does that helps to fix this issue? Also I read (some where) that in Struts 2.1.x they have some fixes for IE when using Ajax. was it true? But migrating from 2.0.11 to 2.1.x is simpler and im end of my project completion. Any help

RE: RE: Struts2 with JPA/Hibernate using Spring

2008-08-27 Thread Deepak Kumar
Hi, Please check the complete example at http://www.roseindia.net/struts/hibernate-spring/ Thanks -Original Message- From: Håkan Jacobsson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2008 1:25 AM To: user@struts.apache.org Subject: Ang: RE: Struts2 with JPA/Hibernate using Spri

Re: Re: [struts2]how to configure the web app

2008-05-16 Thread Jim Kiley
Spring is kind of mighty to use just for some initialization parameters; however, using Spring for dependency injection provides greatly improved management of object dependencies for the rest of your app. My current app is a Spring / Struts 2 app running on Tomcat. Here is a quick overview of ho

RE: RE: Struts2

2006-08-17 Thread David Friedman
In your web.xml file, what are you servlet mappings and the URLs they are mapped to? Are you sure it is not /helloWorld.action that you need to reach over the web? WW (Struts2's core code) used to have the *.action convention instead of *.do for servlet mapping. Again, your web.xml file should h

Re: RE: Struts2

2006-08-17 Thread Monkeyden
cher.java:215) Also, Tomcat logs the following: SEVERE: Attribute "path" must be declared for element type "action". at (null:9: 72) Original-Nachricht Datum: Thu, 17 Aug 2006 15:47:54 -0400 Von: Monkeyden <[EMAIL PROTECTED]> An: "Struts Users Mailin

Re: RE: Struts2

2006-08-17 Thread Peter Steil
6 15:47:54 -0400 Von: Monkeyden <[EMAIL PROTECTED]> An: "Struts Users Mailing List" Betreff: Re: RE: Struts2 > you need a path attribute for the action mapping. > > > > On 8/17/06, Peter Steil <[EMAIL PROTECTED]> wrote: > > > > The exact same thing happens

Re: RE: Struts2

2006-08-17 Thread Monkeyden
you need a path attribute for the action mapping. On 8/17/06, Peter Steil <[EMAIL PROTECTED]> wrote: The exact same thing happens. I give you some more information. You know how my web.xml looks like. Here are the other files: struts.xml: http://struts.apache.org/dtds/struts-2.

Re: RE: Struts2

2006-08-17 Thread Peter Steil
The exact same thing happens. I give you some more information. You know how my web.xml looks like. Here are the other files: struts.xml: http://struts.apache.org/dtds/struts-2.0.dtd";> helloWorld.jsp helloWorld.jsp: --- <%@ tag