RE: struts2 json return to front

2014-10-31 Thread Martin Gainty
Lee Date: Tue, 28 Oct 2014 22:04:14 -0400 Subject: Re: struts2 json return to front From: jlm...@gmail.com To: user@struts.apache.org; sh_thorn_b...@yahoo.com Have you tried to use firebug or some http proxy or sniffer to check the reponse sent to the browser? 2014-10-28 20:50

RE: Any experience deploying Struts2 war webapps in Jetty 9.2.x

2014-10-06 Thread Martin Gainty
Date: Mon, 6 Oct 2014 22:46:30 +0200 Subject: Any experience deploying Struts2 war webapps in Jetty 9.2.x From: jc.daup...@gmail.com To: user@struts.apache.org Hello, I always got the following error when deploying my Strut2 war in Jetty 9.2.3 HTTP ERROR 404 Problem accessing

RE: Struts 2 and automatic ids

2014-09-11 Thread Martin Gainty
From: heikki.hy...@uta.fi Subject: Struts 2 and automatic ids Date: Thu, 11 Sep 2014 02:13:44 +0300 To: user@struts.apache.org Hi all, I recently began to audit a Struts 2.3.16.1

RE: S:url and s:param and character encoding

2014-08-30 Thread Martin Gainty
Struts URL modificada por request_locale de 'es' va a refeerncia el archivo de propiedades s:url id=indexES namespace=/ action=locale s:param name=request_locale es/s:param /s:url !-- las siguientes referencias de struts tiraría el contenido de esta GLOBAL_ES.properties -- global.name =

RE: Struts2 token problem

2014-08-18 Thread Martin Gainty
you have both html forms use the same action but then you would need to synchronize access method to saving/reset of token Here is an example: http://www.coderanch.com/t/51602/Struts/Duplicate-form-submission-Synchronizer-Token Martin Date: Mon, 18 Aug 2014 15:18:25 +0530

RE: tutorial app cannot be installed and run

2014-07-22 Thread Martin Gainty
a look at: http://www.amazon.com/Apache-Struts-Web-Application-Development/dp/1847193390 HTH Martin MG When I look at the app03a application in the tomcat manager, it shows that it is not running, unlike the struts2 tutorial applications that I have running. Since it is not running, I'm

RE: hello world is giving me a stack trace.

2014-07-09 Thread Martin Gainty
MGcan you repost the Stacktrace in a followup email MGthanks Date: Tue, 8 Jul 2014 20:52:24 -0700 Subject: Re: hello world is giving me a stack trace. From: haoniu...@gmail.com To: jim_ander...@jjajava.com CC: user@struts.apache.org Don't know why. I suspect you have a class name conflict

RE: Hello World does not work.

2014-07-06 Thread Martin Gainty
MGJim MG$TOMCAT_HOME/conf/server.xml MG http://stackoverflow.com/questions/13301882/deploy-war-file-in-tomcat-server autoDeploy=true unpackWAR = true MG MGjaya could you explain meaning of web-content please? Date: Sat, 5 Jul 2014 23:05:37 +0530 Subject: Re: Hello World does not work. From:

RE: Hello World does not work.

2014-07-06 Thread Martin Gainty
Date: Sun, 6 Jul 2014 09:41:36 -0400 From: jim_ander...@jjajava.com To: user@struts.apache.org CC: mgai...@hotmail.com Subject: Re: Hello World does not work. JJA Martin, JJA JJA I'm

RE: need help on struts.xml configuration using Struts 2.3, Tomcat 7, Java JDK 1.6

2014-06-20 Thread Martin Gainty
be* menu in struts*xml did you have a specific question? Martin Date: Fri, 20 Jun 2014 18:13:57 +0530 Subject: Re: need help on struts.xml configuration using Struts 2.3, Tomcat 7, Java JDK 1.6 From: yaragallamur...@gmail.com To: user@struts.apache.org localhost:8080

RE: Issues in Struts2 unit testing

2014-06-13 Thread Martin Gainty
Date: Fri, 13 Jun 2014 19:01:31 +0530 Subject: Re: Issues in Struts2 unit testing From: akrajmscjavaquest...@gmail.com To: user@struts.apache.org Hi Paul, I placed the break points in struts code. But the control is not redirected to struts code. its throws error in interceptor

RE: How to Use JavaScript in Struts2

