RE: Access Denied error with Struts 2.1.8

2009-10-05 Thread Martin Gainty
what is the exact error and or stacktrace from console or log? 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

RE: Wondering that Struts2 is getting die?

2009-09-30 Thread Martin Gainty
) refactoring 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: Create new theme in struts Tutorial

2009-09-30 Thread Martin Gainty
i would have to agree with patrick in saying its easier to wrap the simple theme than creating from scratch http://struts.apache.org/2.0.14/docs/extending-themes.html a few questions: what is the purpose of this theme? which Template Libraries would you be using? will you be using CSS? Martin

RE: File upload issue with Struts 2.1.6 (uploaded file is always null in action)

2009-09-28 Thread Martin Gainty
,image.jpg ? 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

RE: Please Help with struts2

2009-09-26 Thread Martin Gainty
which container are you using? please display entire jsp please display web.xml please display any applicable tld's Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie

RE: Interceptor IOC with Spring

2009-09-23 Thread Martin Gainty
of ProxyFactoryBean http://www.docjar.com/docs/api/org/springframework/aop/framework/ProxyFactoryBean.html#setInterceptorNames hth Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie

RE: FreeMarker Tags Help - setup

2009-09-22 Thread Martin Gainty
Greg Matt is a intelligent resource (and quite friendly too) i would try to get ahold of Matt directly m...@raibledesigns.com feel free to pingback for any questions/comments thanks, Martin Gainty __ Please do not alter/modify or disrupt

RE: How to read an XML request from struts

2009-09-20 Thread Martin Gainty
Tommy/Wes is there any way to autodetect which converter to use for jibx? public static final String contentTypeXML = text/xml; charset=UTF-8; type=jibx;thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

RE: Hello Help please with Struts2

2009-09-19 Thread Martin Gainty
the accompanying jar containing the classes such as HeadTag are located either on WEB-INF/classes or WEB-INF/lib .\WebappName\WEB-INF\lib\struts2-core-2.1.6.jar Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: FreeMarker Tags Help - setup

2009-09-18 Thread Martin Gainty
solution and I am sure there other available solutions from the group monitoring this list Does this help? Martin Gainty __ Disclaimer and Confidentiality Notice Please be respectful of the rights of transmitter and recipient and do not alter/modify

RE: Formatting in extended theme using Freemarker

2009-09-12 Thread Martin Gainty
did you try formatting your variable as string.currency? #assign x=123.35 ${x?string.currency} http://freemarker.sourceforge.net/docs/ref_builtins_number.html other solutions? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: Testing with Spring + Struts 2 + TestNG

2009-09-11 Thread Martin Gainty
send me your code and spring config I could setup a surefire harness for you if you already have a pom.xml send that also or I'll create a new pom.xml Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

RE: realtive path and absolute path

2009-09-11 Thread Martin Gainty
relativePath for webapps is path from the current context http://en.wikipedia.org/wiki/Path_%28computing%29 (i dont know what a realtive path is) Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht

RE: [S2.1.6] problem with value attribute for s:form

2009-09-11 Thread Martin Gainty
the attribute is called includeContext (if i am not incorrect) http://struts.apache.org/2.0.11.2/docs/url.html double-negatives anyone? Martin __ If you are not the intended recipient you are requested not to read the transmission Date: Fri

RE: Struts2 is not outputting to the Glassfish server.log

2009-09-06 Thread Martin Gainty
log4j.appender.R.layout.ConversionPattern=%p %t %c - %m%n ceki gulcu has a nice tutorial located at http://logging.apache.org/log4j/1.2/manual.html Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: How to access enum in jsp?

2009-09-06 Thread Martin Gainty
yes javap would reveal the 'mangled' name works well for determining exact name of inner classes too thanks Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt, akkor kérjük, hogy jelentse

RE: How to access enum in jsp?

2009-09-06 Thread Martin Gainty
the original solution i sent was OGNL 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

RE: Struts2 is not outputting to the Glassfish server.log

2009-09-06 Thread Martin Gainty
the question started on use of ConsoleAppender how does one coax a ConsoleAppender to log to server.log? your witness tough guy Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: Struts2 is not outputting to the Glassfish server.log

2009-09-06 Thread Martin Gainty
it would be helpful to find what a sun employee says on how to use RollingFileAppender for TC and GLassfish http://blogs.sun.com/terrygardner/entry/rollingfileappender_file_location ping terry or myself offline ..please dont ping struts user list for this for obvious reasons Martin Gainty

