ViewPreparer issue after updating from 6.2.0 to 6.3.0.1

2023-10-03 Thread Chris Scroll
After I updated to struts 6.3.0.1 I am receiving the following exception: java.lang.ClassCastException: helpers.preparer.BreadCrumbPreparer cannot be cast to org.apache.tiles.api.preparer.ViewPreparer If I revert back to struts2-tiles-plugin-6.2.0.jar the program runs without exceptions. Note:

Form array data disappearing if array is over 256?

2023-09-29 Thread Chris Scroll
I upgraded from struts 2.5.30 to 6.3.0.1 and updated to the new jakarta-stream to fix an issue. My List: private List tags; If a form has over 256 array elements (Example: tag[0] to tag[300]) and it is submitted/posted I only get the first 256 array elements in my struts action (itag.size();

Struts2 & Spring using child web application context

2016-06-26 Thread Chris Cranford
) +- Web Application Context2 (used by another technology) Any help would be greatly appreciated. Chris

Struts 2.5 GA

2016-06-16 Thread CRANFORD, CHRIS
; uri="http://tiles.apache.org/tags-tiles; %> If I comment out the use of the tiles tag, the page renders just fine. We were using Tiles 3.0.5 with the prior Struts2 2.3.24 release, so I'm not clear what I need to change. Thought

Re: Disabling Struts warning messages in the console

2016-02-18 Thread Chris
Hi, I thought also to the log4j. But , perhaps, Murat Balkan wants cancel only this one, and not all the other warnings ? Chris Le Jeudi 18 février 2016 9h05, Christoph Nenning <christoph.nenn...@lex-com.net> a écrit : > Hi, > I'd like to disable the warning messages in

RE: Jodd/Madvoc MVC framework

2016-01-26 Thread CRANFORD, CHRIS
, web services, and AJAX support that they should be first class denizens in the codebase. Chris -Original Message- From: Christoph Nenning [mailto:christoph.nenn...@lex-com.net] Sent: Tuesday, January 26, 2016 3:27 AM To: Struts Users Mailing List <user@struts.apache.org> Subje

RE: Editing a JPA entity

2016-01-07 Thread CRANFORD, CHRIS
In the case of non-versioned domain models or cases where you aren't concerned with state collisions, the traditional lookup/render/lookup/merge workflow works quite well. The problem though comes into play when you are concerned about versioned models and more importantly, controlling state

Re: Some problems with Struts-mailreader

2015-11-13 Thread Chris
r.java:408)      atorg.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:237)      atorg.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:1265) Le Vendredi 13 novembre 2015 10h17, Chris <christal...@yahoo.fr> a écrit : Hello, Thank you for giving me those e

Re: Some problems with Struts-mailreader

2015-11-12 Thread Chris
Hello, I'm sorry . I don't use pom.xml in any of my examples. I work with Netbenas 7.3 and ant, I guess. But no maven. I have no idea what SNAPSHOT is, and how to use it, and where find it.Is it another version of all librairies ? Regards, Chris Struts has detected an unhandled exception

Re: Some problems with Struts-mailreader

2015-11-12 Thread Chris
Hello,My mailreader example still doesn't work. Precisely n the Login button, and the Cancel button, in the Login page Something strange, the new web.xml file looks like the jboss_blank example... I tried without those some lines, like the old mailreader example,  but it didn't work neither.     

Re: Annotation example

2015-11-10 Thread Chris
cause it refers to http: // localhost: 8080 / index.jsp    (so, a blank page )  <% Response.sendRedirect ("/index.jsp"); %> On my Computer, I changed "/index.jsp"  into "index.jsp" or "./index.jsp " and it works. Regards, Chris Le Mardi 10 novembre

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
zlen...@apache.org] > Enviado el: viernes, 30 de octubre de 2015 10:59 > Para: Struts Users Mailing List <user@struts.apache.org> > Asunto: Re: Some problems with Struts-mailreader > > It was bug in Struts, so you must use the latest SNAPSHOT > > 2015-10-30 10:57 GMT+01:

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
PS : I will not change my old struts-mailreader sampleBut there is some differences in mailreader-support.xml file : old version

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
Thanks, That is true , I missed to speak about SNAPSHOTS , because I didn't understand what it means.I'll try. Regards, Chris Le Vendredi 30 octobre 2015 16h01, Chris <christal...@yahoo.fr> a écrit : PS : I will not change my old struts-mailreader sampleBut there i

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
2.5. The Login action is defined as follow >>> >>> >>> >>> which means any method should be allowed - I'm going to check that >>> >>> >>> Regards >>> -- >>> Łukasz >>> + 48 606 323 122 http://www.lenart.org.p

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
> > It was bug in Struts, so you must use the latest SNAPSHOT >I'm sorry , I don't know how I can use Snapshots. Le Vendredi 30 octobre 2015 16h06, Chris <christal...@yahoo.fr> a écrit : Thanks, That is true , I missed to speak about SNAPSHOTS , because I didn't u