2014-06-04 Thread Martin Gainty
From: nijo...@gmail.com Date: Wed, 4 Jun 2014 10:50:14 +0530 Subject: How to Use JavaScript in Struts2 To: user@struts.apache.org Hi, I'm developing an an application to conduct Online

RE: 2.3.16.3 Color in error message ( Authenticate Login )

2014-06-04 Thread Martin Gainty
(mylabel); tag.setName(foo); tag.setValue(bar); tag.setTitle(mytitle); tag.setCssErrorClass(errclass); testAction.addFieldError(foo, bar error message); } } //end validate Bon Chance, Martin _ Date: Wed, 4 Jun 2014 17:13:28 +0100 From

RE: Struts-core spring dependencies.

2014-05-27 Thread Martin Gainty
From: ashok.gu...@ngc.com To: user@struts.apache.org Subject: Struts-core spring dependencies. Date: Tue, 27 May 2014 15:47:24 + We are migrating to Struts 2.3.16 from 1.x. The project has some spring dependencies. Based on the documentation provided by Apache Struts at

RE: Struts-core spring dependencies.

2014-05-27 Thread Martin Gainty
look at parent pom.xml to get the answer properties struts2.springPlatformVersion3.0.5.RELEASE/struts2.springPlatformVersion GIYF (grep is your friend) regards Martin From: mgai

RE: utf-8 characters and xslt result type

2014-05-23 Thread Martin Gainty
necesita %C3%A8 por ejemplo Hell%C3%Ao World http://www.w3schools.com/tags/ref_urlencode.asp Saludos Cordiales desde EEUU Martín __ Date: Thu, 22 May 2014 22:54:45 -0700 Subject: utf-8 characters and xslt result type From: arflo...@gmail.com

RE: Grouping same type validators

2014-05-03 Thread Martin Gainty
Date: Sat, 3 May 2014 23:33:09 +0200 From: ads...@gmail.com To: user@struts.apache.org Subject: Grouping same type validators Hello. in a middle sized application there may be hundreds of required fields, and maybe dozens of some other validator type, which are all very verbose to

RE: datetimepicker used in conjunction with theme=simple form

2014-04-08 Thread Martin Gainty
attribute for div and textarea but not datetimepicker) Looking forward to seeing your testcase Martin Date: Tue, 8 Apr 2014 07:17:33 +1000 From: patrick.ke...@riverdynamics.com To: user@struts.apache.org Subject: Re: datetimepicker used in conjunction with theme=simple form Hi Lukasz, I am

RE: Date widget use with simple theme

2014-04-05 Thread Martin Gainty
Morning Patrick- there is an example of datetimepicker in showcase 2.0.11 in webapp/empmanager/editEmployee.jsp %@ taglib prefix=s uri=/struts-tags % s:datetimepicker label=Birthdate name=currentEmployee.birthDate/ and remember to include :head tag Lukasz mentioned *Martin* From

RE: building source

2014-04-04 Thread Martin Gainty
consulting jobs Bon Chance! Martin __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle

RE: Running Struts 2 Project in WebSphere Application Serve 7.0.0.19

2014-03-20 Thread Martin Gainty
Date: Fri, 21 Mar 2014 07:31:25 +0800 Subject: Re: Running Struts 2 Project in WebSphere Application Serve 7.0.0.19 From: ykcho...@gmail.com To: user@struts.apache.org Can u send out ur project I worn fine on spring struts in was 8.5 On 21 Mar, 2014 6:08 am, manohar

RE: struts examples in a security manager

2014-03-18 Thread Martin Gainty
From: cmor...@part.net Date: Mon, 17 Mar 2014 09:40:32 -0600 Subject: struts examples in a security manager To: user@struts.apache.org Anyone ever got the struts examples running in a security manager? I've burned a month trying to do it and I've a hundred questions about it.

RE: REST question

2014-02-11 Thread Martin Gainty
); } } } ? Martin- Date: Tue, 11 Feb 2014 14:42:47 -0700 Subject: Re: REST question From: ken.mcwilli...@gmail.com To: user@struts.apache.org Sounds like you have used the Open Session in View method... probably provided by a custom interceptor, when adding the rest plugin

RE: Concealing primary key in web application with struts 2 from security perspective?

