Re: StackOverflowError

2022-06-14 Thread Martin Gainty
Hi Rubens Do you see any of these messages Request {} is excluded from handling by Struts, passing request to other filters -OR- Assuming uri {} as a normal action -OR- Cannot find mapping for {}, passing to other filters -OR- Found mapping {} for {} will need to see the configuration that

Re: How to implement custom StrutsTypeConverter to convert String to Collection?

2021-08-13 Thread Martin Gainty
Assuming you can locate Struts version which supports CollectionConverter and implementor DefaultTypeConverter codebase You will of course need to code at least one testcase to make sure MyStringToCollectionConverter works Once testcase is coded and works can you submit

Re: NPE using OpenSessionBackgroundProcess class

2021-01-26 Thread Martin Gainty
AFAIK Object does not implement Serializable is there an object your code can implement for lock object that implements Serializable? m- From: Burton Rhodes Sent: Monday, January 25, 2021 1:52 PM To: Struts Users Mailing List Subject: Re: NPE using

Re: Struts form bean behaviour changes after 2.5.22

2020-11-09 Thread Martin Gainty
can you provide example of this behaviour? regards From: Gokul Raj Sent: Saturday, November 7, 2020 5:20 AM To: Struts Users Mailing List Subject: Struts form bean behaviour changes after 2.5.22 Hello, After upgrade 2.5.22 we are facing a kind of issue, form

Re: [OT] Re: Maven Warning. Ubuntu Users.; javacodegeeks.com : Global Impact at the highest levels.

2020-01-11 Thread Martin Gainty
agreed that op was aggressive by employing confrontational words and actions answering party (admin) answer was xenophonobic and had the deleterious effect of escalating tensions a shame that political tactics have to enter to enter technical discussion From:

Re: Java Singleton , Framework Design Patterns

2019-12-17 Thread Martin Gainty
ds " + (connTime - Start) ); System.out.println(" query time taken miiliseconds " + (End - queryTime) ); System.out.println("Connection + query time miiliseconds " + (End - Start) ); }}* On Fri, 13 Dec 2019 at 01:33, Martin Gainty wrote: > Singl

Re: Java Singleton , Framework Design Patterns

2019-12-14 Thread Martin Gainty
bleBeanFactory@6f1d30d: defining beans [numberGenerator]; root of factory hierarchy On Fri, 13 Dec 2019 at 01:33, Martin Gainty wrote: > Singleton: > i prefer thread-safe implementations and generally eschew singletons > (unless extreme political pressure dictates otherwise) > https://www.ge

Re: Java Singleton , Framework Design Patterns

2019-12-12 Thread Martin Gainty
Singleton: i prefer thread-safe implementations and generally eschew singletons (unless extreme political pressure dictates otherwise) https://www.geeksforgeeks.org/singleton-design-pattern/

Re: OFF TOPIC: Introduction

2019-12-05 Thread Martin Gainty
DOB correct if the dev isnt willing to verify their code works with at least one unit test then whats the point of development? dave did you see the case of the pacemaker's recording of heart electrical activity solved a homicide in Australia?

Re: Invalid Field Value when using Map

2019-06-22 Thread Martin Gainty
supposedly the mapping class looks at Key_xxx and Element_xxx inside Class-conversion*.properties This {@link ObjectTypeDeterminer} looks at the Class-conversion.properties for entries that indicated what * objects are contained within Maps and Collections. For Collections, such as Lists,

Re: Invalid Field Value when using Map

2019-06-22 Thread Martin Gainty
From: jcyh24...@yahoo.ca.INVALID Sent: Saturday, June 22, 2019 12:47 AM To: user@struts.apache.org Subject: Re: Invalid Field Value when using Map Hi Prasanth. Do you have a small reproducer application available to demonstrate the behaviour ? There might be

Re: Migrating from Struts 1.2 to recent Struts

2019-03-12 Thread Martin Gainty
https://struts.apache.org/plugins/struts-1/ Struts 1 Plugin back to Plugins Edit on GitHub Struts 1 Plugin. The Struts 1 plugin allows you to use existing Struts 1 Actions and ActionForms in Struts 2 applications. This plugin provides a generic Struts

Re: Struts 1.3 and OAuth2

2019-03-10 Thread Martin Gainty
attempts at direct access to struts webapp should automatically redirect the request to an authorisation-server once fully authenticated the original-request is then sent to "struts-app" JSR-286 portlet-api frameworks have handled role assignment and authorisation for better part of 10 years