Some problems with Struts-mailreader

2015-10-28 Thread Chris
Hello, I have some problems with the "new" mailreader sample in the linkhttps://github.com/apache/struts-examples/tree/master/mailreader   with Struts 2.5 BETA2 PS :  my old mailreader example 2.3.16 works perfectly.And I try to translate the tour.html to unterstand. But with the new

Re: form-xml-validation sample / boolean validator / over21

2015-10-22 Thread Chris
Obviously I am speaking to other users as is the case for me, do not have too much knowledge of the use of these functions. Not to the Struts conceptors.;-)Be carreful, double equal sign is good for comparaison,... Le Mercredi 21 octobre 2015 16h15, Chris <christal...@yahoo.fr> a

Re: form-xml-validation sample / boolean validator / over21

2015-10-21 Thread Chris
tried also the inverse : with         You must be under 21 And it works too ! Le Mercredi 21 octobre 2015 12h39, Lukasz Lenart <lukaszlen...@apache.org> a écrit : 2015-10-21 12:22 GMT+02:00 Chris <christal...@yahoo.fr>: > Hi, > > I don't know what PRs

Re: form-xml-validation sample / boolean validator / over21

2015-10-21 Thread Chris
ns to give user to make a choice when agree/disagree or 21 or older. Regards, chris Le Mercredi 21 octobre 2015 11h53, Lukasz Lenart <lukaszlen...@apache.org> a écrit : 2015-10-21 10:41 GMT+02:00 Chris <christal...@yahoo.fr>: > Struts 2.5 BETA2 / form-xml-validation  sa

form-xml-validation sample / boolean validator / over21

2015-10-21 Thread Chris
for this boolean. How I could use in the EditAction-validation.xml the good one validation for a boolean ?Could be also very usefull with an agree/disagree checkbox   PS: This is not a checkboxlist, but a checkbox Regards, chris

RE: Spring BeanPostProcessor called twice for Struts managed beans

2015-10-15 Thread CRANFORD, CHRIS
> > You are probably right :) Please register an issue and target 2.3.25 > as a fix version. > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2015-10-15 6:57 GMT+02:00 CRANFORD, CHRIS <chris.cranf...@setech.com>: > > In a rece

Spring BeanPostProcessor called twice for Struts managed beans

2015-10-14 Thread CRANFORD, CHRIS
? This just seems like a significant overhead on bean management that could be avoided, right? Thanks, Chris - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Poblem with bean-validation ( Git-Hub) and struts2-bean-validation-plugin-2.5-BETA2.jar

2015-10-08 Thread Chris
Hello , I have some problem with bean-validationand struts2-bean-validation-plugin-2.5-BETA2.jarSources :   https://github.com/apache/struts-examples/tree/master/bean-validationWith new sources and Schema2.5 DTD My lib struts-examples23/11/2013  17:55    43 578 asm-3.3.jar23/11/2013 

Re: Poblem with bean-validation ( Git-Hub) and struts2-bean-validation-plugin-2.5-BETA2.jar

2015-10-08 Thread Chris
)     at com.opensymphony.xwork2.config.impl.DefaultConfiguration.reloadContainer(DefaultConfiguration.java:186)     at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:67)     ... 49 more Le Jeudi 8 octobre 2015 10h53, Chris <christal...@yahoo

Warning Deprecated with struts-examples/debugging-struts/

2015-09-30 Thread Chris
Hello, There are WARNING with struts2-convention-plugin-2.5-BETA1.jar  With https://github.com/apache/struts-examples/tree/master/debugging-struts ... 2015-09-30 14:50:07,306 DEBUG [http-bio-8080-exec-17] interceptor.FileUploadInterceptor (FileUploadInterceptor.java:241) - Bypassing //hello

Re: GitHub example annotations with 2 differents files named index.jsp

2015-09-10 Thread Chris
jsp"); %> or <% Response.sendRedirect ("./ index.jsp"); %> and redirection works well. toward http: // localhost: 8080 / st2_ex_16_annotations / index.jsp Le Jeudi 10 septembre 2015 8h26, Lukasz Lenart <lukaszlen...@apache.org> a écrit : 2015-09-09 9:50 GMT+02:0

