Re: Lang

2018-02-10 Thread Yasser Zamani
On 2/9/2018 9:17 PM, Deborah White wrote: > I have this: > > > > It doesn't seem to like lang=es > > Help? Do you look for something like below described at [1]? es [1] https://struts.apache.org/getting-started/message-resource-files.html#inte

Re: Lang

2018-02-09 Thread Martin Gainty
rra Martín __ From: Deborah White <deborah.wh...@doj.ca.gov> Sent: Friday, February 9, 2018 12:47 PM To: Struts Users Mailing List Subject: Lang I have this: It doesn't seem to like lang=es Help? CONFIDENTIALITY NOTICE: This communication with its contents may conta

Lang

2018-02-09 Thread Deborah White
I have this: It doesn't seem to like lang=es Help? CONFIDENTIALITY NOTICE: This communication with its contents may contain confidential and/or legally privileged information. It is solely for the use of the intended recipient(s). Unauthorized interception, review, use or disclosure

Re: spring struts 2: Unexpected Exception caught setting 'lang' on 'class com.sun.proxy.$Proxy164

2017-08-02 Thread Rubens Gomes
:49 AM To: Struts Users Mailing List Subject: Re: spring struts 2: Unexpected Exception caught setting 'lang' on 'class com.sun.proxy.$Proxy164 Hi, seems to me like a issue with spring setup. Can you share that? Regards, Christoph > From: Rubens Gomes <rubens_go...@hotmail.com&

Re: spring struts 2: Unexpected Exception caught setting 'lang' on 'class com.sun.proxy.$Proxy164

2017-07-31 Thread Christoph Nenning
Hi, seems to me like a issue with spring setup. Can you share that? Regards, Christoph > From: Rubens Gomes <rubens_go...@hotmail.com> > To: "user@struts.apache.org" <user@struts.apache.org>, > Date: 30.07.2017 22:54 > Subject: spring struts 2: Unexpected

spring struts 2: Unexpected Exception caught setting 'lang' on 'class com.sun.proxy.$Proxy164

2017-07-30 Thread Rubens Gomes
). In the URL below, the "lang" and "redirectURL" , both lang/redirectURL are not being set. http://localhost:8080/locale/change-locale.do?lang=en=%2Fsecurity%2Fview-login.do 07-30 13:49:05.187 DEBUG [http-nio-8080-exec-5] c.o.x.i.ParametersInterceptor - Setting params lang =>

RE: java.lang.NoSuchMethodError: org.apache.struts.config.ModuleConfig.findActionConfigId(Ljava/lang/String;)

2014-10-28 Thread ev.srinivas
-lang-NoSuchMethodError-org-apache-struts-config-ModuleConfig-findActionConfigId-Ljava-lang-Stri-tp3477789p5716832.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

java.lang.NoSuchMethodError: org.apache.struts.config.ModuleConfig.findActionConfigId(Ljava/lang/String;)

2008-04-03 Thread DWilkerson
: org.apache.struts.config.ModuleConfig.findActionConfigId(Ljava/lang/String;) I tried posting on the MyEclipse forums for this, but their support people advised to cross post on some Struts forums too. My stack trace and product version info is below. Thanks in advance!! dw Daniel Wilkerson SPARTA, Inc. 13501 Ingenuity Drive - Suite 132

Re: java.lang.NoSuchMethodError: org.apache.struts.config.ModuleConfig.findActionConfigId(Ljava/lang/String;)

2008-04-03 Thread Antonio Petrelli
2008/4/3, DWilkerson [EMAIL PROTECTED]: I am using MyEclipse, JBoss 4.0.2, and Struts 1.3.8 ... java.lang.NoSuchMethodError: org.apache.struts.config.ModuleConfig.findActionConfigId(Ljava/lang/String;) ModuleConfig.findActionConfigId has been introduced since Struts 1.3.6. http

RE: java.lang.NoSuchMethodError: org.apache.struts.config.ModuleConfig.findActionConfigId(Ljava/lang/String;)

2008-04-03 Thread DWilkerson
. Thanks again! dw -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2008 11:05 AM To: Struts Users Mailing List Subject: Re: java.lang.NoSuchMethodError: org.apache.struts.config.ModuleConfig.findActionConfigId(Ljava/lang/String;) 2008/4/3