Re: Jboss 7.2 gives 404 after deployment

2019-02-25 Thread Martin Gainty
, Martin Gainty wrote: > never say the r word..better to say he passed climbing everest but > fell 10,000 feet into tibet > > content/learning-0.0.1-SNAPSHOT.war/WEB-INF/lib/struts2-core- > 2.5.20.jar/struts-default.xml:131:154 > > ensure struts-default.xml is located inside st

Re: Jboss 7.2 gives 404 after deployment

2019-02-24 Thread Martin Gainty
deployment On Sat, 2019-02-23 at 21:11 +, Martin Gainty wrote: > Unregistered web context: '/learning-0.0.1-SNAPSHOT' from server > 'default-server' > jboss is telling you the webapp /learning-0.0.1-SNAPSHOT was never > registered to JBoss wildlfly server default-server > > if

Re: Jboss 7.2 gives 404 after deployment

2019-02-23 Thread Martin Gainty
Unregistered web context: '/learning-0.0.1-SNAPSHOT' from server 'default-server' jboss is telling you the webapp /learning-0.0.1-SNAPSHOT was never registered to JBoss wildlfly server default-server if you're like me you would put all your web application declarations in WEB-INF/web.xml if

Re: A book of Struts

2018-10-17 Thread Martin Gainty
i agree with johannes It seems AWS-cloud json sends YOUR_AWS_ACCOUNT_ID as cleartext since Authorization header is allowed: "x-amazon-apigateway-integration": { "responses": { "default": { "statusCode": "200", "responseParameters": {

Re: A book of Struts

2018-10-17 Thread Martin Gainty
From: Johannes Geppert Sent: Wednesday, October 17, 2018 4:30 AM To: Struts Users Mailing List Subject: Re: A book of Struts +1 for new Struts2 book! Count on me for any help as well. Maybe Struts2 as micro service could be a topic as well? I made some

Re: [ANN] Apache Struts 2.3.35 GA with Security Fixes Release

2018-08-22 Thread Martin Gainty
Yasser which CVE or group of CVEs does this address? From: Yasser Zamani on behalf of Yasser Zamani Sent: Wednesday, August 22, 2018 3:35 AM To: Struts User; Struts Announcements; Apache Announce Subject: [ANN] Apache Struts 2.3.35 GA with Security Fixes

Re: Struts 2

2018-06-22 Thread Martin Gainty
function addBulkSellerAgent() { > >var registrationId = ''; > > var sellerId = ''; > > var fileFileName = ''; > > var fromPage = 'sellerAgent'; > > var postData = "registrationId="+registrationId+ > > "=" +

Re: I was involved with struts v1. But today I am doing something new

2018-06-21 Thread Martin Gainty
currently 250m ne of your location..maybe dave would be interested? Thanks Vic! From: Vic Cekvenich Sent: Thursday, June 21, 2018 11:28 AM To: user@struts.apache.org Subject: I was involved with struts v1. But today I am doing something new Still open source.

Re: Struts2 login action class seems to be reused

2018-05-15 Thread Martin Gainty
.com:8443 User-Agent: Apache-HttpClient/4.5.5 (Java/1.8.0_151) -- Thanks, Prasanth On 05/15/2018 07:44 AM, Martin Gainty wrote: > Hi Norbert/Prasanth > > Struts2 login action problem has morphed to "Invalid

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

Re: [S2] ExecuteAndWait Interceptor // Only re-submit token parameters on refresh?

2018-04-21 Thread Martin Gainty
upported ATG Dynamo sendLocalRedirect Thanks for the clarification Regards Martin Gainty __ From: Yasser Zamani <yasser.zam...@live.com> on behalf of Yasser Zamani <yasserzam...@apache.org> Sent: Wednes

Re: [S2] ExecuteAndWait Interceptor // Only re-submit token parameters on refresh?

2018-04-18 Thread Martin Gainty
ait Interceptor // Only re-submit token parameters on refresh? On 4/18/2018 1:21 AM, Martin Gainty wrote: > MG>AFAIK a redirect terminates the old session and creates a new session I think redirect to same domain:ip in same browser tab page should keep session. MG2>2 alternatives: build out

Re: [S2] ExecuteAndWait Interceptor // Only re-submit token parameters on refresh?

2018-04-17 Thread Martin Gainty
From: Burton Rhodes Sent: Tuesday, April 17, 2018 7:23 AM To: Struts Users Mailing List Subject: Re: [S2] ExecuteAndWait Interceptor // Only re-submit token parameters on refresh? That's a great thought. I think the session method

Re: Triple select tag

2018-04-14 Thread Martin Gainty
Hi Albert Thinking you could possibly hook JS function to doubleOnSelect of first component to highlight 3rd but would you have an example of 3 tag-components wired together? Martin __ From: albert kao

Re: Sr Dev Struts 2 Job Irving TX Area

2018-04-09 Thread Martin Gainty
is is boys..you take care of her while i get me some paying work! ? Martin Gainty

Re: Struts 2.5.14 support for java 8/java 9/java 10

2018-03-09 Thread Martin Gainty
David- which Struts issues are you encountering with JDK 1.8? JDK 1.9? JDK 10? ? Martin- __ From: Adam Brin Sent: Monday, March 5, 2018 8:23 AM To: Struts Users Mailing List Subject: Re:

Re: BUG in struts-2.5.15

2018-02-15 Thread Martin Gainty
mg>below From: liemngu...@ups.com.INVALID <liemngu...@ups.com.INVALID> Sent: Wednesday, February 14, 2018 5:20 PM To: user@struts.apache.org Subject: Re: BUG in struts-2.5.15 Martin Gainty, I found "C:/Oracle/Middleware/Oracle_Home12.2.1.0.0

Re: BUG in struts-2.5.15

2018-02-14 Thread Martin Gainty
From: liemngu...@ups.com.INVALID Sent: Wednesday, February 14, 2018 10:43 AM To: user@struts.apache.org Subject: BUG in struts-2.5.15 Hi all, Testing your upcoming struts-2.5.15, when starting Weblogic server (Weblogic server

Re: newFixedThreadPool in struts2

2018-02-09 Thread Martin Gainty
in struts this is accomplished implementing org.apache.struts2.interceptor.createSessionInterceptor configured in interceptor-ref name in struts-config.xml action name="someAction" class="com.examples.SomeAction" * interceptor-ref name="createSession"/ afterwards you can access the

Re: Lang

2018-02-09 Thread Martin Gainty
Buenas Noches your implementation of AbstractBeanProvider needs to supply struts-messages_es.properties in WEB-INF/classes/org/apache/struts2 folder if you have no impl of AbstractBeanProvider use org.apache.struts2.config.DefaultBeanSelectionProvider public void register(ContainerBuilder

Re: log4j problem

2017-12-30 Thread Martin Gainty
From: José Antonio Delgado Trujillo Sent: Friday, December 29, 2017 4:13 PM To: Struts Users Mailing List Subject: Re: log4j problem MG>before you restart did you deploy your struts-basic*.war to server/default/deploy folder? JD> mvn

Re: log4j problem

2017-12-29 Thread Martin Gainty
From: José Antonio Delgado Trujillo Sent: Friday, December 29, 2017 1:57 PM To: Struts Users Mailing List Subject: Re: log4j problem I don’t know how to recompile lot with runtime jdk provided by JBOSS MG>JBOSSConfiguration to JDK is

Re: log4j problem

2017-12-29 Thread Martin Gainty
MG>you have a saved session state in one of your jboss caches that is conflicting with your new Basic.war Session State MG>clean out ALL your jboss caches MG>rm -rf tmp MG>rm -rf data MG>rm -rf log MG>recompile the whole lot with runtime jdk provided by JBOSS MG>restart jboss un saludo

Re: Struts 2 JSP Taglib error

2017-10-24 Thread Martin Gainty
From: Christoph Nenning Sent: Tuesday, October 24, 2017 7:40 AM To: Struts Users Mailing List Subject: Re: Struts 2 JSP Taglib error Hi, I have often seen this when application included something jsp-api.jar or jee-api.jar

Re: Which Struts Version to implement (with Patch for Equifax)

2017-09-20 Thread Martin Gainty
David: the recommended hardened version for financial services industry is Struts 2.5.10.1..here is why: "If you are using Jakarta-based file upload Multipart parser, upgrade to Apache Struts version 2.3.32 or 2.5.10.1," Apache says in a March 6 security alert. "You can also switch to a

Re: Problem using the Spring's AOP in Struts2's Actions with json-plugin

2017-05-09 Thread Martin Gainty
vert-datasource-to-json-to-send-back-to-a-mvc-controller> www.telerik.com Forum thread about How to Convert dataSource to JSON to send back to a mvc controller? in Kendo

Re: Problem using the Spring's AOP in Struts2's Actions with json-plugin

2017-05-09 Thread Martin Gainty
Struts2 Actions > > using the "JDK dynamic proxies"? Does anyone have an example?* > > > > Sorry, but I can not find any relationship between your answers and the > > exceptions attached in my previous message: > > > > *1. NoSuchMethodExcept

Re: Problem using the Spring's AOP in Struts2's Actions with json-plugin

2017-05-06 Thread Martin Gainty
MG>below From: developer researcher Sent: Friday, May 5, 2017 10:09 PM To: Struts Users Mailing List Subject: Problem using the Spring's AOP in Struts2's Actions with json-plugin Hello, I am using Strust 2 with

Re: Blank app fails to build

2016-11-20 Thread Martin Gainty
From: Java House Sent: Sunday, November 20, 2016 4:51 AM To: user@struts.apache.org Subject: Blank app fails to build Hello this is my first attempt with Struts. I am trying to run the Blank App sample application. I tried first by creating

Re: convention plugin struts.xml interceptors

2016-10-30 Thread Martin Gainty
From: ronald.a.ander...@gmail.com Sent: Sunday, October 30, 2016 1:59 PM To: user@struts.apache.org Subject: convention plugin struts.xml interceptors My actions are working fine by following the convention rules - no struts.xml

RE: Redirect URLs have class names added after the action name with # or !

2016-10-24 Thread Martin Gainty
> From: krunal.dhame...@tdsecurities.com > To: user@struts.apache.org > Subject: RE: Redirect URLs have class names added after the action name with > # or ! > Date: Mon, 24 Oct 2016 20:29:43 + > > Hi Lukaz, > I am really stuck with this issue. I tried on WebSphere Application Server >

RE: Struts2 Rest Mapper Taking Over Non Rest Json Result

2016-09-20 Thread Martin Gainty
to control navigation why not map it?{1} ... GET: /grid/method="index"when you reference /grid/ struts will call org.healthsmart.NonRestfulAction index method https://struts.apache.org/docs/restfulactionmapper.html or use DMI

RE: Struts 2: running processes/threads in background

2016-07-18 Thread Martin Gainty
> From: lukaszlen...@apache.org > Date: Mon, 18 Jul 2016 07:49:28 +0200 > Subject: Re: Struts 2: running processes/threads in background > To: user@struts.apache.org > > Hi, > > "execAndWait" result should be sufficient for your usecase. I was > wondering if implementing something based on

RE: jQuery query

2016-06-29 Thread Martin Gainty
> From: anamika.chouras...@gmail.com > Date: Wed, 29 Jun 2016 13:57:56 +0530 > Subject: Re: jQuery query > To: user@struts.apache.org > > You need to put both textboxes of each group in one div, give this div an > id and than user JQUEry inbuild function to toggle it > > something like this >

RE: interfaces with default methods on actions

2016-06-13 Thread Martin Gainty
e handled thru maven profiles (if we know a-priori) MG>Thanks Adam > Thanks! > > On Sun, Jun 12, 2016 at 5:42 AM, Martin Gainty <mgai...@hotmail.com> wrote: > > > > > > > > > > From: lukaszlen...@apache.org > > > Date: Sun, 12 Jun 2016 11:31

RE: interfaces with default methods on actions

2016-06-12 Thread Martin Gainty
> From: lukaszlen...@apache.org > Date: Sun, 12 Jun 2016 11:31:26 +0200 > Subject: Re: interfaces with default methods on actions > To: user@struts.apache.org > > 2016-06-12 6:46 GMT+02:00 Johannes Geppert : > > Is there still any reason to still use asm3? > > Or should we

RE: Unable to load configuration

2016-06-07 Thread Martin Gainty
> From: jadt...@gmail.com > Date: Tue, 7 Jun 2016 22:10:26 +0100 > Subject: Unable to load configuration > To: user@struts.apache.org > > I have been wasted all this afternoon with a strange error. > > My app only have an action called VerySimpleAction. > I configured in the struts.xml > >

RE: struts2-rest-plugin issues getting non-restful urls to cooperate

2016-05-30 Thread Martin Gainty
> From: lukaszlen...@apache.org > Date: Mon, 30 May 2016 08:18:28 +0200 > Subject: Re: struts2-rest-plugin issues getting non-restful urls to cooperate > To: user@struts.apache.org > > 2016-05-27 17:41 GMT+02:00 Ken McWilliams : > > I got it working but I think the

RE: struts2 interceptor session timeout with ajax

2016-03-30 Thread Martin Gainty
MG>pls see below > From: lukaszlen...@apache.org > Date: Wed, 30 Mar 2016 07:59:28 +0200 > Subject: Re: struts2 interceptor session timeout with ajax > To: user@struts.apache.org > > I think you must use `onSuccessTopics` instead of `onErrorTopics` - > returning 403 doesn't mean an error MG>if

RE: Different name mapping in Struts 2.3.28 (was Re: [ANN] Apache Struts 2.3.28 GA)

2016-03-30 Thread Martin Gainty
> Subject: Re: Different name mapping in Struts 2.3.28 (was Re: [ANN] Apache > Struts 2.3.28 GA) > To: user@struts.apache.org > From: markus.fisc...@knipp.de > Date: Wed, 30 Mar 2016 15:20:25 +0200 > > Hi Łukasz, > > >> after migrating from Struts 2.3.24.1 to 2.3.28, I get

RE: Specific Exception Handling

2016-03-22 Thread Martin Gainty
Date: Tue, 22 Mar 2016 20:13:37 + Subject: Specific Exception Handling From: jadt...@gmail.com To: user@struts.apache.org In the example of exception - handling explains how to configure an

RE: Log4j dtd

2016-03-21 Thread Martin Gainty
Eclipse cleans classes folder so perhaps put a copy of log4j.xml into \src ? For maven put a copy of log4j.xml into \src\main\resources http://stackoverflow.com/questions/9554805/log4j-xml-in-eclipse Saludos/ Martín __

RE: how to use ejb 3.1/3.2 in struts2?

2016-03-08 Thread Martin Gainty
> From: hongw...@163.com > Subject: Re: how to use ejb 3.1/3.2 in struts2? > Date: Wed, 9 Mar 2016 06:38:39 +0800 > To: user@struts.apache.org > > Hi, Paul > > Thanks your response, yes. I used ee 7, > would you share with me some examples? > > Thanks > > Mike MG>suggest downloading and

RE: CVE-2015-5209

2016-02-22 Thread Martin Gainty
Hi Brent apply following regex to exclude vulnerable parameters from Request "(^|\\%\\{)((#?)(top(\\.|\\['|\\[\")|\\[\\d\\]\\.)?)(dojo|struts|session|request|response|application|servlet(Request|Response|Context)|parameters|context|_memberAccess)(\\.|\\[).*","^(action|method):.*"

RE: Jodd/Madvoc MVC framework

2016-01-26 Thread Martin Gainty
I had the wrong providers listed in $JAVA_HOME/jre/lib/security/java.securityas soon as I security.removeProvider SunPKCS11 provider and replaced with sun.security.rsa.SunRsaSign I was able to grab the gradle distro and unpack, compile, run-tests and assemble

RE: Jodd/Madvoc MVC framework

2016-01-25 Thread Martin Gainty
n, Jan 25, 2016 at 19:11, Igor Spasic <i...@jodd.org> wrote: Hi! Can you check now? We moved to Gradle 2.10 yesterday, but obviously there was a left over from previous version (2.6). Would you be so kind to pull the change and try again? It worked here. On Mon, Jan 25, 2016 at 1

RE: Jodd/Madvoc MVC framework

2016-01-25 Thread Martin Gainty
ersion (2.6). > Would you be so kind to pull the change and try again? It worked here. > > On Mon, Jan 25, 2016 at 18:34, Martin Gainty <mgai...@hotmail.com> wrote: > can anyone clone ? > > gradlew build Downloading > https://services.gradle.org/distributions/gradle-2.6-

RE: Jodd/Madvoc MVC framework

2016-01-25 Thread Martin Gainty
can anyone clone ? >gradlew buildDownloading >https://services.gradle.org/distributions/gradle-2.6-all.zip Exception in thread "main" javax.net.ssl.SSLException: java.security.ProviderException: SunPKCS11 requires configuration file argument ...if I bypass cert checking I get the zip...wget

RE: Issue with jakarta-stream multipart parser

2016-01-05 Thread Martin Gainty
difficulty locating error message "Prefix string too short" If I download struts-2.3.4.1 and expand struts2-2.3.4.1 from https://www.apache.org/dist/struts/2.3.24.1/ struts2-2.3.24.1>grep -S -l "Prefix string too short" *there are no hits? Please confirm

RE: Annotation example

2015-11-08 Thread Martin Gainty
– By default, this is set to ${basedir}/src/main/webapp. If your static sources are in a different location, set this parameter accordingly.https://wiki.eclipse.org/Jetty/Feature/Jetty_Maven_Plugin#Multiple_webapp_root_directories ? Saludos Martín

RE: Spring BeanPostProcessor called twice for Struts managed beans

2015-10-15 Thread Martin Gainty
> From: lukaszlen...@apache.org > Date: Thu, 15 Oct 2015 07:56:24 +0200 > Subject: Re: Spring BeanPostProcessor called twice for Struts managed beans > To: user@struts.apache.org > > You are probably right :) Please register an issue and target 2.3.25 > as a fix version. > > > Regards > --

RE: Spring BeanPostProcessor called twice for Struts managed beans

2015-10-15 Thread Martin Gainty
ready been registered" with getSingleton(String beanName) MG>WDYT? > > -Original Message- > From: Martin Gainty [mailto:mgai...@hotmail.com] > Sent: Thursday, October 15, 2015 7:29 AM > To: Struts Users Mailing List <user@struts.apache.org> > Subject: RE: Spring Bea

RE: sj:grid --- action errors and highlight the row/row cell that failed validation

2015-10-09 Thread Martin Gainty
> From: zy...@hotmail.com > To: user@struts.apache.org > Subject: RE: sj:grid --- action errors and highlight the row/row cell that > failed validation > Date: Fri, 9 Oct 2015 15:50:39 -0400 > > Still looking for help on this please... > > > From: zy...@hotmail.com > > To:

RE: Strict Method Invocation

2015-10-03 Thread Martin Gainty
> From: lukaszlen...@apache.org > Date: Sat, 3 Oct 2015 09:35:04 +0200 > Subject: Strict Method Invocation > To: user@struts.apache.org > > Hi, > > I have updated docs about the latest SMI addition: > > https://cwiki.apache.org/confluence/display/WW/Security#Security-StrictMethodInvocation

RE: Accessing action properties from JSPs

2015-10-03 Thread Martin Gainty
> To: user@struts.apache.org > From: ch...@christopherschultz.net > Subject: Accessing action properties from JSPs > Date: Sat, 3 Oct 2015 11:50:31 -0400 > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > Is this the latest wisdom for accessing action properties from JSPs >

RE: Spring Injection Strange behaviour - SOLVED!

2015-09-06 Thread Martin Gainty
"Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth"Arthur Conan Doyle You had to eliminate the other Tomcats as the cause "Genius is one percent inspiration and ninety-nine percent perspiration." - Thomas A. Edison Then you set out the hardwork

RE: Textfield onchange --> handling ajax error response to show action errors

2015-09-02 Thread Martin Gainty
> To: user@struts.apache.org > Subject: RE: Textfield onchange --> handling ajax error response to show > action errors > From: christoph.nenn...@lex-com.net > Date: Wed, 2 Sep 2015 10:08:16 +0200 > > The documentation about ajax-validation might help you: > >

RE: sj:autocompleter dependable

2015-08-27 Thread Martin Gainty
based on your other emails it appears you are missing your Struts action class you are also probably missing struts.xml which defines the Struts Action class and results and any configuration params whats more the jsp you are using probably does not have sj=/struts-jquery-tags declaration so

RE: sj:autocompleter dependable

2015-08-26 Thread Martin Gainty
MGfollow the example to the letter From: zy...@hotmail.com To: user@struts.apache.org Subject: RE: sj:autocompleter dependable Date: Wed, 26 Aug 2015 13:21:13 -0400 I tried doing this onSelectTopics of first autocompleter to select value of the second autocompleter but didn't work. Any

RE: OGNL error --- Unexpected Exception caught setting ... on 'class.........

2015-08-26 Thread Martin Gainty
From: zy...@hotmail.com To: user@struts.apache.org Subject: OGNL error --- Unexpected Exception caught setting ... on 'class. Date: Wed, 26 Aug 2015 19:42:36 -0400 Have a Publisher class with attributes Publisher ---class name code Action class private String[]

RE: sj:autocompleter dependable

2015-08-25 Thread Martin Gainty
you will notice in the autocompleter tutorial posted at http://struts.jgeppert.com/struts2-jquery-showcase/autocompleter-json.action;jsessionid=CE13A626C1A38AC66A47344D139993DE there exists a sj:autocompleter with onChangeTopics=autocompleteChangebut there is no (jquery) function subscribed to

RE: Struts2 resource bundle labels not showing up

2015-08-24 Thread Martin Gainty
any reason why you are not supplying line breaks between key1=value1key2=value2 in properties file: label.user=Userlabel.password=Password instead of: label.user=User label.password=Password ? Martin

RE: Struts2 tabbed panel not working

2015-08-21 Thread Martin Gainty
you'll need to coordinate the URI of the taglib specified in jsp with location of the struts-dojo-tags.tld assuming struts-dojo-tags.tld is located in folder WEB-INF insert these 4 lines before /webapp in web.xml jsp-config taglib-uri/struts-dojo-tags/taglib-uri

RE: JSON + REST

2015-08-21 Thread Martin Gainty
Date: Fri, 21 Aug 2015 19:10:27 +0530 Subject: Re: JSON + REST From: ghotankaru...@gmail.com To: user@struts.apache.org I was looking for exactly same thing. Anyone knows how we can

RE: Origin of struts log messages misleading

2015-07-22 Thread Martin Gainty
. The last log line was actually coming from com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept:130. But Lukasz Lenart said it is worked on anyway. So no big deal. Regards, Norbert. PS: And yes. log4j is awesome :-) On 21.07.2015 14:24, Martin Gainty wrote

RE: Origin of struts log messages misleading

2015-07-21 Thread Martin Gainty
Morning Norbert ceki gulcu spent years mastering the art of incorporating PatternLayouts and different Appenders into log4j Say you have a thread that is spiking CPU or heap when processing a particular algo algos code is out of reach from IDEs and you want to test it near Prod environment

RE: Origin of struts log messages misleading

2015-07-17 Thread Martin Gainty
Norbert: you can always dig out the class name e.g. logger.getClass().getName() OR implement log4j and configure log4j.xml thusly: Configuration status=warn name=MyApp packages= Appenders File name=MyFile fileName=logs/app.log PatternLayout Pattern%2 %d %p %c{1.} [%t]

RE: [s1] ActionForward redirect to localhost loses the hostname

2015-06-28 Thread Martin Gainty
//ActionMapping#findForward code public ActionForward findForward(String forwardName) { ForwardConfig config = findForwardConfig(forwardName); if (config == null) { config = getModuleConfig().findForwardConfig(forwardName); } if (config == null) {

RE: Get single value from a row with displaytag and struts 2

2015-06-17 Thread Martin Gainty
Hi Chris- i dont see documentId in TableTag.java from displaytag source ? /** * Licensed under the Artistic License; you may not use this file * except in compliance with the License. * You may obtain a copy of the License at * * http://displaytag.sourceforge.net/license.html * * THIS

RE: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-24 Thread Martin Gainty
No Problem...that is what we are here for Have a Productive Week Raj! Martin Gainty __ Date: Sat, 23 May 2015 16:05:55 -0500 Subject: Re: Issues

RE: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-21 Thread Martin Gainty
Sent from my iPhone On May 19, 2015, at 5:33 AM, Martin Gainty mgai...@hotmail.com wrote: please confirm url,connection,developerConnection entries are pointed to struts1 in scm section your pom.xml: scm connectionscm:svn:http://svn.apache.org/repos/asf/struts/struts1

RE: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-19 Thread Martin Gainty
: Issues with Tomcat 7.0.57 not loading ActionServlets From: bsudershan...@gmail.com Date: Mon, 18 May 2015 17:40:12 -0500 To: user@struts.apache.org Yes Martin, That file does exists in that folder. Thanks Raj Sent from my iPhone On May 16, 2015, at 7:54 PM, Martin Gainty mgai

RE: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-16 Thread Martin Gainty
Raj- did you check for the existence of /WEB-INF/validator-rules.xmlin $TOMCAT_HOME/webapps/NameOfYourWebappGoesHere ? Martin __ Date: Wed, 6 May 2015 20:29:34 -0500 Subject: Issues with Tomcat 7.0.57 not loading ActionServlets From:

RE: Running local process from within web application.

2015-03-23 Thread Martin Gainty
David- Runtime.getRuntime().exec(fubar.sh); I would launch this in a thread so as to not disrupt WebServer from receiving requests/producing Responses http://docs.oracle.com/javase/7/docs/api/java/lang/Runtime.html in production you probably want to consider Message Queues Technologies such as

RE: Struts 1.x documentation and javadocs

2015-03-11 Thread Martin Gainty
mkdir /EmptyFolder cd /EmptyFolder wget -r http://www.laconiadatasystems.com/struts-1.3.8/docs/ Please do this today before my host provider finds out I uploaded at least 2 gb of apache stuff to the site ping back if you have any questions, Martin __

RE: Select multiple values from a dropdown

2015-02-22 Thread Martin Gainty
Date: Sun, 22 Feb 2015 09:11:58 -0500 Subject: RE: Select multiple values from a dropdown From: lilylove2s...@yahoo.com.INVALID To: user@struts.apache.org Our application has a form on the right pane where user can create a request and submit it. After the request is submitted, it will

RE: Select multiple values from a dropdown

2015-02-21 Thread Martin Gainty
MGthe dropdown list is populated from pets collection located inside the petDao class MGeach value presented is based on unique id value of %{petDao.pets.{id}} MG*if* you want the dropdown to dropdown you can hang a click handler for dropdown on your submit button MGI have trouble understanding

RE: double select tag

2015-02-18 Thread Martin Gainty
Date: Thu, 19 Feb 2015 09:20:07 +1100 From: patrick.ke...@riverdynamics.com To: user@struts.apache.org Subject: Re: double select tag Christoph, the html code used when the Edit link gets clicked looks like the following. So the iterator has run and has pulled back a bunch of

RE: problem in xml validation

2015-02-17 Thread Martin Gainty
Date: Tue, 17 Feb 2015 21:07:03 +0530 Subject: Re: problem in xml validation From: yaragallamur...@gmail.com To: user@struts.apache.org No dave. It is because in the same Action class i have a validate method. So in this method if validation fails it is showing inpu jsp with the errors.

RE: Dynamic Attributes with Velocity

2015-01-28 Thread Martin Gainty
From: sean.pow...@legalmatch.com To: user@struts.apache.org Subject: Dynamic Attributes with Velocity Date: Wed, 28 Jan 2015 22:07:13 + I have a question about how to set dynamic

Storm Juno

2015-01-26 Thread Martin Gainty
http://www.cbsnews.com/videos/eye-opener-massive-blizzard-barrels-into-northeast/ Mon-pm Tuesday all day forecast is 24 inches for Western CT / Western Ma / Central NH Cape will get at LEAST12-24 inches with howling winds 30 inches snow for Hartford - Boston Corridor with 'signifcant winds'

RE: Using Struts2 Rest Plugin with deep cascading actions

2015-01-26 Thread Martin Gainty
the dynamic namespace assignment ListPeopleAction example package org.apache.struts2.showcase.person; import java.util.ArrayList; import java.util.List; import com.opensymphony.xwork2.ActionSupport; import org.apache.struts2.convention.annotation.ParentPackage; import

RE: ASM library issue when upgrading struts2.3.20 from struts2.3.16.3

2015-01-24 Thread Martin Gainty
this is a asm 3.3 to asm 5.0.2 library upgrade issue.redirecting Date: Sat, 24 Jan 2015 11:47:58 +0530 Subject: ASM library issue when upgrading struts2.3.20 from struts2.3.16.3 From: ghotankaru...@gmail.com To: user@struts.apache.org Hi, I am using spring aop along with struts2

RE: Using Struts2 Rest Plugin with deep cascading actions

2015-01-24 Thread Martin Gainty
Date: Sat, 24 Jan 2015 15:24:49 +0530 Subject: Re: Using Struts2 Rest Plugin with deep cascading actions From: ghotankaru...@gmail.com To: user@struts.apache.org Well after doing some research on designing rest api ***best practices*** I realized I was doing something wrong. For

RE: OGNL Static Method call wrapper

2015-01-19 Thread Martin Gainty
No *Unless* you configure app to implement max heap -Xmx2048M -XX:PermSize=2048M -XX:MaxPermSize=2048m dont declare any entity Static anything .statics are notorious for parking in Permgen where of course the accumulation of other statics will eventually cause OOM

RE: Struts2 with AngularJS

2014-11-19 Thread Martin Gainty
Date: Wed, 19 Nov 2014 17:20:00 +0700 Subject: Re: Struts2 with AngularJS From: linut...@gmail.com To: user@struts.apache.org Hi, Thanks for the prompt reply, I'll have a look at the Struts2 AngularJS archetype But I meant AngularJS interceptor (

RE: Struts2 with AngularJS

2014-11-19 Thread Martin Gainty
Date: Wed, 19 Nov 2014 17:20:00 +0700 Subject: Re: Struts2 with AngularJS From: linut...@gmail.com To: user@struts.apache.org Hi, Thanks for the prompt reply, I'll have a look at the Struts2 AngularJS archetype But I meant AngularJS interceptor (

  1   2   3   4   5   6   7   8   9   10   >