Re: Spring Struts problem

2016-03-24 Thread Lukasz Lenart
2016-03-24 22:25 GMT+01:00 José Antonio Delgado Trujillo : >> >> You must define also scope="prototype" as Struts actions cannot be singletons > > There is nothing about that in the tutorial > https://cwiki.apache.org/confluence/display/WW/Spring+and+Struts+2 >

Re: Spring Struts problem

2016-03-24 Thread José Antonio Delgado Trujillo
> > You must define also scope="prototype" as Struts actions cannot be singletons > There is nothing about that in the tutorial https://cwiki.apache.org/confluence/display/WW/Spring+and+Struts+2 > You shouldn't mix Struts vers

Re: Spring Struts problem

2016-03-24 Thread Lukasz Lenart
2016-03-24 21:41 GMT+01:00 José Antonio Delgado Trujillo : >> >> Can you share your config? > > My applicationContext.xml is… > > > http://www.springframework.org/schema/beans"; >xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >xsi:schemaLocation=" > http://www.s

Re: Spring Struts problem

2016-03-24 Thread José Antonio Delgado Trujillo
> > Can you share your config? My applicationContext.xml is… http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org

Re: Spring Struts problem

2016-03-24 Thread Lukasz Lenart
2016-03-24 14:56 GMT+01:00 José Antonio Delgado Trujillo : > I understood that spring can manage and inject dependency class in Action. > You can also use CDI instead of Spring > In the example manage and inject EditServiceInMemory. > To do this: > >- Insert the struts spring plugin depend

RE: Noddy struts problem: java.lang.NullPointerException: Module 'null' not found

2008-01-25 Thread James Cockrill
";> . -Original Message- From: Alexandru BARBAT [mailto:[EMAIL PROTECTED] Sent: 25 January 2008 10:14 To: Struts Users Mailing List Subject: Re: Noddy struts problem: java.lang.NullPointerE

Re: Noddy struts problem: java.lang.NullPointerException: Module 'null' not found

2008-01-25 Thread Alexandru BARBAT
om: "James Cockrill" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, January 25, 2008 11:17 AM Subject: RE: Noddy struts problem: java.lang.NullPointerException: Module 'null' not found > Alexandru, thanks for the reply. > > I'

RE: Noddy struts problem: java.lang.NullPointerException: Module 'null' not found

2008-01-25 Thread James Cockrill
st Subject: Re: Noddy struts problem: java.lang.NullPointerException: Module 'null' not found hi, You don't have to define properties form in struts-config when you use classic ActionForm. it will be enough : ... ... - Original Message - From: "James Cockrill" <

RE: Noddy struts problem: java.lang.NullPointerException: Module 'null' not found

