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

2012-08-23 Thread Martin Gainty
)//javax.ws.rs.Produces anything missing? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte

RE: Open session in view (JPA, struts2, Spring 3, Hibernate4)

2012-08-20 Thread Martin Gainty
=struts-default action name=foo class=com.acme.Foo resultfoo.ftl/result /action /package package name=secure namespace=/secure extends=default action name=bar class=bar resultbar.ftl/result /action /package /struts Martin

RE: S2 support for index action?

2012-08-20 Thread Martin Gainty
Date: Mon, 20 Aug 2012 14:45:37 -0500 Subject: Re: S2 support for index action? From: pbened...@apache.org To: user@struts.apache.org Are you familiar with index actions in HTTP servers? It's the page that loads when a directory is specified. It's the default when no specific resource

RE: Benefits of using Filter as front controller

2012-08-13 Thread Martin Gainty
A good question! The issue of direct access of filters as resources does appear to break the 2.4 Servlet spec for the reason that Struts needs access to all (attributes) from the Request Another important issue is who is doing the dispatching under Strut2 Martin

RE: Open session in view (JPA, struts2, Spring 3, Hibernate4)

2012-08-09 Thread Martin Gainty
Transaction? Martin __ 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. Semmiféle

RE: Using action-chaining as alias (URI-rewrite)

2012-08-07 Thread Martin Gainty
what version of freemarker are you using? 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: Struts 1 : Arabic Characters Issue

2012-08-06 Thread Martin Gainty
be well advised to retain a resource who is fluent in arabic to help you with your project Bon Chance, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene

RE: client sided applications

2012-08-02 Thread Martin Rosellen
scientifically determine where my bottle neck will be? Kind regards and thanks again Martin - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

client sided applications

2012-07-31 Thread Martin Rosellen
. Is struts the right framework to implement a mostly client sided application? I am not really into struts right now and also can't find a satisfying answer on the internet. Perhaps you can know a good tutorial or a website that helps me with my question. greetz, Martin

RE: Struts 1 : Arabic Characters Issue

2012-07-31 Thread Martin Gainty
of ensuring all DBCS input and display of DBCS characters will fall on your shoulders .. Unicode entered data must also be stored in your Database as UTF-8 character-set http://docs.moodle.org/23/en/Converting_your_MySQL_database_to_UTF8 HTH Martin

RE: some issues upgrade struts from 2.2.3 to 2.3.4

2012-07-30 Thread Martin Gainty
attach (or display) any applicable logs 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

RE: some issues upgrade struts from 2.2.3 to 2.3.4

2012-07-30 Thread Martin Gainty
and amounts for Martin, Lukasz and Tse 7)Modified Bobs Amount field successfully so far no errors detected in either the logs or stacktrace..do you recall which webapp container you were deploying to and which JVM and which OS which produced the error? Martin

RE: Struts2 RedirectAction Situation

2012-07-13 Thread Martin Gainty
Necesita cambiar a Header con el nombre 'Location' a nuevo URL URL page = new URL(hostUrl); HttpURLConnection.setFollowRedirects(true); HttpURLConnection urlc = (HttpURLConnection) page.openConnection(); String token = urlc.getHeaderField(Location); Martin Gainty

RE: Issue with Chinese Charctors

2012-06-29 Thread Martin Gainty
Browsers have specific procedures to change display to mandarin e.g.internet explorer, Tools -- Internet Options -- Languages tab, I added the language Chinese (Hong Kong S.A.R.) [zh-HK] Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: Struts Tag Iterator formatting issue using tables

2012-06-29 Thread Martin Gainty
value=listPeople status=groupStatus tds:property value=FullName //td tds:property value=Title //td /tr /s:iterator Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene

RE: 2 ApplicationResources.properties file

2012-06-29 Thread Martin Gainty
Hi Sam to acquire Locale Specific textcall findDefaultText populating string to find as first parameter the intended Locale as second parameter for example com.opensymphony.xwork2.util.LocalizedTextUtil.findDefaultText(default.testmessage, locale) Martin

