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
d redo functionality. Maintain a history of commands. Use Visitor pattern in below scenarios:. Similar operations have to be performed on objects of different types grouped in a structure ; You need to execute many ... stackoverflow.com ?am interested to know which topic prompts your question? /br/ Mart

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
since this has nothing to do with using struts we can continue this offline as necessary hth Martin- From: Asad Habib Sent: Sunday, March 10, 2019 3:25 AM To: Struts Users Mailing List Subject: Struts 1.3 and OAuth2 Has anyone successfully been able to integr

Re: Jboss 7.2 gives 404 after deployment

2019-02-25 Thread Martin Gainty
To: Struts Users Mailing List Subject: Re: Jboss 7.2 gives 404 after deployment Martin, Thanks for the tip. I was able to get further, but ran into more method not found issues. I don't believe this is a struts issue, rather I believe it's an impedence issue between classloader in JBoss 7 having

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
rsonally i wouldnt muck with TC i would suggest upgrading wildfly and getting jboss-web container hth martin __ From: Norbert Hirneisen <no...@s2you.de> Sent: Friday, March 2, 2018 6:55 PM To: user@struts.apa

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 <albe

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 <ab...@digitalantiquity.org> Sent: Monday, March 5, 2018 8:23 AM To: Struts Users Mailing List Subje

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
t;/ afterwards you can access the HttpServletRequest: HttpServletRequest req=ServletActionContext.getServletContext().getRequest() HttpSession session=req.getSession(); get all the params from session you need HTH Martin __

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
Struts 2 users are being warned to upgrade immediately, after attackers began targeting a zero-day flaw in the widely used, open source Java EE platform. David and Lukasz please confirm Martin __ From: David Gr

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
rialization using Jackson or another library. > > > - adam > -- > _ > Adam Brin > Director of Technology, Digital Antiquity > 480.965.1278 > > > On May 8, 2017, at 12:27 PM, developer researcher < > java.d

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
fulactionmapper.html if that looks ok as a last result you can implement a custom mapper which will read the URL and redirect to correct class programaticallyhttp://stackoverflow.com/questions/17697432/struts2-rest-plugin-making-both-struts-actions-rest-actions-work

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
on|method):.*" https://struts.apache.org/docs/s2-026.html or upgrade to Struts 2.3.24.1 Good Question! Martin __ > Date: Mon, 22 Feb 2016 11:10:39 -0700 > Subject: CVE-2015-5209 > From: brentbark...@gmail.com > To: us

RE: Jodd/Madvoc MVC framework

2016-01-26 Thread Martin Gainty
calMySql (access: root/root!) and PostgreSQL (postgres/root!). Thanks Christoph! Martin > To: user@struts.apache.org > Subject: Re: Jodd/Madvoc MVC framework > From: christoph.nenn...@lex-com.net > Date: Tue, 26 Jan 2016 10:26:37 +0100 > > > I'm just not a fan of declar

RE: Jodd/Madvoc MVC framework

2016-01-25 Thread Martin Gainty
henticated MG>How to authenticate ? * Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 10.994 secs thanks! Martin __

RE: Jodd/Madvoc MVC framework

2016-01-25 Thread Martin Gainty
this is what I have for instructions: >git clone https://github.com/oblac/jodd.git >gradlew build Please verify Thanks! Martin __ > From: i...

RE: Jodd/Madvoc MVC framework

2016-01-25 Thread Martin Gainty
t the zip...wget --no-check-certificate https://services.gradle.org/distributions/gradle-2.6-all.zip what is gradlew missing to download https\://services.gradle.org/distributions/gradle-2.6-all.zip ? Martin __ > Date: Mon, 25 Jan 2016 10:32:45

RE: Issue with jakarta-stream multipart parser

2016-01-05 Thread Martin Gainty
.apache.org/dist/struts/2.3.24.1/ is the struts 2.3.4.1 you are working with Martin __ > To: user@struts.apache.org > From: stephen+li...@jiglu.com > Su

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
set out the hardwork to find where the auto-wiring is happening By Doyles definition you have "good investigative technique" By Edisons definition you are a genius

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