2008-01-25 Thread James Cockrill
ase let me know. Thanks for the help so far Thanks Jamie -Original Message- From: Alexandru BARBAT [mailto:[EMAIL PROTECTED] Sent: 24 January 2008 16:25 To: Struts Users Mailing List Subject: Re: Noddy struts problem: java.lang.NullPointerException: Module 'null' not fou

Re: Noddy struts problem: java.lang.NullPointerException: Module 'null' not found

2008-01-24 Thread Alexandru BARBAT
hi, You don't have to define properties form in struts-config when you use classic ActionForm. it will be enough : ... ... - Original Message - From: "James Cockrill" <[EMAIL PROTECTED]> To: Sent: Thursday, January 24, 2008 6:07 PM Subject:

Noddy struts problem: java.lang.NullPointerException: Module 'null' not found

2008-01-24 Thread James Cockrill
Dear All, I've been trying to set up a little struts app to play with some actions and whatnot and just as a little exercise and I seem to have rather stumped myself. Essentially I'm getting a java.lang.NullPointerException: Module 'null' not found. Exception when I deploy to Tomcat. However as f

Re: I18n Struts problem

2007-12-28 Thread Paul Benedict
You probably are not using UTF-8 encoding on your pages. This can be configured using the JSP page directive. On Dec 11, 2007 7:57 AM, Laurie Harper <[EMAIL PROTECTED]> wrote: > Chris Pat wrote: > > Hello > > In my app I write the labels with > and I have an ApplicationProperties.properties, > A

Re: I18n Struts problem

2007-12-11 Thread Laurie Harper
Chris Pat wrote: Hello In my app I write the labels with and I have an ApplicationProperties.properties, ApplicationProperties_el.properties with the modified \uXXXx encoding of the labels in language. I then used this for local switching and I still get the . Am I missing something? t

I18n Struts problem

2007-12-08 Thread Chris Pat
Hello In my app I write the labels with and I have an ApplicationProperties.properties, ApplicationProperties_el.properties with the modified \uXXXx encoding of the labels in language. I then used this for local switching and I still get the . Am I missing something? tia.

Re: JaspertReports Struts Problem

2007-10-09 Thread Daniel Chacón Sánchez
Anybody? 2007/10/9, Daniel Chacón Sánchez <[EMAIL PROTECTED]>: > > Hi all, > > I have a strange problem using JasperReports, actually I´m using > JDeveloper 10g and JasperReport 1.2.8. > > The problem start to appears without a reason, at least I don´t see a > reason for it. > > I use this for loa

JaspertReports Struts Problem

2007-10-09 Thread Daniel Chacón Sánchez
Hi all, I have a strange problem using JasperReports, actually I´m using JDeveloper 10g and JasperReport 1.2.8. The problem start to appears without a reason, at least I don´t see a reason for it. I use this for load my jasperReport from my application: //Parameters:

JCaptcha + Struts problem

2007-10-03 Thread alee amin
Hi, I am using JCaptcha for captcha features. It is working fine. I have this code in CaptchaServlet and this code save the captcha in request public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { ImageCaptcha pixCaptcha = factory

Re: struts problem

2007-01-26 Thread AQureshi
"Sócrates Medina" <[EMAIL PROTECTED]> wrote on 01/26/2007 08:34:08 AM: > Hello guys, > > I'm having a problem with struts. I have an actioon which receive some > parameters, but when i submit the struts form, i loose the parameters that i > used in the same formi just want to get help if th

RE: struts problem

2007-01-26 Thread Dave Newton
From: Sócrates Medina > I'm having a problem with struts. I have an actioon which receive some > parameters, but when i submit the struts form, i loose the parameters > that i used in the same formi just want to get help if there;s a > way for keeping the same parameters after submitting the f

struts problem

2007-01-26 Thread Sócrates Medina
Hello guys, I'm having a problem with struts. I have an actioon which receive some parameters, but when i submit the struts form, i loose the parameters that i used in the same formi just want to get help if there;s a way for keeping the same parameters after submitting the form. I don;t wan

Re: Struts problem, random properties after every restart of server

2006-11-08 Thread Ed Griebel
I have never experienced this problem, so this is a guess. Since it always comes up in German, it seems like the German locale is set somewhere either in the app server or operating system configuration. Did you check the locale setting on your client's machine and for the user that Orion is runni

Struts problem, random properties after every restart of server

2006-11-07 Thread Philippe Schober
Hi, I am using Struts on Orion 2.0.5 and have some languages (de, sv, en, tr and so on). "en" is the default language (ApplicationResources.properties). The problem I have only occurs on the clients online system. It is not reproducable on our test systems, his test systems or locally. Afte

Re: AJAX + Struts problem on IE 7

2006-09-09 Thread Frank W. Zammetti
Daniel Chacón Sánchez wrote: Ok I will try with alerts, but is something strange, beacause it works perfectly with firefox and netscape, any other idea? Not really strange though because IE7 is largely an unknown quantity... I don't know too many people that have tested code against it yet (I

Re: AJAX + Struts problem on IE 7

2006-09-09 Thread Daniel Chacón Sánchez
Ok I will try with alerts, but is something strange, beacause it works perfectly with firefox and netscape, any other idea? Some time ago I send a mail to [EMAIL PROTECTED]<[EMAIL PROTECTED]> (author of the article), but doesn´t respond, someone else use this artilcle to use ajax?

Re: AJAX + Struts problem on IE 7

2006-09-09 Thread Frank W. Zammetti
Have you figured out which line of code is causing the error? Some alert()'s sprinkled in are in order. You've probably found an IE7 compatibility issue, I for one would be very interested to know what it is. Frank Daniel Chacón Sánchez wrote: Hi all, I'm using struts with AJAX I introduc

AJAX + Struts problem on IE 7

2006-09-09 Thread Daniel Chacón Sánchez
Hi all, I'm using struts with AJAX I introduced Ajax to my struts application based on the article: *"**Sprinkle Some AJAX Magic in Your Struts Web Application" http://today.java.net/pub/a/today/2005/10/27/sprinkle-ajax-magic-into-struts-webapp.html?page=1 * I use the ajax javascript and the fu

AW: Eclipse and Struts Problem!!

2005-11-12 Thread R. Markham
used for blank_apps Hope this will help Richard -Ursprüngliche Nachricht- Von: Daham Vitarana [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 12. November 2005 20:12 An: user@struts.apache.org Betreff: Eclipse and Struts Problem!! Hi, I am having trouble configuring eclipse 3.0 to use

Re: Eclipse and Struts Problem!!

2005-11-12 Thread Wendy Smoak
On 11/12/05, Daham Vitarana <[EMAIL PROTECTED]> wrote: > Hi, > > I am having trouble configuring eclipse 3.0 to use Struts. I saw that there > had been an excellent tutorial on how to do this on struts web site, but when > I tried to access it, it is no longer there. It would help to know the UR

Eclipse and Struts Problem!!

2005-11-12 Thread Daham Vitarana
Hi, I am having trouble configuring eclipse 3.0 to use Struts. I saw that there had been an excellent tutorial on how to do this on struts web site, but when I tried to access it, it is no longer there. Can anyone help me with this please. I am using Tomcat as the servlet container. Thanks

AW: Displaytag and Struts problem

2005-06-24 Thread Martin Kindler
Lucas Bern [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 23. Juni 2005 19:31 > An: Struts Users Mailing List; [EMAIL PROTECTED] > Betreff: Re: Displaytag and Struts problem > > > Hi Martin... > I´ve been using display tag and struts for a long time, and, > I can say

Re: Displaytag and Struts problem

2005-06-23 Thread Lucas Bern
Hi Martin... I´ve been using display tag and struts for a long time, and, I can say that it works beautifull, no limitation in any functionality provided by both frameworks... I tell you this because if you think something can not be done, may be you are wrong... The problem with the checkb

Displaytag and Struts problem

2005-06-23 Thread Martin Kindler
I have been introduced to the marvels of the displaytag (http://displaytag.sourceforge.net) by someone from this list and it is really worthwhile! Now I am encountering a problem where I need help. I have a rather large list of items to be shown in a table managed by displaytag using the automati

RE: displaytag1.0rc2 (export) and struts problem

2005-01-05 Thread Metin Erksan
san [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 10:59 AM > To: Struts Users Mailing List > Subject: RE: displaytag1.0rc2 (export) and struts problem > > > hi > > it wants to download "myAction.do" not the excell file. Ummm... okay...

RE: displaytag1.0rc2 (export) and struts problem

2005-01-04 Thread Jim Barrows
> -Original Message- > From: Metin Erksan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 10:59 AM > To: Struts Users Mailing List > Subject: RE: displaytag1.0rc2 (export) and struts problem > > > hi > > it wants to download "myAc

RE: displaytag1.0rc2 (export) and struts problem

2005-01-04 Thread Metin Erksan
bject: displaytag1.0rc2 (export) and struts problem > > > hi > > i use jdeveloper10g and dipslaytag10rc2. i want to use export > property but when i click to "excell" link it shows up a > window that wants to save file ? how can i correct

RE: displaytag1.0rc2 (export) and struts problem

2005-01-04 Thread Jim Barrows
> -Original Message- > From: Metin Erksan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 1:03 AM > To: user@struts.apache.org > Subject: displaytag1.0rc2 (export) and struts problem > > > hi > > i use jdeveloper10g and dipslaytag10rc2. i

displaytag1.0rc2 (export) and struts problem

2005-01-04 Thread Metin Erksan
hi i use jdeveloper10g and dipslaytag10rc2. i want to use export property but when i click to "excell" link it shows up a window that wants to save file ? how can i correct this? is there any sample code snippet displaytag export property with struts. sincerely -

JSPC and struts problem

2004-10-05 Thread David Gagnon
Hi all, I'm trying to compile JSP from my webapp and run into this Null Pointer problem. It's seem that MessageResources.java can't be loaded has is (need to be loaded in the webapp environment) I'm running Struts 1.1. I'm pretty sure this should work .. do I need to update my struts version?

RE: Struts problem in weblogic 8.1

2004-07-09 Thread Karr, David
First of all, is your directory name really "web-inf" or the correct "WEB-INF"? You will have numerous problems if the real directory name is "web-inf". You might add "-verbose:class" to the JVM command line to see if ActionServlet is being loaded from another classloader and location. > -Or

Struts problem in weblogic 8.1

2004-07-09 Thread gnanavel . murugesan
Hi All, I am migrating my application from weblogic 7 to weblogic 8.1SP2, the deployment was succesful. When I start the weblogic server I am getting the following error ***error starts here <[ServletContext(id=912519,name=gsrs_admin,context-path=/ gsrs_admin