RE: JasperReport Weblogic 11g NPE Problem

2012-06-26 Thread Martin Gainty
+Subjecthl=ensa=Xei=-6PpT7-APcOI6AHP_7mlDQved=0CHUQ6AEwCQ does anyone see anything obvious here? Martin ... __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir

RE: Problem with internationalization/locale

2012-06-26 Thread Martin Gainty
Hi Sam s:param name=request_localeen/s:paramwhy is request_locale en? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so

RE: ParamsInterceptor: is input bean.getFoo('bar').name supposed to work?

2012-06-19 Thread Martin Gainty
correct...you *should* test your # OGNL expressions in code before re-factoring into JSP for example: MapString, Object params = new HashMapString, Object(); // populate params HashMap params.put(blah, This is blah);

RE: Does Struts support Servlet 3

2012-05-04 Thread Martin Gainty
which container are you implementing on? Martin __ 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

RE: Why I can't send my email to this address: user@struts.apache.org?

2011-12-31 Thread Martin Gainty
I guess I'm old enough to be called sir If for any reason you're unable to write to the list ..write to me ..Its a long weekend.. freezing rain and ice is scheduled for central Iowa tonite thanks, Martin __ Verzicht und Vertraulichkeitanmerkung

RE: Why I can't send my email to this address: user@struts.apache.org?

2011-12-30 Thread Martin Gainty
Jeff- By any chance is your email alias ottomai...@yahoo.com? 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: autocompleter struts2 onchange parameter not working

2011-11-16 Thread Martin Gainty
autocompleter contains a mechanism that triggers javascript function when value of monitored list changes e.g.sx:autocompleter name=select list={'fruits','colors'} valueNotifyTopics=/changed / Mit Freundlichen Gruben Martin __ Verzicht und

RE: Doubt on Struts 2 Architechture

2011-07-21 Thread Martin Gainty
is this the book? http://www.manning.com/dbrown/ 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

RE: Doubt on Struts 2 Architechture

2011-07-21 Thread Martin Gainty
Thanks Mitch shalom 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

RE: Struts2 Development Quick Turnaround

2011-07-12 Thread Martin Gainty
assuming you are refactoring one of the webapp configuration files you can deploy the refactored webapp to a container which supports 'hot-deploy' http://www.mulesoft.com/tomcat-deploy#host-auto Martin __ Verzicht und Vertraulichkeitanmerkung/Note de

RE: About StrutsTypeConverter

2011-07-04 Thread Martin Gainty
is Date.class validate classDate would validate correctly but classFuBar would NOT validate the suggestion of using EnumTypeConverter would probably be the better converter to use Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: strange behavior of s:a tag with s:include tag inside

2011-07-01 Thread Martin Gainty
Set.html: String name Deprecated. Use 'var' insteadchange attribute name=depId to var=depId Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir

RE: [OT] Re: adding more package via Maven

2011-06-22 Thread Martin Gainty
-file-mojo.html you can execute install and deploy plugins together but it is best to execute one at a time if there are errors or exceptions Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: File Upload Issue when Max Size Reached

2011-06-21 Thread Martin Gainty
Hi Chris - did you increase struts.multipart.maxSize=12345 in struts.properties? http://www.jarvana.com/jarvana/view/org/apache/struts/struts2-core/2.2.1/struts2-core-2.2.1-javadoc.jar!/org/apache/struts2/interceptor/FileUploadInterceptor.html Bon Chance Martin Gainty

RE: Exception when using Struts debug tag on Glassfish

2011-06-19 Thread Martin Gainty
-6.0.0.rc2.jar;%CLASSPATH% .\org\apache\jsp\debug_jsp.java I almost forgot..Happy Father's Day! 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: Exception when using Struts debug tag on Glassfish

2011-06-18 Thread Martin Gainty
jspc.bat -d debug debug.jsp confirm that debug_jsp.java has been generated in the debug folder e.g. Directory of %GLASSSFISH_HOME%\samples\quickstart\web\debug\org\apache\jsp 06/18/2011 10:12 PM 4,901 debug_jsp.java let us know you have reached this critical point Bon Chance, Martin