2013-11-30 Thread Martin Gainty
Date: Sat, 30 Nov 2013 10:54:25 +0530 Subject: Concealing primary key in web application with struts 2 from security perspective? From: motgu...@gmail.com To: user@struts.apache.org When you have internet facing application , its important not to expose direct object reference on

RE: Stream Result Returns Empty File

2013-11-14 Thread Martin Gainty
Congrats on the good news Z Martin __ Date: Thu, 14 Nov 2013 11:14:20 +1100 Subject: Re: Stream Result Returns Empty File From: zo...@sparecreative.com To: user@struts.apache.org Found the issue. I hadn’t set the contentLength

RE: Struts seems to reset the action instance while its still in interceptor

2013-11-03 Thread Martin Gainty
Date: Mon, 4 Nov 2013 02:49:12 +0500 Subject: Re: Struts seems to reset the action instance while its still in interceptor From: ali.rac...@gmail.com To: user@struts.apache.org Hopefully I am incorrect, however the following lines in my interceptor's intercept method: action =

RE: [ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available

2013-10-24 Thread Martin Gainty
If the implementor has predefined Validators and implementor wishes to engage that specific validator at runtime (leaving default struts.jsr303.beanValidator.providerClass for other validators) @Constraint(validatedBy = CommentValidator.class) How would that work? thanks umesh! Martin

RE: Passing jsp tag attribute to Struts 2 tags

2013-10-19 Thread Martin Gainty
artifactIdstruts2-javatemplates-plugin/artifactId version${project.version}/version /dependency did you set your component-name and URL into dynamicAttrs setDynamicAttributes of the bean you wish to access? HTH, Martin

RE: Steps Involved in counter measurement for security issues

2013-10-16 Thread Martin Gainty
/Assymetric_key_cryptography the algos can be and are oftentimes different as seen here Browser-Algo1-Server vs Browser-Algo2--Server how bad strust2 vulnerability is... last time i checked this is not strust2 list Regards, Martin __ Date: Wed, 16

RE: Parent package is not defined

2013-10-07 Thread Martin Gainty
://github.com/umeshawasthi/jsr303-validator-plugin/src/main/resources/struts-plugin.xml unlink src ..should do it.. Martin __ From: lukaszlen...@apache.org Date: Mon, 7 Oct 2013 17:35:07 +0200 Subject: Re: Parent package is not defined

RE: Prevent Ajax Multi-Request in Struts 2

2013-09-26 Thread Martin Gainty
To Mitigate add a nonce to the form https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF) Saludos Martin- Date: Thu, 26 Sep 2013 08:43:12 -0400 Subject: Re: Prevent Ajax Multi-Request in Struts 2 From: jlm...@gmail.com To: user@struts.apache.org; afatt...@yahoo.com Hi

RE: how to use single jsp as template

2013-09-19 Thread Martin Gainty
or JQuery) ? thanks, Martin- From: thechrispr...@gmail.com Date: Thu, 19 Sep 2013 08:37:04 -0700 Subject: Re: how to use single jsp as template To: user@struts.apache.org Apache Tiles sounds like exactly what you're looking for, and works great with Struts2. You could also consider

RE: XWork injection intermittently skipped

2013-09-18 Thread Martin Gainty
From: patrick.sav...@3pillarglobal.com To: user@struts.apache.org Subject: XWork injection intermittently skipped Date: Wed, 18 Sep 2013 16:08:25 -0400 We are using XWork's @Inject in Struts 2.3.1.2 to inject a DefaultObjectTypeDeterminer into a custom type converter. Since upgrading

RE: Value not persisting in domain object

2013-09-14 Thread Martin Gainty
then take what that one item out of the map.. map.remove(ShoppingCart); OR you can remove the ShoppingCart from httpSessionhttpSession.removeAttribute(ShoppingCart); Martin __ Date: Sat, 14 Sep 2013 08:28:54 -0400 Subject: Re: Value

RE: Value not persisting in domain object

2013-09-13 Thread Martin Gainty
session.invalidate() http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpSession.html Martin Date: Thu, 12 Sep 2013 16:58:45 -0400 Subject: Re: Value not persisting in domain object From: smaz19...@gmail.com To: user@struts.apache.org Hi Umesh, Paul and Martin, Thanks a lot

RE: Struts2-jquery-grid-show on jboss as 6.0.final

2013-09-13 Thread Martin Gainty
second container did you look at classloader implementation in Jboss? Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede

RE: Websphere specific config

2013-09-10 Thread Martin Gainty
# #${nonJavaOption[@]} exit $? MGend wsadmin.sh script HTH, Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede

RE: Struts 2.3.15.1 How to read external properties files or conf files

2013-09-06 Thread Martin Gainty
/org/apache/log4j/helpers/Loader.html#getResourcejava.lang.String /Code Bon Chance, Martin __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec

RE: Value not persisting in domain object

2013-09-04 Thread Martin Gainty
!-- if not ear we can pull from lib folder -- defaultLibBundleDirlib//defaultLibBundleDir /configuration /plugin /plugins /build /project thanks, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

RE: AJAX Jsp tags

2013-08-12 Thread Martin Gainty
-INF/tiles-defs.xml/ /plug-in http://www.mkyong.com/struts/struts-tiles-framework-example/ Martin __ Date: Mon, 12 Aug 2013 04:20:50 -0700 From: afatt...@yahoo.com Subject: Re: AJAX Jsp tags To: user@struts.apache.org Thanks for you

RE: [struts 2] java.io.FileNotFoundException: http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd

2013-08-07 Thread Martin Gainty
Hi John xwork-validator-1.0.2.dtd *should* be in xwork-core-version.jar jar -tvf xwork-version.jar | grep xwork-validator ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich

RE: [struts 2] java.io.FileNotFoundException: http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd

2013-08-07 Thread Martin Gainty
referencing xwork-validator-1.0.2.dtd) HTH! Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine

RE: Apple sec breach.. Struts?

2013-07-31 Thread Martin Gainty
or other NameServer) is assigned predefined Roles (consequent access would be granted or denied by testing if isUserInRole()) Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich

RE: S2 custom authentication: remembering original request

2013-07-16 Thread Martin Gainty
are set in web.xml as seen here mime-mapping extensionmysuffix/extension mime-typemymime/type/mime-type /mime-mapping -- or in mime.properties Martin Gainty __ Date: Tue, 16 Jul 2013 09:16:12 +0100 Subject: Re: S2 custom authentication

RE: struts2 jquery plugin

2013-07-13 Thread Martin Gainty
HTML 101 the href tag is a String literal which must be enclosed by double quotes e.g. a href=http://www.OutsourcingToAliens.com; img src=PictureOfMonkeyTypingOnKeyboard.jpg alt=PictureOfMonkeyTypingOnKeyboard.jpg / /a Viel Gluck Martin __ Verzicht

RE: JSP read value from ActionForm

2013-07-13 Thread Martin Gainty
Date: Thu, 4 Jul 2013 15:41:16 -0400 From: em...@encs.concordia.ca To: user@struts.apache.org Subject: JSP read value from ActionForm Hello, May I know how to read a parameter value in JSP page for the following situation please? (1) Struts2Action.java ... String list_size =

RE: Best practice for protecting JSPs

2013-07-01 Thread Martin Gainty
server to authenticate client public key and establish handshake with HTTPS server private key at the bank we used certs For http://docs.oracle.com/cd/E11035_01/wls100/security/thin_client.html#wp1037337 Saludos Cordiales desde EEUU Martin __ Porfavor

RE: OGNL WARNING

2013-06-28 Thread Martin Gainty
Using the bang syntax, any alias method on an Action can be called from the action, submit, or button tags. s:action name=action!aliasMethod / Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht

RE: OGNL WARNING

2013-06-28 Thread Martin Gainty
way is a hack Best advice is to instruct your junior engineers to insert properly formatted action aliases..e.g. Action!execute Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene

RE: if/elseif tag syntax

2013-06-27 Thread Martin Gainty
Date: Thu, 27 Jun 2013 13:21:35 +0200 From: frich...@mtg.de To: user@struts.apache.org Subject: Re: if/elseif tag syntax Am 27.06.2013 12:59, schrieb Antonios Gkogkakis: But how would the framework know with what to populate it? You either do it manually in the body of the action

RE: s:action tag showing result

2013-06-27 Thread Martin Gainty
Felipe and Lukasz Spring 3.1 supports injectable namespaces to constructor of Spring Object would something like this work for proxyFactory? http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/htmlsingle/spring-framework-reference.html#beans-c-namespace Obrigado, Martin

RE: Difficulty in understanding Struts 2 distribution