GitHub example annotations with 2 differents files named index.jsp

2015-09-09 Thread Chris
Hello, 2 differents files named index.jsp, exist in annotations example. But they are differents, and not in the same directoryDo we need this sendRedirect ? GitHub  apache/struts-examples/annotations/ 1 ) src/main/webapp/index.jsp 2 ) src/main/webapp/WEB-INF/content/index.jsp <%

Spring Injection Strange behaviour

2015-09-05 Thread Chris
I'm trying to use the Spring plugin to inject a dependency into my action at runtime. This is the first time I've tried this with Struts2 so I may have missed something but I'm stumped because I can see the dependency is injected but then the object is later null when I need to use it. Here is

Re: RE: Spring Injection Strange behaviour - SOLVED!

2015-09-05 Thread Chris
such an idiot.   Thanks   Chris   Sent: Sunday, September 06, 2015 at 3:32 AM From: Chris <crisp...@gmx.us> To: "Dave Newton" <davelnew...@gmail.com>, "Struts Users Mailing List" <user@struts.apache.org> Subject: RE: Spring Injection Strange behaviour Hi Da

RE: Spring Injection Strange behaviour

2015-09-05 Thread Chris
the setter that makes me beleive he autowiring is working, I just can't understand why its later being set to null. I thought it might be a scope issue but I don't know enough about struts to dig much deeper.   Thanks   Chris   -Original Message- From: Dave Newton [mailto:davelnew

Re: about struts-examples apache/struts-examples -> bean-validation example

2015-09-03 Thread Chris
.   === bean-validation ( All is in EditAction.properties ) EditAction.properties personBean.firstName=First name firstName.required=You must enter the first name=== Regards, Chris

Re: about struts-examples https://github.com/apache/struts-examples

2015-09-02 Thread Chris
org> a écrit : 2015-09-01 19:50 GMT+02:00 Chris <christal...@yahoo.fr>: > Hello, > It seems there are some new examples in apache/struts-examplesFrom A to Z1 ) > bean-validation2 ) blank3 ) jboss-blanc4 ) mailreader5 ) > restful2actionmapper6) themes_override Yes 1) to

Re: about struts-examples https://github.com/apache/struts-examples

2015-09-02 Thread Chris
-validation-plugin-2.5-BETA1.jar 15/04/2014  14:57    63ÿ777 validation-api-1.1.0.Final.jar Le Mercredi 2 septembre 2015 15h48, Chris <christal...@yahoo.fr> a écrit : Thank you, so I added the right 4.3.1.Final version but I also need app-validation. Then I n

Re: about struts-examples https://github.com/apache/struts-examples

2015-09-02 Thread Chris
Same things renamming 01/09/2015  10:46   827ÿ024 log4j-core-2.3(1).jarin 01/09/2015  10:46        827ÿ024 log4j-core-2.3.jar Le Mercredi 2 septembre 2015 16h09, Chris <christal...@yahoo.fr> a écrit : I am using the files23/11/2013  17:55    43ÿ578 asm-3.3.

about struts-examples https://github.com/apache/struts-examples

2015-09-01 Thread Chris
) OK                     AND      ->  org.hibernate.validator.constraints.* What do you think ? Regards chris |   | |   | |   |   |   |   |   | | apache/struts-examplesstruts-examples - Mirror of Apache Struts | | | | Afficher sur github.com | Aperçu par Yahoo | | | |   |

Re: Struts 2.5.Beta1 and samples

2015-08-27 Thread Chris
Thank you for help and answers Le Mercredi 26 août 2015 16h09, Chris christal...@yahoo.fr a écrit : Thanks, It works now. I can't say why Also with D:\NetbeansLibs\log4j beta\log4j-api-2.3.jar Le Mercredi 26 août 2015 15h52, Lukasz Lenart lukaszlen...@apache.org a écrit

Re: Struts 2.5.Beta1 and samples

2015-08-26 Thread Chris
://github.com/apache/struts-examples Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-08-25 19:12 GMT+02:00 Chris christal...@yahoo.fr: Hi, Thank you for the update.I did it to ,  yesterday,  but I got a new error about log4j. ( even with log4j2.xml)   I think with version 2.5

Re: Struts 2.5.Beta1 and samples