RE: struts tags: How to use a list inside another list

2011-06-14 Thread Martin Gainty
for or a default result-type? action name=MyAction class=packageName.MyAction resultsuccess.jsp/result /action ? Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: Struts 2.0.11 Critical Production issues

2011-06-12 Thread Martin Gainty
/SamplePortlets_JDev11gto11g/SamplePortlets_11 g_V2_2/Portlets_11g_V2_2/target/SamplePortlets_11g_2-2.11.0/SAMPLE-PORTLET/WEB-I NF/WEB-INF/lib/- { permission java.security.AllPermission; }; /*NB: the default behaviour is to load classes from jars located in WEB-INF/lib */ Bon Chance, Martin Gainty

RE: Freemarker Template Caching

2011-06-06 Thread Martin Gainty
); } } } i think the person who created TemplateRenderingContext,FreemarkerTemplateEngine classes forgot to create no arg constructors no use yelling at them because they're long gone..add the no arg constructors yourself Martin Gainty __ Verzicht und

RE: JSON ModelDriven

2011-06-01 Thread Martin Gainty
(that Model does not contan) which you want to serialize as JSON? 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: Dynamic text

2011-05-31 Thread Martin Gainty
-tutorial.html 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

RE: Struts File Upload Issue

2011-05-27 Thread Martin Gainty
did you determine which class validation is producing the error? i assume cognizant is paying you tm Martin Gainty __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so

RE: Job postings

2011-05-26 Thread Martin Gainty
does'nt dale live down there? Martin __ Vote for me and get a 1000$ Tiffany's store credit...Newt Gingrich Date: Thu, 26 May 2011 17:14:48 +0530 Subject: Re: Job postings From: sharad23...@gmail.com To: user@struts.apache.org Hello Robert

RE: Struts File Upload Issue

2011-05-26 Thread Martin Gainty
class=com.opensymphony.xwork2.validator.validators.RequiredStringValidator/ -- /validators //if problem detected then log debug code for all methods of RequiredFieldValidator Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: When start tomcat6 always got java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/finder/ClassFinder$InfoBuildingVisitor Error!

2011-05-26 Thread Martin Gainty
copy xwork-core-2.2.1.jar to WEB-INF\lib 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: struts2 and tiles

2011-05-09 Thread Martin Gainty
the PortletServletResponse.isCommitted() could never be succesfull Son 'un bogue' 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

RE: Handling navigation language in the URL

2011-05-07 Thread Martin Gainty
!-- assuming this jsp page -- %@ page contentType=text/html;charset=UTF-8 % %@ taglib prefix=s uri=/struts-tags % html head titletitle/title /head body s:url id=localeEN namespace=/ action=locale s:param name=request_locale en/s:param /s:url s:url id=localezhCN namespace=/ action=locale

[ANNOUNCE] New Struts PMC Chair - René Gielen

2011-04-23 Thread Martin Cooper
PMC Chair. Congratulations, René! -- Martin Cooper - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

RE: Wildcard pattern not calling interceptor?

2011-04-09 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 hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder

RE: update a complex object through struts2

2011-03-20 Thread Martin Gainty
To: user@struts.apache.org -This post is orignal sent to Martin Gainty. It seems he maybe busy now,so I post it to the list and wonder if any other guys can do me a favor. --- -- Forwarded message -- From: maven apache

RE: Just a stab in the dark

2011-03-14 Thread Martin Gainty
MGMatt and Adam Subject: Re: Just a stab in the dark Matt Meola on 14/03/11 00:04, wrote: On 03/12/2011 05:57 AM, Adam Hardy wrote: Hi List this is a bit OT but it's the weekend and I have a question which I am desperate to answer and my googling skills are no match for it.

RE: Just a stab in the dark

2011-03-13 Thread Martin Gainty
* the implementation. 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

RE: Just a stab in the dark