RE: Strut2 Picture Upload question: Please Help!

2009-09-04 Thread Martin Gainty
thanks for the info can you specify a div tag to receive results from action? any ability to specify received format eg json/xml? danke, Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: possible bug in v2.1.6 ??

2009-09-03 Thread Martin Gainty
/jsp-version short-namec/short-name urihttp://java.sun.com/jstl/core/uri display-nameJSTL core/display-name descriptionJSTL 1.0 core library/description which targets JSTL 1.0 (not JSTL 1.2) Martin Gainty __ Verzicht und

RE: possible bug in v2.1.6 ??

2009-09-03 Thread Martin Gainty
you'll need to know the JSTL version supported if you use struts core tagliib http://en.wikipedia.org/wiki/Salem_witch_trials Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich

RE: AJAX issues in struts 2.1.6

2009-09-03 Thread Martin Gainty
dumb question but i have to ask..what is struct2 ? 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

RE: AJAX issues in struts 2.1.6

2009-09-03 Thread Martin Gainty
is struct2 a stealth apache project? your witness, 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

RE: Using JSF and tiles

2009-09-02 Thread Martin Gainty
bejaouizied this guy emailed me on a contract in london (22/hr flat for duration of contract) w.bottri...@computerfutures.com HTH Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: Need to disable session interceptor

2009-09-01 Thread Martin Gainty
Nils- doc suggests implementing a HttpCookieManager to handle the session any suggestions on which HttpCookieManager to implement and possible configurations? (i think JMeter is O/T so please ping offline) thanks Martin Gainty __ Note de déni et

RE: JSON plugin ignoring includeProperties parameter

2009-09-01 Thread Martin Gainty
did you try ParameterFilterInterceptor for filtering stack of your action http://struts.apache.org/2.1.2/docs/parameter-filter-interceptor.html ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

RE: [OT] Re: Need to disable session interceptor

2009-09-01 Thread Martin Gainty
there is a mention of cookies being grouped by ThreadGroup can i assume ThreadGroup is defined by the container? thx, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten

RE: Radio options left aligned

2009-08-31 Thread Martin Gainty
a bug with s:form which does'nt respect the style attributes of the encompassing tags Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene

RE: Radio options left aligned

2009-08-31 Thread Martin Gainty
if you want to take a look https://issues.apache.org/struts/browse/WW-3231 thanks Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene

RE: ResourceBundle with DB backend

2009-08-31 Thread Martin Gainty
this is good information where is QueryRunner? where to obtain a working PHP version (dll/so or source) for drupal site? thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: Radio options left aligned

2009-08-30 Thread Martin Gainty
with cssClass attribute s:radio cssClass=radio.CustomClass . tabletrtdContent/td/tr/table assumes row and data tags for table Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich

RE: preferred way to jump start app into struts?

2009-08-30 Thread Martin Gainty
you'll need to identify navigation characteristics thru the controller in servlets context configuration file *servlet.xml but that is off-topic for this list Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

RE: Radio options left aligned

2009-08-30 Thread Martin Gainty
put align:left and/or valign:top in your Class if for any reason the align or valign does'nt render thats a definite bug.. which version browser? which version struts? thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: Radio options left aligned

2009-08-30 Thread Martin Gainty
... 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: ajax validation problem in IE8

2009-08-29 Thread Martin Gainty
you can take all your JS scripts and run it thru RhinoScript thats what i did for Dojo http://www.rhinoscript.org be sure to toss in plenty of alert statements! Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

RE: ResourceBundle with DB backend

2009-08-28 Thread Martin Gainty
Unicode-enabled Databases can retrieve values localised to the database configuration or locale parameter. The supplied locale parameter to Database query retrieves the 'localised' value from the db. do you have a specific DB vendor/version in mind? Martin Gainty

RE: ResourceBundle with DB backend

2009-08-28 Thread Martin Gainty
a small test harness that we can pop the queries into thanks, 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

RE: Freemarker Text Encoding Error

2009-08-27 Thread Martin Gainty
so the template is the ultimate arbiter for encoding the output thank you for this comprehensive explanation Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt, akkor kérjük, hogy jelentse

RE: example of rich internet applications (RIAs) using struts 2

2009-08-26 Thread Martin Gainty
does the builtin communication bypass XMLHttpRequest? if so which events do you support? this is good work..do you support JSON format? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: example of rich internet applications (RIAs) using struts 2