2013-06-26 Thread Martin Gainty
modulecore/module moduleapps/module moduleplugins/module modulebundles/module modulearchetypes/module /modules ... /project *Martin* __ Maven: yiddish for 'all-knowing' From: lukaszlen...@apache.org Date: Wed, 26 Jun

RE: FKerberos + struts2 + SpringMVC

2013-06-26 Thread Martin Gainty
par exempleHost name=localhost ... ... Valve className=org.apache.catalina.authenticator.SingleSignOn/ ... /Host Sachez que votre client doit être capable de lire et écrire des cookies au dossier tempBon Chance, Martin __ Note de déni et de

RE: Struts 2 jQuery autocompleter and dynamic list

2013-05-29 Thread Martin Gainty
my fellow irishman is of course DOB right one more thing be sure to set selectbox=true Saludos Cordiales, Martin Gainty __ Porfavor..no altere ni interrumpir esta communicacion..Gracias Date: Wed, 29 May 2013 09:13:00 +0100 Subject: Re

RE: How to process HTTP HEAD requests?

2013-05-18 Thread Martin Gainty
last summer i did a demo for someone and didnt have access to ServletRequestAware so i used the context to get the request e.g. javax.servlet.http.HttpServletRequest req=org.apache.struts2.ServletActionContext.getRequest(); Martin __ Verzicht und

RE: struts 2 ajax choice

2013-05-14 Thread Martin Gainty
of the control you are implementing you can render you response using JSONResult http://code.google.com/p/struts2-jquery/wiki/JsonResult does that answer your question? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: How can I put multiple charts into a single JSP page using JFree Chart?

2013-04-26 Thread Martin Gainty
? Thanks, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder

RE: Visitor field validation

2013-04-09 Thread Martin Gainty
-myContext-validation.xml for the validators http://struts.apache.org/release/2.0.x/docs/visitor-validator.html HTH Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: Update Cookie JSESSIONID

2013-04-03 Thread Martin Gainty
-session-interceptor.html Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung

RE: Null Pointer Exception when i use execand Wait with file upload

2013-03-16 Thread Martin Gainty
so the line ServletActionContext.getServletContext(); is NPE please display configuration for your Action from struts*.xml Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger

RE: Null Pointer Exception when i use execand Wait with file upload

2013-03-16 Thread Martin Gainty
); }public String execute() throws Exception { return SUCCESS; }} be careful on the first pass to only upload picture types specified in allowedTypes param name=allowedTypes image/gif,image/jpeg,image/png /param Martin

RE: Null Pointer Exception when i use execand Wait with file upload

2013-03-15 Thread Martin Gainty
Not much anyone can do here if we cant see the code for employee.SingleFileUploadAction.java Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich

RE: struts 2 start problem struts2-gxp-plugin-2.3.7.jar

2013-03-11 Thread Martin Gainty
usually works BUT i would bounce the server just ot make sure you start ecommerce webapp clean Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich

RE: Struts2 Jquery Grid pagination is not working

2013-03-02 Thread Martin Gainty
attributes Did you check Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt, akkor kérjük, hogy jelentse azt nekünk vissza

RE: Struts2 Jquery Grid pagination is not working

2013-03-02 Thread Martin Gainty
by Johannes Geppert http://struts.jgeppert.com/struts2-jquery-grid-showcase/index.action Viel Gluck! Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir

RE: Java security issue vs. struts?

2013-01-18 Thread Martin Gainty
read about the latest vulnerability and ways to mitigate the breach at http://www.oracle.com/technetwork/topics/security/alert-cve-2013-0422-1896849.html Bon Chance,Martin Date: Fri, 18 Jan 2013 12:21:28 -0500 From: em...@encs.concordia.ca To: user@struts.apache.org CC: mgai...@hotmail.com

RE: Java security issue vs. struts?

2013-01-16 Thread Martin Gainty
Hi Chris This issue came up on another apache users list I believe there was open access issue to Remote Context Object by OGNL (but i think Lukasz or Dave addressed the issue)..emi..did you see this in Struts Jira? Bon chance, Martin __ Note de

RE: Using Struts2 OSGi plugin with GlassFish

2013-01-09 Thread Martin Gainty
lifecycle ... a)defaultGoal will be 'build' b)default binding will bind to 'package' phase community..what are we missing ? Martin __ ...place long-winded disclaimer here... Date: Wed, 9 Jan 2013 09:37:02 +0200 From: christina.kasko...@eurodyn.com