2015-08-25 Thread Chris
Hi, Thank you for the update.I did it to ,  yesterday,  but I got a new error about log4j. ( even with log4j2.xml) I think with version 2.5 Beta1 , we must now add the new jar log4j api-2.3.jar.But this is not enough, alas. Here is the error ...( maybe log4j api-2.3.jar comes not alone ?

Re: Struts 2.5.Beta1 and samples

2015-08-24 Thread Chris
? Thanks in advance -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-08-24 15:32 GMT+02:00 Chris christal...@yahoo.fr: Hello, I tried all Struts2 samples for many years, with success with apache/struts-examples and differents versions 2.3.14, 2.3.15 , 2.3.16 , 2.3.20 and Netbeans 6.5

Struts 2.5.Beta1 and samples

2015-08-24 Thread Chris
Hello, I tried all Struts2 samples for many years, with success with apache/struts-examples and differents versions 2.3.14, 2.3.15 , 2.3.16 , 2.3.20 and Netbeans 6.5 , and Tomcat 7 |   | |   | |   |   |   |   |   | | apache/struts-examplesstruts-examples - Mirror of Apache Struts | | | |

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

2015-06-22 Thread CRANFORD, CHRIS
Subject: RE: Get single value from a row with displaytag and struts 2 Hi Chris- i dont see documentId in TableTag.java from displaytag source ? /** * Licensed under the Artistic License; you may not use this file * except in compliance with the License. * You may obtain a copy of the License

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

2015-06-15 Thread CRANFORD, CHRIS
, but this is simple enough. Your acknowledgeDocumentNotification action should then only receive the documentId parameter with the row's document id as the only input value. Thanks, Chris -Original Message- From: Christoph Nenning [mailto:christoph.nenn...@lex-com.net] Sent: Monday, June

Re: Integrating struts 2 with Classic JSP SERVLET /JSTL webapp

2015-05-11 Thread Chris Pratt
If all your URLs aren't at the root (which they probably aren't), you'll want to change your url-pattern to just *.action (*Chris*) On May 11, 2015 9:46 AM, Kiran Badi ki...@poonam.org wrote: Hi Chris, Here is Struts 2 filter in web xml, filter descriptionStruts 2 Filter

Re: Integrating struts 2 with Classic JSP SERVLET /JSTL webapp

2015-05-11 Thread Chris Pratt
Try adding namespace=/to your s:url tag. (*Chris*) On May 11, 2015 10:06 AM, Kiran Badi ki...@poonam.org wrote: Hi Chris, it load app with welcome page with *.action mapping,but seems like url mapping gets messed up,I get below now. a href=s:url action=TestStruts.action/s:urlTest Page/a/h4

RE: Problem using TypeConverters with SelectTag

2015-04-30 Thread CRANFORD, CHRIS
Was this part of the fix in WW-4427? -Original Message- From: CRANFORD, CHRIS [mailto:chris.cranf...@setech.com] Sent: Tuesday, April 28, 2015 8:30 AM To: Struts Users Mailing List Subject: RE: Problem using TypeConverters with SelectTag Version 2.3.20 GA -Original Message

RE: Problem using TypeConverters with SelectTag

2015-04-30 Thread CRANFORD, CHRIS
2015-04-30 15:22 GMT+02:00 CRANFORD, CHRIS chris.cranf...@setech.com: Was this part of the fix in WW-4427? Rather unrelated to your problem as tags don't use context to store values. I'm still thinking if your solution is right, I mean common to be used by any other or rather is your specific use

RE: Problem using TypeConverters with SelectTag

2015-04-28 Thread CRANFORD, CHRIS
GMT+02:00 CRANFORD, CHRIS chris.cranf...@setech.com: I have defined a simple POJO and type converter shown here: // Model POJO public class SiteSelection { private String type; private String label; private ListLong ids = new ArrayListLong

Problem using TypeConverters with SelectTag

2015-04-24 Thread CRANFORD, CHRIS
what side effects such a change would have. ___ Chris Cranford SAP/Oracle/J2EE Applications Developer SETECH Inc Companies 903 Industrial Drive, Murfreesboro TN 37129 Phone: (615) 890-1755 x361, Fax: (615) 890-9057, Mobile: (704) 650-1042 Email

Re: Mysterious(?) carriage returns

2015-04-06 Thread Chris Pratt
I believe line breaks in HTTP are always represented as CRLF pairs, regardless of the Client or Server OS's (*Chris*) On Mon, Apr 6, 2015 at 2:07 PM Heikki Hyyrö heikki.hy...@uta.fi wrote: Hi, I have been stumped by the following problem: newlines within text received from an html form

Struts2 Rest/Non-Rest Actions

2015-03-10 Thread CRANFORD, CHRIS
/ constant name=struts.rest.defaultExtension value=json / What could I missing to where I could have both RESTful and non-RESTful action code reside in the same action class with varying annotations? Thanks, Chris - To unsubscribe, e

Re: regex validator problem

2014-12-28 Thread Chris
want tu use an input field with regex, what sort of value are you waiting for ? Could you give please some literal samples ? Regards, Chris Le Samedi 27 décembre 2014 15h18, Dave Newton davelnew...@gmail.com a écrit : Did you try defining a complete regex, e.g., with the start/end

Re: label not working

2014-12-20 Thread Chris Pratt
What theme are you using, and what does the output HTML look like? (*Chris*) On Sat Dec 20 2014 at 1:35:46 AM Yaragalla Muralidhar yaragallamur...@gmail.com wrote: Hi I am using the following code s:textfield name=referMan cssClass=textField label=hghlheghhffehk cssStyle=width:270px;margin

Re: problem with i18n

2014-12-20 Thread Chris Pratt
That's why you're not seeing the labels, they are not supported by the simple theme. (*Chris*) On Sat Dec 20 2014 at 1:49:15 AM Yaragalla Muralidhar yaragallamur...@gmail.com wrote: i use simple theme *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ http

Re: Tracking down a StreamResult error??

2014-11-12 Thread Chris Pratt
(and probably log the heck out of those situations). (*Chris*) On Wed Nov 12 2014 at 9:56:10 AM Burton Rhodes burtonrho...@gmail.com wrote: I am having trouble tracking down an error we are experiencing on our production server. This happens very rarely, but every once in a while we will get

Any example integrate struts2 ( CRUD without Hibernate, nor EJB, nor Glassfish)

2014-10-20 Thread Chris
Hello, I would like to integrate struts2 in an CRUD application , JDBC, Apache Tomcat, Netbeans ( or eclipse ) but without Hibernate , nor EJB, nor GlassFish. Hibernate is more complex than the problem it tries to solveCould you have any integration example please ? Thanks, Regards, Chris

Re: struts, freemarker and servlet 3.1

2014-10-03 Thread Chris
Hello Adam, Can we be sure that jetty 9 (not Jetty 9.1) can work with Servlet 3.1? Regards Le Vendredi 3 octobre 2014 8h58, Lukasz Lenart lukaszlen...@apache.org a écrit : 2014-09-30 17:15 GMT+02:00 Adam Brin adam.b...@asu.edu: Quick question, is anyone running struts 2.3 with servlet

Struts2 Portlets

2014-07-31 Thread CRANFORD, CHRIS
I currently have a Struts2 application deployed on Tomcat7 and I am looking to add some dashboard portlet functionality. I noticed that Struts2 has a porlet plugin but was curious whether it was possible to configure the WAR with an embedded portal container so that users continued to access

Re: s:textfield jquery can not change placeholder

2014-07-25 Thread Chris Pratt
Make sure you set the id attribute on the s:textfield if you're going to refer to it that way using jQuery. (*Chris*) On Fri, Jul 25, 2014 at 12:30 PM, john lee sh_thorn_b...@yahoo.com.invalid wrote: I can use jquery to change html input tag's placeholder for no problem, but no matter what

Re: Hello World does not work.

2014-07-05 Thread Chris Pratt
Typically you would put the war file at /var/lib/tomcat6/webapps/ hello_world.war not /var/lib/tomcat6/webapps/hello_world/hello_world.war. Tomcat will unbundle the war file into /var/lib/tomcat6/webapps/hello _world/ for you. One other option would be to try pointing your browser at

Re: Do properties written in an external file need ApplicationAware ?

2014-06-04 Thread Chris
Hello Antonios, Thanks. I'll try it and see how I can manage it. Chris Le Mardi 3 juin 2014 13h35, Antonios Gkogkakis gkogk...@tcd.ie a écrit : Hi Chris, I'm not sure if struts has a feature that would read property files and put them in the Application scope for you automatically. You

2.3.16.3 Color in error message ( Authenticate Login )

2014-06-04 Thread Chris
);     }     } When the Authenticate fails, the message works with The Identification has failed , but the color is not red in the loginForm.jsp... Regards Chris

Re: 2.3.16.3 Color in error message ( Authenticate Login )

2014-06-04 Thread Chris
name:/label/tdtd Le Mercredi 4 juin 2014 18h13, Chris christal...@yahoo.fr a écrit : Hello, I don't find in the strutsexamples ( 6 form_validation, 7 message_ressource...etc) where I could write red color when error message is displayed in loginForm.jsp First the validator LoginAction

Re: 2.3.16.3 Color in error message ( Authenticate Login )

2014-06-04 Thread Chris
Request closed. I found it in http://struts.apache.org/development/2.x/docs/form-validation.html It's the s:head / Regards, Chris Le Mercredi 4 juin 2014 18h27, Chris christal...@yahoo.fr a écrit : In the screen, with struts2examples/form_validation the dynamics tag are : tr errorFor

Re: 2.3.16.3 Color in error message ( Authenticate Login )

2014-06-04 Thread Chris
HTML /head tag.  Regards, Chris Le Mercredi 4 juin 2014 20h37, Martin Gainty mgai...@hotmail.com a écrit : stylesheet.css: .errClass {     font-family: Verdana, Helvetica, Garamond, sans-serif;     /* font-size: 0.7em; */     background-color: red;     border: 1px solid #afafaf

Do properties written in an external file need ApplicationAware ?

2014-06-03 Thread Chris
Hello,I would like to use properties (*) written in an  external file, and read them only once. Do I have to use ApplicationAware, or something else. Whatever, could you give examples please ? (*) some properties like JDBC or LDAP connection's parameters. Thanks Chris

Re: Multiple parameter names

2014-05-30 Thread Chris Pratt
You could have your Action implement ParameterAware then handle the parameter map yourself. (*Chris*) On Fri, May 30, 2014 at 2:15 AM, Yaragalla Muralidhar yaragallamur...@gmail.com wrote: I think that is not possible. *Thanks and Regards,* Muralidhar Yaragalla. *http

display dynamically in a JSP, the 2.3.16.2 version of struts2-core-2.3.16.2.jar

2014-04-29 Thread Chris
Hello, Is there a simple way to display dynamically in a JSP, the 2.3.16.2 version of struts2-core-2.3.16.2.jar ( from META_INF / MANIFEST.MF) without knowing the name and the number of the jar file ? Chris

Re: URL 'https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2examples' doesn't exist

2014-04-02 Thread Chris
.1045723.n5.nabble.com/Migrated-Struts2-examples-to-Git-td5715078.html#a5715467 Thanks, Chris Le Mardi 1 avril 2014 18h46, Chris christal...@yahoo.fr a écrit : Thanks Regards, Chris Le Mardi 11 mars 2014 11h48, Lukasz Lenart lukaszlen...@apache.org a écrit : 2014-03-11 11:30 GMT+01:00 Chris

Re: URL 'https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2examples' doesn't exist

2014-04-01 Thread Chris
Thanks Regards, Chris Le Mardi 11 mars 2014 11h48, Lukasz Lenart lukaszlen...@apache.org a écrit : 2014-03-11 11:30 GMT+01:00 Chris christal...@yahoo.fr: We're migrating them to git :-) OK THanks. And may i ask what tools do you recommend ? I used to Sliksvn with WIndows XP

Re: URL 'https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2examples' doesn't exist

2014-03-11 Thread Chris
=struts-examples.git 2014-03-10 21:34 GMT+01:00 Lukasz Lenart lukaszlen...@apache.org: We're migrating them to git :-) https://issues.apache.org/jira/browse/INFRA-7401 2014-03-10 20:07 GMT+01:00 Chris christal...@yahoo.fr: Hello, I just wanted to signal the error tonight with svn URL svn

URL 'https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2examples' doesn't exist

2014-03-10 Thread Chris
Hello, I just wanted to signal the error tonight with svn URL svn: E17: ERROR the URL 'https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2examples' doesn't exist Regards Chris

Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-06 Thread Chris Pratt
Did you try moving the s:hidden elements to the top of the form, or removing the wrap=hard from your s:textarea? (*Chris*) On Thu, Mar 6, 2014 at 5:13 AM, Fredrik Andersson fredan...@hotmail.comwrote: Hello guys! I trying to produce a app that renders in XHTML. !DOCTYPE html PUBLIC -//W3C

Re: Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-06 Thread Chris Pratt
To elaborate on Dave's point, try: tr style=display:none; td // both hidden fields /td /tr (*Chris*) On Thu, Mar 6, 2014 at 12:26 PM, Dave Newton davelnew...@gmail.com wrote: On Thu, Mar 6, 2014 at 3:01 PM, Fredrik Andersson fredan...@hotmail.com wrote: I have tride to put

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-27 Thread Chris
to the ticket. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014/1/24 Chris christal...@yahoo.fr: Hello, I mean with more screens, more actions, and interdependence, or chained For example : - a first screen (login.jsp : controling user authorized or not ) - a second one

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-27 Thread Chris
Chris christal...@yahoo.fr: Hello, Do you know, where we can read a 2.3.16 version of http://struts.apache.org/release/1.2.x/faqs/database.html ? It isn't supported in 2.x at all - it was a bad idea from very beginning, instead you can use Spring, myBatis or JPA directly. Regards -- Łukasz

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-24 Thread Chris
Hello, I mean with more screens, more actions, and interdependence, or chained For example : - a first screen (login.jsp : controling user authorized or not ) - a second one (search.jsp : which name do you want to retrieve ? ) - the screen with the found names...etc Regards, Chris Le

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-22 Thread Chris
/browse/WW-3993 2014/1/13 Lukasz Lenart lukaszlen...@apache.org: 2014/1/11 Chris christal...@yahoo.fr: java.lang.reflect.InvocationTargetException - Class: com.opensymphony.xwork2.inject.ContainerImpl$MethodInjector File: ContainerImpl.java Method: inject Line: 301 - com/opensymphony/xwork2

Re: Best book reference for struts 2

2014-01-16 Thread Chris
Hello, If you think than the last versions are best ( some caractéristics could change) so have a look at both the publication's date, and the version's number Black book 2ed was published in  2008, about struts-core-2.0.6.jar ... Le Jeudi 16 janvier 2014 10h05, Gokul Raj

Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-11 Thread Chris
Hello, Are dependencies missing ? Struts 2 CRUD Example works fine but only in Struts-2.0.6 not in Struts-2.3.16   http://struts.apache.org/development/2.x/docs/tutorials.html Tutorials / Speciality / CRUD Made Easy / CRUD Demo I / Struts 2 CRUD Example Old jar files :  

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-11 Thread Chris
library is missing in classpath! Please add missed dependency! Best Regards Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2014/1/11 Chris christal...@yahoo.fr Hello, Are dependencies missing ? Struts 2 CRUD Example

Re: Struts CRUD demo OK but only Struts-2.0.6 version

2014-01-11 Thread Chris
11 janv. 2014 16:41:54 org.apache.catalina.core.StandardContext startInternal Le Samedi 11 janvier 2014 16h33, Chris christal...@yahoo.fr a écrit : Well, I  already added all the struts-2.3.16 jar files to see what will happen. Without success. It's a bad solution and the error message

Re: Application configuration file

2014-01-07 Thread Chris
Hello , I have the same request. Perhaps the response can help you You can use Interceptor#init() http://struts.1045723.n5.nabble.com/Struts2-and-JDBC-How-to-read-jdbc-properties-only-once-for-100-or-1000-users-td5714995.html Le Mardi 7 janvier 2014 10h17, Giuliano Catrambone

How to run RegisterTest.java

2014-01-06 Thread Chris
The sample unit-testing works with Struts2.3.16 http://struts.apache.org/development/2.x/docs/unit-testing.html and https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2examples/unit_testing/ But without running RegisterTest.java I don't how I can run this RegisterTest extends

Howw to test RegisterTest in unit_testing ?

2014-01-06 Thread Chris
The sample unit-testing works with Struts2.3.16 http://struts.apache.org/development/2.x/docs/unit-testing.html and https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2examples/unit_testing/ But without running RegisterTest.java I don't how I can run this RegisterTest extends

Re: Howw to test RegisterTest in unit_testing ?

2014-01-06 Thread Chris
It's OK now. I added in ProjectProperties / Test Package Folder / test.java All 3 tests passed Le Lundi 6 janvier 2014 22h39, Chris christal...@yahoo.fr a écrit : The sample unit-testing works with Struts2.3.16 http://struts.apache.org/development/2.x/docs/unit-testing.html and https

Re: Struts2 and JDBC : How to read jdbc.properties only once , for 100 or 1000 users

2014-01-05 Thread Chris
http://struts.apache.org/development/2.x/docs/interceptors.html Have you any sample with all sources to read external files jdbc.properties ? Le Jeudi 2 janvier 2014 16h28, Chris christal...@yahoo.fr a écrit : Thanks. I'll test this new example. I proceed in order of Web Page Getting Started

Struts2 and JDBC : How to read jdbc.properties only once , for 100 or 1000 users

2014-01-02 Thread Chris
Hello, How to read  the file jdbc.properties only once, when the web application is for 100 or 1000 users ? ( in which Action/method ? ) Thanks

Re: Struts2 and JDBC : How to read jdbc.properties only once , for 100 or 1000 users

2014-01-02 Thread Chris
Annotations next - Introducing Interceptors...etc ) Le Jeudi 2 janvier 2014 15h49, Lukasz Lenart lukaszlen...@apache.org a écrit : You can use Interceptor#init() 2014/1/2 Chris christal...@yahoo.fr: Hello, How to read  the file jdbc.properties only once, when the web application