2009-08-26 Thread Martin Gainty
Reinaldo Barreiroreier...@gmail.com wrote: Hi Martin, Sorry but I do not understand your questions... On Wed, Aug 26, 2009 at 2:44 PM, Martin Gainty mgai...@hotmail.com wrote: does the builtin communication bypass XMLHttpRequest? if so which events do you support

RE: Freemarker Text Encoding Error

2009-08-26 Thread Martin Gainty
*.ftl/url-pattern /servlet-mappingreprised from FreeMarkerServlet documentation at http://struts.apache.org/2.1.6/docs/tutoriallesson04-03.html /dziekuje/ Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás Ez az üzenet bizalmas. Ha nem ön az akinek

RE: Freemarker Text Encoding Error

2009-08-26 Thread Martin Gainty
good call /dziekuje/ Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás 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 vagy másolatának készítése nem megengedett. Ez

RE: example of rich internet applications (RIAs) using struts 2

2009-08-25 Thread Martin Gainty
for previous poster i am unable to comply with your request as i dont speak russian Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein

RE: project running on local server but got page not found error while accessing it from godaddy server

2009-08-24 Thread Martin Gainty
godaddy is support for paying customers only did you contact godaddy on this problem..what was their response ? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: Struts Security

2009-08-24 Thread Martin Gainty
/prop /props /property /bean what additional controller functionality would HDIV-SP1 provide which is not already provided by spring ParameterizableViewController ? thanks, Martin Gainty __ Verzicht und

RE: Struts2SpringObjectFactory autowiring and injecting static property values when

2009-08-24 Thread Martin Gainty
/ /list /property property name=someMap map entry keyvalue0/value/key Eric:constant static-field=string-static-field/ /entry /map /property /bean Martin Gainty

RE: S2: reading POST body w/in action

2009-08-24 Thread Martin Gainty
); System.out.println(value = +parameters.get(obj)); } does the xml example above conform to your schema? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: Hibernate3+Spring2.5+Struts2

2009-08-21 Thread Martin Gainty
no problem FYI: most email agents have a 10mb attach limit so send only java,xml and properties in compressed zip or gzip.tar Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: Struts2 with Authentication Security

2009-08-21 Thread Martin Gainty
/2009 10:17 AM 265,537 shiro-core-1.0-incubating-SNAPSHOT.jar 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: Struts2 with Authentication Security

2009-08-21 Thread Martin Gainty
sure thing..I'll ping the shiro guys and report back thanks for the link, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein

RE: Hibernate3+Spring2.5+Struts2

2009-08-20 Thread Martin Gainty
,Hibernate.STRING); mgalso it is vital to maintain case-consistency for variable names as mgusername!=userName!=USERNAME!=Username mgpost back those xml files when you get the chance thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de

RE: Hibernate3+Spring2.5+Struts2

2009-08-20 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

RE: Hibernate3+Spring2.5+Struts2

2009-08-20 Thread Martin Gainty
this.messageSource; } 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: Hibernate3+Spring2.5+Struts2

2009-08-20 Thread Martin Gainty
agreed..i would also suggest wrap the code in try catch for the NullPointerException good call wes! Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der

RE: Hibernate3+Spring2.5+Struts2

2009-08-20 Thread Martin Gainty
will need accessor method getUserService defined e.g. public UserServiceImp getUserService() { return userService; } Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten

RE: [struts2] s:checkbox / problem

2009-08-20 Thread Martin Gainty
why not checkboxlist? s:checkboxlist name=language list=list/ http://struts.apache.org/2.1.2/docs/checkboxlist.html Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten

RE: Hibernate3+Spring2.5+Struts2

2009-08-19 Thread Martin Gainty
review your java speaking of which did the op display the source for ResourceBundleMessageSource.java? Martin Date: Wed, 19 Aug 2009 09:34:48 -0700 From: tommy...@yahoo.com Subject: Re: Hibernate3+Spring2.5+Struts2 To: user@struts.apache.org - Original Message From

RE: Hibernate3+Spring2.5+Struts2

2009-08-19 Thread Martin Gainty
he has his own MessageBundle which was left out 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

RE: LoggingInterceptor

2009-08-18 Thread Martin Gainty
as previously mentioned MethodInterceptor != LoggingInterceptor 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

RE: LoggingInterceptor

2009-08-18 Thread Martin Gainty
understanding? 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: validation

2009-08-17 Thread Martin Gainty
} and ${maxExclusive}/message /field-validator /field (notice the 99.9 format) 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 demandons avec