2015-09-02 Thread Martin Gainty
$.parseJSON(jsonData); } catch (e) { return "false"; } //any exception will return false return "true";//valid JSON formatted data ) //end isJson https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse http://s

RE: sj:autocompleter dependable

2015-08-27 Thread Martin Gainty
(Mary, Lukasz, Dave); } HTH Martin __ From: zy...@hotmail.com To: user@struts.apache.org Subject: RE: sj:autocompleter dependable Date: Wed, 26 Aug 2015 22:07:57 -0400 Thanks, for trying to help me on this. I did add the subscribe java script

RE: sj:autocompleter dependable

2015-08-26 Thread Martin Gainty
').html('b'+message+'/b'); }); when you publish an event topic you will also need to subscribe listener for the same event topic HTH Martin From: zy...@hotmail.com To: user@struts.apache.org Subject: sj:autocompleter dependable Date: Mon, 24 Aug 2015 15:59

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
+' ) '+message; } $('#topics').html('b'+message+'/b'); }); when you publish an event topic you will also need to subscribe listener for the same event topic HTH Martin From: zy...@hotmail.com To: user@struts.apache.org Subject: sj:autocompleter dependable Date: Mon

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
-location/WEB-INF/struts-dojo-tags.tld/taglib-location /jsp-config ... /web-app Martin From: zy...@hotmail.com To: user@struts.apache.org Subject: RE: Struts2 tabbed panel not working Date: Fri, 21 Aug 2015 03:41:14 -0400 Thanks, got this after using the struts2-jquery-plugin

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
log4j.appender.CACHE.ImmediateFlush=true //never implement cache without flush if you dont RollingFileAppender will cache the original entry until its flushed Martin Subject: Re: Origin of struts log messages misleading To: user@struts.apache.org From: nhar...@gmx.at Date: Wed, 22 Jul 2015

RE: Origin of struts log messages misleading

2015-07-21 Thread Martin Gainty
the same thread why should anyone want to duplicate these features when log4j already fulfills those requirements? http://logging.apache.org/log4j/2.x/ HTH Martin Subject: Re: Origin of struts log messages misleading To: user@struts.apache.org From: nhar...@gmx.at Date: Tue, 21 Jul 2015 13:00

RE: Origin of struts log messages misleading

2015-07-17 Thread Martin Gainty
/Pattern /PatternLayout /File /Appenders /Configuration Pattern of %2 is your class name http://logging.apache.org/log4j/2.x/faq.html best regards, Martin To: user@struts.apache.org From: nhar...@gmx.at Subject: Origin of struts log messages misleading Date: Fri, 17 Jul 2015 23

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

2015-06-28 Thread Martin Gainty
exists in Tomcat-7.0.40 bootclasspath How do i do that ? Martin __ Date: Fri, 26 Jun 2015 17:45:20 -0400 From: ch...@christopherschultz.net To: user

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
If Maven is a Lamborghini ..then Ant is a Yugo You can drive to end of the block with Yugo if you dont mind repairing it every few feet Once you start driving your builds with Maven I guarantee you *wont* go back to Ant *keep us apprised* Martin

RE: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-19 Thread Martin Gainty
-config.xml or even possibly misconfig in web.xml or possibly omitted required parameter in pom.xml if Servlet DOES load then you can enable each of the validators in validator-rules.xml one at a time Let us know how it goes, Martin __ Subject: Re

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: bsudershan

RE: Running local process from within web application.

2015-03-23 Thread Martin Gainty
/display/HUDSON/Post+build+task HTH Martin __ From: davidrfi...@gmail.com Subject: Running local process from within web application. Date: Mon, 23 Mar

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
' Shout out your snow totals when you get 'em Martin P __

RE: Using Struts2 Rest Plugin with deep cascading actions

2015-01-26 Thread Martin Gainty
{ if(method.getName().equals(onReceive)){ System.out.println(ARGS: + (Integer)args[0] + , + (Integer)args[1]); return 1; } else return -1; } }); Thoughts? Martin

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
/questions/8387989/where-is-a-static-method-and-a-static-variable-stored-in-java-in-heap-or-in-sta read this qa on how variables and methods and classes declared statically essentially violate OOP http://stackoverflow.com/questions/7026507/why-are-static-variables-considered-evil Martin

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   >