RE: Using Struts2 OSGi plugin with GlassFish

2013-01-08 Thread Martin Gainty
ConfigurationException(Couldn't start Apache Felix, ex); } http://blogs.atlassian.com/2007/07/osgi_plugin_for_struts_2_lesso/ Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie

RE: (OT) Hibernate question

2013-01-04 Thread Martin Gainty
fasteras explain plan on the Database shows repeated FTS (personally..I dont know how to make a hibernate query run faster without hinting) Anyone? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

(OT) Hibernate question

2013-01-03 Thread Martin Gainty
Gentlemen This has been asked many times but i havent found an answer Does anyone know how to hint a Hibernate predicate with something like select /*+ index(emp_alias ix_emp) */ ... from scott.emp emp_alias Martin __ If computers were self-aware

RE: RestActionSupport

2012-12-31 Thread Martin Gainty
nie zapomnij Wesołych Świąt! Martin __ Date: Mon, 31 Dec 2012 21:31:55 +0100 Subject: Re: RestActionSupport From: lukaszlen...@apache.org To: user@struts.apache.org Na zdrowie :-) (on mobile) 31 gru 2012 21:22, ChadDavis chadmichaelda

RE: New Warn Log Messages When Using Struts 2.3.8

2012-12-28 Thread Martin Gainty
something as trivial as appending a bean to an action should be log.DEBUG and not log.WARN http://stackoverflow.com/questions/6860186/log-info-vs-log-debug good catch bruce, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: struts2+hiberate org.hibernate.cfg.Configuration

2012-12-14 Thread Martin Gainty
in this webapp ..toss it on dropbox or some other public site and post the link here and we'll try to reproduce your problem Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so

RE: struts2+hiberate org.hibernate.cfg.Configuration

2012-12-14 Thread Martin Gainty
way too many variables to venture an intelligent answer you might have a firewall issue in whicbh case we will need to know all intervening proxies and authentication credentials to all intervening proxiesyour Hibernate Configuration (hibernate.cfg.*) xml might be malformedthe database that

RE: Inconsistency in Struts2 s:component parameters handling

2012-11-30 Thread Martin Gainty
generalised request parameter*(since ID is already specified as the required attribute for the component) Make cents? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht

RE: Inconsistency in Struts2 s:component parameters handling

2012-11-30 Thread Martin Gainty
://www.w3.org/TR/html401/struct/global.html#h-7.5.2 Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt, akkor kérjük, hogy

RE: s:select rendering

2012-11-26 Thread Martin Gainty
with ':' delimiter as in list=#{'1':'A','2':'B','3':'C','4':'D'} http://struts.apache.org/2.1.8/docs/select.html http://www.c2.com/cgi/wiki?DoubleBraceInitialization Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

RE: Struts2-jQuery plugin

2012-11-24 Thread Martin Gainty
/bind/ that EventType.Namespace seems backwards does this conform to your understanding? Thanks, Martin Gainty __ Note de déni et de confidentialitéCe message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te

RE: json data are not passed in Stuts action

2012-11-21 Thread Martin Gainty
result name=success/success.jsp/resultresult name=error/error.jsp/result interceptor ref-name=guest//action/package ./struts Martin CC: user@struts.apache.org From: nikhilesh.sov...@gmail.com Subject: Re: json data are not passed in Stuts

RE: Struts2-jQuery plugin

2012-11-20 Thread Martin Gainty
with a url tag that defines a 'registered' action e.g. s:url var=remoteurl action=jsonsample/ does this help? Martin __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem

*shameless plug*

2012-11-19 Thread Martin Gainty
Shameless plug for Juergens Petclinic webapp i ported to Spring Framework 3.2.x http://www.laconiadatasystems.com/Downloads.html Comments, suggestions or advice are welcome Thanks, Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und

RE: Basic Struts doubt

2012-10-30 Thread Martin Gainty
Miguel i have no problem with JQuery plugin from Johannes..i have a full implementation running here without any problems Nota Bene: I needed to pass in request and session parameters to the gridModel which I accomplished with some minor mods to PrepareAndExecuteInterceptor doFilter method

RE: [Struts 2] Redirect Stopped Working After Struts 2 Upgrade