Where does the message ( age ) come from in trunk/struts2examples/annotations/

2013-12-27 Thread Chris
convention.plugin or anything else  ?   Chris

Re: /struts2examples/themes and Struts2-3-16

2013-12-19 Thread Chris
Hello, The/struts2examples/themes is ok now, since a new updated at 2013-12-13. Regards, Chris

Re: Debug level for com.opensymphony is too talkative, when using Netbeans 7.3

2013-12-18 Thread Chris
to check which ones. And test again but too with Struts 2.3.15x Regards, Chris Le Mercredi 18 décembre 2013 7h46, Lukasz Lenart lukaszlen...@apache.org a écrit : I think even WARN should be sufficient, can you register an issue for that? Thanks in advance -- Łukasz + 48 606 323 122 http

Re: Debug level for com.opensymphony is too talkative, when using Netbeans 7.3

2013-12-18 Thread Chris
Sorry,  It's beter with sign DEBUG INFO WARN ERROR FATAL My apologies, you meant probably say : even WARN should be sufficient ( Meaning even the INFO level is not necessary ) Le Mercredi 18 décembre 2013 11h01, Chris christal...@yahoo.fr a écrit : Hello, I tested both yesterday

Re: /struts2examples/themes and Struts2-3-16

2013-12-17 Thread Chris
://www.lenart.org.pl/ 2013/12/16 Chris christal...@yahoo.fr: Hello Łukasz, I tried this morning on a faster PC, and it works But there is a long long long output with Apache Tomcat ( View Serveur Output ) and I obtain no less than 333 400 lines in 2 mn. With my own PC (old)XP it was much more long