RE: Struts2's IOC

2009-08-17 Thread Martin Gainty
What object do you want to inject? how will you find the injected object: by-name? by-type? constructor-arg? Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so

RE: eCommerce Application with struts

2009-08-17 Thread Martin Gainty
, 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 Weiterleitung oder

RE: URL Mappings

2009-08-15 Thread Martin Gainty
Martin Gainty wrote: action extensions are specified in struts.xml struts.action.extension constant name=struts.action.extension value=action,htm / static-content: * p/ This filter(org.apache.struts2.dispatcher.FilterDispatcher) also serves common static * content needed when using

RE: URL Mappings

2009-08-15 Thread Martin Gainty
i *thought* the op was using 2.1.3 thanks scott! 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

RE: URL Mappings

2009-08-15 Thread Martin Gainty
extensively with SiteMesh 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: Re : Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Martin Gainty
sounds expensive..will they take cc? 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

RE: Re : Re : Re : Re : Struts2 + I18N

2009-08-14 Thread Martin Gainty
nm: a long hot summer day is thankfully over 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

RE: Validation does not work on redirect result

2009-08-13 Thread Martin Gainty
see value (of destination location) not location http://struts.apache.org/2.1.6/docs/result-annotation.html e.g. @Result(name=success, value=/home.page, type=TilesResult.class) is the doc incorrect? Martin Gainty __ Verzicht und

RE: Validating that two fields match?

2009-08-13 Thread Martin Gainty
http://struts.apache.org/2.1.2/docs/using-field-validators.html s:form ... s:textfield label=Required Validator Field name=requiredValidatorField / s:textfield label=Field Expression Validator Field name=fieldExpressionValidatorField / . /s:form package

RE: struts 2.1.5 type conversion error

2009-08-13 Thread Martin Gainty
http transmits strings (not int,double,date or any other type of primitive) Martin Gainty je ne suis pas d'accord avec ce que vous dites. mais je défendrai à ma mort votre droite de la dire. - Voltaire __ Note de déni et de confidentialité Ce message

RE: Validation does not work on redirect result

2009-08-12 Thread Martin Gainty
execute should return ActionSupport.SUCCESS; curious as to which document stated to use ServletRedirectAction for a result? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich

RE: Using Map as option list source with s:select tag

2009-08-11 Thread Martin Gainty
in classname for PetDao yourMap name for pets and you should see the value come back Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene

RE: JSP not loading

2009-08-10 Thread Martin Gainty
will be unable to serve that file try a localhost reference on the AppServer via http://localhost:Port/webappName/NameOfChineseJsp.jsp and notice the failure.. Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

RE: Struts - Security

2009-08-08 Thread Martin Gainty
QueryCryptSessionListener handles authentication http://www.theserverside.com/news/thread.tss?thread_id=36841 BASIC URL authorization can be achieved thru predefined roles from tomcat-users http://www.informit.com/articles/article.aspx?p=24600 i assume you're using TC? Martin Gainty

RE: AJAX issues in struts 2.1.6

2009-08-08 Thread Martin Gainty
-validation.xml 01/05/2009 09:52 PM 1,293 NewPersonAction.class 01/05/2009 09:52 PM 511 Person-validation.xml does this help? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: Struts - Security