2011-03-13 Thread Martin Gainty
I need right now. Maurizio Cucchiara on 13/03/11 09:52, wrote: I think that the right place for this kind of questions is apache commons lang ml. Maurizio Cucchiara Il giorno 13/mar/2011 02.26, Martin Gainty mgai...@hotmail.com ha scritto: you can use String constructor

RE: Just a stab in the dark

2011-03-12 Thread Martin Gainty
havent seen scanf method in any of the Java classes i welcome factoring a scanf method in org.apache.struts2.convention.StringTools anyone ? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: Just a stab in the dark

2011-03-12 Thread Martin Gainty
...@struts.apache.org? thanks, Martin Date: Sat, 12 Mar 2011 17:16:44 +0100 Subject: Re: RE: Just a stab in the dark From: maurizio.cucchi...@gmail.com To: user@struts.apache.org Why do you prefer scanf to scanner class? I could be wrong, but I don't believe it is possible cause

RE: NullPointerException Using StrutsSpringTestCase

2011-03-12 Thread Martin Gainty
1)does /login/register exist in your struts webapp? 2)in StrutsTestCase protected void initServletMockObjects() { request = new MockHttpServletRequest(); //check request for null before referencing the request object later on Martin Gainty

RE: Re : Re : ModelDriven Hibernate Entities

2011-03-11 Thread Martin Gainty
) { } 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. Semmiféle továbbítása

RE: url question

2011-03-10 Thread Martin Gainty
not i the type of result is redirectAction http://struts.apache.org/2.0.14/docs/redirect-action-result.html we could provide more informed solutions if you could explain what you wish to implement and a rough workflow Martin Gainty __ Verzicht

(O/T) RE: Struts 2.0.11.1 question

2011-03-09 Thread Martin Gainty
MG(hopefully) quick replies I wouldn't have a problem with using the GSON project, it's another community maintained, battle tested project. From your examples it should probably have a Struts Result object wrapped around it to make it easier to use, but that's beside the point. horse

RE: Re : Re : ModelDriven Hibernate Entities

2011-03-09 Thread Martin Gainty
( properties ); return em; } http://docs.jboss.org/hibernate/core/3.2/api/org/hibernate/FlushMode.html Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: Looking for a good multi-file upload solution

2011-03-08 Thread Martin Gainty
Telios has a File-Upload with a decent-looking progress-bar http://www.telio.be/blog/2006/01/06/ajax-upload-progress-monitor-for-commons-fileupload-example/ Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

RE: File Upload Issue

2011-02-25 Thread Martin Gainty
resultmultipleUploadUsingArray-success.jsp/result /action /package /struts 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

RE: sending the report directly to the printer

2011-02-20 Thread Martin Gainty
wikipedia says U+2399 http://en.wikipedia.org/wiki/Print_screen Be Aware that this is specific to the keyboard layout so someone may change keyboard from EN-US to CN-chinese and the mappings may change so you have your work cut out for you (depending on your current IME configuration) Martin Gainty

RE: Integrate JasperReports into a Struts2 web application

2011-02-17 Thread Martin Gainty
so would assigning the var win=window.open to a Javascript variable and testing win for null work? or are you thinking more of iframe communication? thanks, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

RE: Strut2 JQuery (O/T) amending pom.xml to work with lucene

2011-02-17 Thread Martin Gainty
contains version 2.4.0 and no higher e.g. dependencies dependency groupIdorg.apache.lucene/groupId artifactIdlucene-core/artifactId version2.4.0/version ... sorry but the plugin does not yet have its own blog.. jquery-grid is Off Topic for struts core functionality Martin

RE: Help with JQuery plugin

2011-02-17 Thread Martin Gainty
as child dependency I am sure you will be impressed with the user-friendly RIA interface! give a shout if you need any help, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich

RE: Strut2 JQuery

2011-02-16 Thread Martin Gainty
..in case anyone is interested.. the new and improved grid control now persists entities to MySQL database vielen danke johannes Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich

RE: Strut2 JQuery

2011-02-14 Thread Martin Gainty
if you take a look at the capabilities of the original Jquery library you will see jquery-plugin is missing features (for grid) and requires work http://code.google.com/p/struts2-jquery/issues/list as mentioned you can still implement the original JQuery JS code Martin