MessageResourcesFactory.createFactory java.lang.VerifyError: (class: org/apache/struts/util/RequestUtils, method: getActionMappingURL signature: (Ljava/lang/String;Ljavax/servlet/jsp/PageContext;

2006-12-18 Thread malin76
2000 [Thread-1] ERROR org.apache.struts.util.MessageResourcesFactory - MessageResourcesFactory.createFactory java.lang.VerifyError: (class: org/apache/struts/util/RequestUtils, method: getActionMappingURL signature: (Ljava/lang/String;Ljavax/servlet/jsp/PageContext;)Ljava/lang/String;) Incompatible

Re: xhtml 1.1 strict lang attributes

2005-09-25 Thread Xavier Vanderstukken
that the 'locale' attribute is deprecated. What happens if you remove it? I think that might be what's causing the 'lang' attribute to be generated. L. Xavier Vanderstukken wrote: In the top on my jsp page : html:html xhtml=true locale=true The generated html page looks like that : html xmlns=http

xhtml 1.1 strict lang attributes

2005-09-24 Thread Xavier Vanderstukken
In the top on my jsp page : html:html xhtml=true locale=true The generated html page looks like that : html xmlns=http://www.w3.org/1999/xhtml; lang=en xml:lang=en -- 2lang attributes and the w3c validation fails : /Result: Failed validation, 1 error / / Error /Line 8 column 48

Re: xhtml 1.1 strict lang attributes

2005-09-24 Thread Laurie Harper
Note that the 'locale' attribute is deprecated. What happens if you remove it? I think that might be what's causing the 'lang' attribute to be generated. L. Xavier Vanderstukken wrote: In the top on my jsp page : html:html xhtml=true locale=true The generated html page looks like

NoClassDefFoundError: org/apache/taglibs/standard/lang/support/ExpressionEvaluatorManager

2005-09-07 Thread Randy Shepherd
]java.lang.NoClassDefFoundError: org/apache/taglibs/standard/lang/support/ExpressionEvaluatorManager [2005-09-07 13:59:50] at com.caucho.jsp.QPageContext.handlePageException(QPageContext.java:665) [2005-09-07 13:59:50] at _web_22dinf._jsp._downloadgames._edit_0game__jsp._jspService(_edit_0game __jsp.java:609

Re: NoClassDefFoundError: org/apache/taglibs/standard/lang/support/ExpressionEvaluatorManager

2005-09-07 Thread gramani
Randy Shepherd [EMAIL PROTECTED] wrote on 09/07/2005 05:07:12 PM: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Guys, I am trying to migrate a small app from 1.1 to 1.2.7 and I experiencing this exception on JSP that previously worked just fine. I have the standard.jar in the lib

Re: Speaking of the Wiki, what lang is this?

2005-03-02 Thread Sebastian Hennebrueder
Yes it is, but it is rather nonsense. It is a kind of listing words Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials for JSP, JavaServer Faces, Struts, Hibernate and EJB David G. Friedman wrote: http://wiki.apache.org/struts/LocalSpellingWords Is that German? Do we have many

Speaking of the Wiki, what lang is this?

2005-03-01 Thread David G. Friedman
http://wiki.apache.org/struts/LocalSpellingWords Is that German? Do we have many other multi-lingual struts Wiki pages that I've never noticed before? -- This could be a rhetorical question if there are lots of them on the Wiki. Regards, David: bald, tired, and apparently not very funny

commons-lang 1_0_1 and 2_0

2004-08-17 Thread salgado.pc
Hi, I am trying to use a Struts1.1 and OJB1.1RC7 application but I am facing with the problem that commons-lang1_0_1 doesn't have some classes that OJB uses (like java.lang.NoClassDefFoundError: org/apache/commons/lang/BooleanUtils). If I switch from one version of commons-lang to another

Re: Repost: Anybody Using Commons-Lang 2.0 With Struts 1.1?

2004-05-14 Thread Dan Tran
I have been using version 2.0 with struts 1.1 since last September. No problem surface yet ;-) Go for it. -D - Original Message - From: Hohlen, John C [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 13, 2004 8:57 PM Subject: Repost: Anybody Using Commons-Lang 2.0

RE: Repost: Anybody Using Commons-Lang 2.0 With Struts 1.1?

2004-05-14 Thread Hohlen, John C
Thanks for the reply. I also confirmed a few things myself. I was able to rebuild the Struts 1.1 source against Commons-Lang 2.0 and did not encounter any errors. Furthermore, it looks like the only Commons-Lang dependencies are in the test classes which are part of the struts.jar release

Repost: Anybody Using Commons-Lang 2.0 With Struts 1.1?

2004-05-13 Thread Hohlen, John C
We're trying to figure out how backwards compatible Commons-Lang 2.0 is with it's predecessor (1.0.1). Specifically, we'd like to use Commons Lang 2.0 with Struts 1.1 (which is distributed with Commons-Lang 1.0.1). Has anyone ever attempted this? I asked this question about a month ago

RE: Repost: Anybody Using Commons-Lang 2.0 With Struts 1.1?

2004-05-13 Thread Joe Hertz
To: [EMAIL PROTECTED] Subject: Repost: Anybody Using Commons-Lang 2.0 With Struts 1.1? We're trying to figure out how backwards compatible Commons-Lang 2.0 is with it's predecessor (1.0.1). Specifically, we'd like to use Commons Lang 2.0 with Struts 1.1 (which is distributed with Commons

RE: Repost: Anybody Using Commons-Lang 2.0 With Struts 1.1?

2004-05-13 Thread Hohlen, John C
That's a good idea about the Commons-Lang User list. I actually searched the archive before posting to the Struts mailing list, but didn't see anything. That's very interesting about the 1.2 nightlies. I'm seeing 2.0 is required for 1.2 (assuming the installation notes are up to date

Is Struts 1.1 Compatible With Commons-Lang 2.0?

2004-04-09 Thread Hohlen, John C
Does anyone know whether Struts 1.1 is compatible with Commons-Lang 2.0? There are some utilities in the latest version of the Commons-Lang library that we'd really to use with our Struts 1.1 based application. Struts 1.1 comes with Commons-Lang 1.0.1 Thanks, JOHN