Debug level for com.opensymphony is too talkative, when using Netbeans 7.3

2013-12-17 Thread Chris
Please Use INFO level Hello, I don't know why, but for some asf trunk examples, using this configuration could product some trouble in view server output. No less than 340 000 lines : Netbeans 7.3   -  Tomcat 7x  -  Struts 2.3.16  - DEBUG level in log4j.xml for com.opensymphony The

Re: /struts2examples/themes and Struts2-3-16

2013-12-16 Thread Chris
30/11/2013  11:42 struts2-core-2.3.16.jar 30/11/2013  11:39 xwork-core-2.3.16.jar And for debugging_struts sample 30/11/2013  12:00 struts2-config-browser-plugin-2.3.16.jar I saw also the whole template folder was moved. ( not the same as the old sample ) Regards,  Chris Le

Re: /struts2examples/themes and Struts2-3-16

2013-12-15 Thread Chris
Hello, Sorry, I didn't find any solution. Struts 2 Themes and Struts 2.3.16 are not working ( Netbeans 7 and Tomcat 7 ) I believe I have to stop my tests. But old version ( Struts2 Themes before 2013-12-13 ) and Struts 2.3.15.3 only are working. The new files checkboxlist.ftl and

/struts2examples/themes and Struts2-3-16

2013-12-13 Thread Chris
Hello, Problem since 2013-12-12 with the new version themes and Struts2.3.16 https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2examples/themes in Struts-2.3.16 The new version A    struts2examples\themes\src\main\webapp\template\KUTheme_simple\theme.properties A   

Re: /struts2examples/themes and Struts2-3-16

2013-12-13 Thread Chris
décembre 2013 14h46, Lukasz Lenart lukaszlen...@apache.org a écrit : Hi, I'm not sure if I get what you mean, but I have updated that example few hours ago - please update and check again. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/12/13 Chris christal...@yahoo.fr: Hello

Re: paramsPrepareParamsStack only populates pojo, neither String nor int

2013-12-13 Thread Chris Pratt
call the params interceptor one more time before your navigation interceptor or you can replicate the paramsPrepareParamsStack into your new stack and put your navigation interceptor anywhere in that stack you want. (*Chris*) On Fri, Dec 13, 2013 at 6:53 AM, jotpe jotpe@gmail.com wrote

  1   2   3   4   5   6   7   8   9   10   >