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

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

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