RE: Strut2 JQuery

2011-02-14 Thread Martin Gainty
to the image* and not the image itself e.g. \images\ajax-loader.jpg advice? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten

RE: cannot run a simple struts application, server start error - myeclipse

2011-02-10 Thread Martin Gainty
packages go here -- /struts 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

RE: S2 Action Setter Not Called

2011-02-04 Thread Martin Gainty
().getValueStack().setExprOverrides(overrides); //now when you use ValueStack.findValue(String expr) you will find the object (including browser) from the overrides map Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

RE: Struts2 - Image Approval Process

2011-02-03 Thread Martin Gainty
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. Semmiféle továbbítása

RE: s:submit action=ACTION-IN-ANOTHER-NAMESPACE

2011-02-02 Thread Martin Gainty
you could make your form namespace aware by assigning the namespace attribute in the form tag s:form namespace=/p / Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez

SAMRALA?

2011-01-27 Thread Martin Gainty
Good Morning Fellow Struts Geeks Anyone come across the term SAMRALA??? Thanks, 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

RE: Calculate module of index in Struts2 iterator

2010-12-24 Thread Martin Gainty
good advice for portability for regular-expression libraries any someone put that into the docs? Happy Christmas and Merry New Year, Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: E-Commerce website using struts

2010-12-13 Thread Martin Gainty
..goldmine or shopizer Viel Gluck! Martin __ 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

RE: Result Type Stream Corrupted

2010-12-08 Thread Martin Gainty
which stream class is being implemented? http://www.visionlab.uncc.edu/~arwillis/online/docs/jdk-6-docs/api/java/io/package-summary.html ? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: Dependencies for Struts2

2010-12-07 Thread Martin Gainty
for OGNL 2.7.3 did you check with Wes? 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

RE: Connection Pooling with Struts

2010-12-07 Thread Martin Gainty
careful stan..he has a PhD from an Indian University! Martin __ Man1: in my next life I want to be an attorney from the Middle-East Man1: why do you want to be an attorney from the Middle-East? Man1: so i can work for an American Company Date

RE: consume JSON for S2

2010-12-06 Thread Martin Gainty
If i understand you correctly since ODATA is a JS Library why not factor ODATA as a plugin substitute for Dojo? or am i mis-understanding your request? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

RE: javax.servlet.ServletException: BeanUtils.populate

2010-11-27 Thread Martin Gainty
FAILS assignments to variables of constructor and paramTypes are bypassed Constructor is STILL Class2(); paramTypes.length is STILL 0 is this what you intend? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

RE: Documentation about Struts2 performance improvement

2010-11-27 Thread Martin Gainty
://confluence.atlassian.com/display/CLOVER/Tutorial+-+Using+Clover+with+Ant+and+JUnit Clover for Maven http://docs.atlassian.com/maven-clover2-plugin/2.3.1 HTH Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht

RE: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Martin Gainty
who are the Bangles? 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

RE: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Martin Gainty
you've listed 5 people who are more well known than Tim Berners-Lee 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: JSON plugin suggest : parse String value to Number with null / 0

2010-11-24 Thread Martin Gainty
and all 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: struts2.1 validation problem! with fileUploadStack

2010-11-19 Thread Martin Gainty
you need to first grant the desired permission (on the resource) otherwise SecurityManager will toss an error when performing an I/O operation on that resource http://download.oracle.com/javase/6/docs/api/java/lang/SecurityManager.html Regards Martin

RE: View Question

2010-11-16 Thread Martin Gainty
a JSR-286 conformant portal management system such as jetspeed will accomplish the objective http://portals.apache.org/jetspeed-2/ *please feel free to ping me offline as JSR-286 spec compliance is O/T to struts* Martin __ Verzicht und

RE: Interceptor attempt

2010-11-11 Thread Martin Gainty
me offline as this topic is O/T for struts* 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: Struts 2.1.8 Tiles