2009-08-08 Thread Martin Gainty
one way of achieving this is to assign the href attr of anchor to a scoped variable % java.net.URL =new java.net.URL(http://java.sun.com/index.html;); ActionContext.getContext().getSession().put(testUrlId, url); % s:a href=#session.testUrlId anyone else? Martin Gainty

RE: Struts - Security

2009-08-08 Thread Martin Gainty
looks like you might want to code your own logic to scan for those manipulated URL params..like the URL which contains the dreaded /WEB-INF (and as dale suggested scan URLs to reference known .action) Martin Gainty __ Verzicht und

RE: Documentation

2009-08-07 Thread Martin Gainty
server.log and console messages ciao 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

RE: Documentation

2009-08-07 Thread Martin Gainty
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 Mitteilung. Jede unbefugte Weiterleitung oder

RE: AJAX issues in struts 2.1.6

2009-08-07 Thread Martin Gainty
http://localhost:8082/struts2-showcase-2.1.6/ajax/tabbedpanel/example1.jsp renders all tabs properly please provide all console messages and all statements from /logs/localhost.-MM-DD.log thanks, Martin Gainty __ Verzicht und

RE: AJAX issues in struts 2.1.6

2009-08-07 Thread Martin Gainty
sure thing..let us know how it goes.. 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

RE: param for action in struts.xml

2009-08-06 Thread Martin Gainty
interceptor-ref name=fubar param name=expectedOutcomeLOSELOSE/param /interceptor-ref ... /action as you can see when the fubar interceptor is fired critical parameter expectedOutcome of LOSELOSE is transmitted hth Martin

RE: [s2] Struts 2.1.8 - jsonplugin 0.34

2009-08-05 Thread Martin Gainty
i have xwork-2.1.1.jar in WEB-INF\lib folder ciao 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: Uploading large files

2009-08-05 Thread Martin Gainty
Dan- Struts 1.x has a hard ceiling of 4MB for max file size of uploaded files have you tried the new Struts-2.1.7 upload plugin? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha

RE: Mixing portlet with regular pages

2009-08-04 Thread Martin Gainty
-in this case JSR268) Scaleable, Component Architecture featuring multi-threading libraries there are roughly 17 rfcs the JSR-268 support ..get to know them on need-to-know basis http://portals.apache.org/jetspeed-2 feel free to ping me offline for any questions Martin Gainty

RE: Mixing portlet with regular pages

2009-08-04 Thread Martin Gainty
mgunderstood..the gauntlet has been tossed mgwhat proof do you request? probably wise to beg off this particular plugin until all P1 bugs are quashed Very insightful... mgthank you the JSR268 readme and core sample is located at

RE: [S2] OgnlValueStack Error setting expression warnings after upgrade from struts 2 to struts 2.1.7

2009-08-02 Thread Martin Gainty
*/ public class XWorkObjectPropertyAccessor extends ObjectPropertyAccessor { } we need to get patrick involved as that file has been deleted from source a while ago.. http://fisheye5.cenqua.com/browse/ognl/java/ognl Martin Gainty __ Verzicht und

RE: Wildcard mappings with subdirectories / folders?

2009-08-02 Thread Martin Gainty
did you notice the diff between /WEB-INF/jsp/coconut/and /WEB-INF/jsp/public can you post your struts-default.xml ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten

RE: Struts2 + JPA + JSON - Help with error

2009-07-31 Thread Martin Gainty
disable lazy-initialisation in /WEB-INF/applicationContext.xml bean id=testDataProvider class=org.apache.struts2.showcase.application.TestDataProvider singleton=true lazy-init=false/ Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de

RE: New to Struts, a Question

2009-07-30 Thread Martin Gainty
in your config files look for default result assignment with result tag as in result/userDisplay.jsp/result http://struts.apache.org/2.0.14/docs/result-configuration.html Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: Struts 2 performance

2009-07-30 Thread Martin Gainty
detect lock contention on threads or connections? lock on something else? ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein

RE: Struts 2.1.6 TLD file

2009-07-30 Thread Martin Gainty
/1.1 3.3.2 (archived) much easier to upgrade the one aberrant taglib.. you can always re-implement an older container ..but i would suspect alot Servlet Spec 2.5 webapps would break Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de

RE: AJAX Validation

2009-07-28 Thread Martin Gainty
/opensymphony/xwork2/validator/annotations/RequiredFieldValidator.html thanks, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so

RE: Struts vs Other competitors

2009-07-27 Thread Martin Gainty
.NET but i wonder about the overhead what do others think of jsf? 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

RE: Display Doc or PDF file in JSP

2009-07-27 Thread Martin Gainty
in supplied iframe e.g. iframe src=somehtml.html .. http://www.dyn-web.com/tutorials/iframes/basics.php feel free to ping offline as this is not specific to struts Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

RE: Struts vs Other competitors

2009-07-26 Thread Martin Gainty
events are parsed from one Request In Struts navigation is tied to Action in JSF navigation is tied to Page http://websphere.sys-con.com/node/46516 ASP.NET is specific to Microsoft platforms which means 75% of the installed servers cannot run it Martin Gainty

RE: Struts vs Other competitors

2009-07-26 Thread Martin Gainty
was just purchased by Oracle this describes incorporating Struts1 extension http://www.oracle.com/technology/products/jdev/tips/mills/struts_diagram.html what is your impression of ADF? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

RE: Multi input tag?

2009-07-25 Thread Martin Gainty
can you define the inputtags you would expect containing object:..list?..collection?..array? outputtag which would receive the processed list..collection..array from inputtag thanks, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de

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