2012-10-29 Thread Martin Gainty
(ServletRequest); return req; } dave ..as soon as youre done drying out your basement from hurricane sandy can you check this? Thanks Martin Gainty __ Place long winded disclaimer here From: mgai...@hotmail.com To: user@struts.apache.org Subject: RE

RE: [Struts 2] Redirect Stopped Working After Struts 2 Upgrade

2012-10-28 Thread Martin Gainty
.FileManager) rolling back to xwork-2.2.1.1.jar fixes it Lukasz or wes or dave can you take a look at the 2.3.4 codebase and either revert to working 2.2.1.1 or fix the impl classes in 2.3.4? (John..hang with us while we get this fixed) Thanks, Martin __ Jogi

RE: [Struts 2] Redirect Stopped Working After Struts 2 Upgrade

2012-10-27 Thread Martin Gainty
place this encoding directuve at the top of each jsp %@ page contentType=text/html; charset=UTF-8 % Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: Struts 2 portlet - spring example- Liferay 6.1 GA 2

2012-10-25 Thread Martin Gainty
Lukasz and team Just a thought but in web.xml can you reorder the Struts Listener(s) to be configured before Liferay (filters and listeners and servlets and taglibs)? does this help? Martin __ Note de déni et de confidentialité Ce message est

Re: Email validation regex - client vs. server

2012-10-07 Thread Martin Uhlir
email address. Do I miss something or is it a bug? Martin I think the docs are wrong, in code I see \\b(^['_A-Za-z0-9-]+(\\.['_A-Za-z0-9-]+)*@([A-Za-z0-9-])+(\\.[A-Za-z0-9-]+)*((\\.[A-Za-z0-9]{2,})|(\\.[A-Za-z0-9]{2,}\\.[A-Za-z0-9]{2,}))$)\\b So please register an issue Kind regards Ok, issue

RE: using annotations with struts 2 in jboss not finding actions

2012-09-28 Thread Martin Gainty
-classloading-xml-file/ HTH Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede

RE: Type conversion on a Map

2012-09-21 Thread Martin Gainty
and returns the result * @return * @throws Exception */ public String executeProxy() throws Exception { actionProxy.setExecuteResult(false); return actionProxy.execute(); } } ? Saludos, Martin __ Verzicht und

Camel Case Package Names

2012-09-08 Thread Martin Gainty
! Martin -- Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir

RE: Camel Case Package Names

2012-09-08 Thread Martin Gainty
this camelcase in packagename anomaly produces NPE Merci Bruno, Martin __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire

RE: Camel Case Package Names

2012-09-08 Thread Martin Gainty
project Martin __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non

RE: getOutputStream() has already been called for this response

2012-09-05 Thread Martin Gainty
Thread Local Data) to HttpServletResponse? Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder

RE: Tr : Refresh Message Resources

2012-09-04 Thread Martin Gainty
Buenos I am glad to hear you have a solution! Saludos Cordiales (desde EEUU) Martín __ Porfavor..no altere o interrumptir esta communicacion...Gracias To: user@struts.apache.org Subject: Tr : Refresh Message Resources From:

RE: Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-25 Thread Martin Gainty
/servlet-mappinghttp://struts.apache.org/2.2.1/docs/sitemesh-plugin.html is the velocity macro template processing docuementation not clear? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: Spam: RE: Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-24 Thread Martin Gainty
I wanted to setup a JAX-RS test environment and I thought I would follow your lead Thanks Joseph! Martin Gainty __ ...place longwinded disclaimer here... From: jmoc...@velti.com To: user@struts.apache.org Subject: Re: Spam: RE: Q: S2 REST vs

RE: Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-24 Thread Martin Gainty
that resteasy-jaxrs will output only application/json..could you elaborate where the output default is set? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene

RE: [Struts 2] How can I receive notification when the web app has been destroyed?

2012-08-24 Thread Martin Gainty
/remote/custom.html HTH Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte

RE: Q: S2 REST vs JAXRS or S2-JAX-RS plugins

2012-08-23 Thread Martin Gainty
JBoss or Tomcat? Martin __ ..place longwinded disclaimer here... From: jmoc...@velti.com To: user@struts.apache.org Subject: Re: Q: S2 REST vs JAXRS or S2-JAX-RS plugins Date: Thu, 23 Aug 2012 18:06:24 + �I agree, don't quite understand

<    1   2   3   4   5   6   7   8   9   10   >