2010-11-02 Thread Martin Gainty
implement one extends e.g. package name=DE extends=tiles-default namespace=/ Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so

RE: REST and Web API

2010-10-28 Thread Martin Gainty
is your Web Service Resource Centric ? or 1 gigantic ComplexType document? for the first go with REST for the other go with Axis-2.1.6 Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: Urgent: how to run htaccess on tomcat

2010-10-22 Thread Martin Gainty
subdirectories thereof. you can specify an alternative file to handle your folder/subfolder configuration via AccessFileName directive in httpd.conf AccessFileName .config http://httpd.apache.org/docs/1.3/howto/htaccess.html Martin __ Jogi és

RE: Character Encoding Error using new filters

2010-10-18 Thread Martin Gainty
Hi Zoran can you confirm the encoding attribute at the top of your web.xml e.g. ?xml version=1.0 encoding=UTF-8? in which case you *should* be able to map U+00C6Æc3 86LATIN CAPITAL LETTER AE http://www.utf8-chartable.de/ please confirm Martin Gainty

RE: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-17 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 hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder

RE: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Martin Gainty
Date: Fri, 15 Oct 2010 14:50:17 +0200 Subject: Struts, Spring, Hibernate and multiple Sessionfactories From: eduard.neuw...@googlemail.com To: user@struts.apache.org Hello, I am looking for an elegant solution for the following situation. I have a multitenant

RE: Encoding in s:property

2010-10-15 Thread Martin Gainty
assuming you're implementing struts-tags? try escape instead of escape-html attribute description![CDATA[ Whether to escape HTML]]/description nameescape/name requiredfalse/required rtexprvaluefalse/rtexprvalue /attribute hth Martin

RE: Encoding in s:property

2010-10-15 Thread Martin Gainty
deprecated escape is not in my copy of struts-tags.tld deprecated for escape is not in my copy of org.apache.struts2.components.Property (then again my copies are a bit more than a day old) Martin __ Verzicht und Vertraulichkeitanmerkung Diese

Requesting bug on struts-tiles-plugin

2010-10-07 Thread Martin Gainty
Good Evening Stephen a few weeks ago you mentioned a bug for struts-tiles-plugin? could you kindly repost the bug and which version of struts that caused the bug thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: S2 overriding a Localization property

2010-09-24 Thread Martin Gainty
-candidate) promotions http://maven.apache.org/plugins/maven-site-plugin/i18n.html maybe wes or paul benedict can offer some advice on their experience Martin - Jogi és Bizalmassági kinyilatkoztatás/Verzicht und

RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-22 Thread Martin Gainty
i agree with andy do a view source and tracert on all urls i it is possible you'll see there is a man-in-the middle proxy altering the response Martin __ American Wireshark Operators: do not alter or modify this transmission. Date: Wed, 22

RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Martin Gainty
to ask the unasked question..If Streaming is associated with media types such as audio or video How does one stream a stylesheet? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Martin Gainty
a few years ago we use DWR to dynamically create html tags which were fed into the response to modify colors and fonts mostly.. Martin __ While hiding in a cave from the government Miles and Luna happen upon a 200 years old Volkswagen. To get

RE: Javascript proble in sx:civ in struts2

2010-09-17 Thread Martin Gainty
uri=/struts-dojo-tags % sx:a .. handler=JavaScriptFunction / 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: Struts 2, Session Management and WorkFlow.

2010-09-16 Thread Martin Gainty
IDentifier for the 1st param to the Map in setFieldErrors e.g. Tab1: Tab1TextField1,Tab1TextField2 Tab2: Tab2TextField1,Tab2TextField2 did you have something else in mind? Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und

RE: Interceptor - Dynamically Add Result Config to Action Config

2010-08-24 Thread Martin Gainty
.x Developer Opening!!! CareerBuilder: Sr Java/Struts 2.x Developer Opening!!! Hi Martin Gainty My name is Tyrone Houston and I am a Senior IT Recruiter for CDI IT Solutions (www.cdicorp.com) We are currently looking for a Sr Java/Struts 2.x Developer

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