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

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(); wil

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
quot;tiles" 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

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 a écrit : > Hi, > I'd like to disable the warning messages in the console log > (cata

RE: Jodd/Madvoc MVC framework

2016-01-26 Thread CRANFORD, CHRIS
roservices, 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 Subject: Re: Jodd/Madvoc MVC

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
(ErrorDispatcher.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 a écrit : Hello, Thank you for giving me those explainations. So

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

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
for me, because 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 1

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 a écrit : Thanks, That is true , I missed to speak about SNAPSHOTS , because I didn't understand

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 a écrit : PS : I will not change my old struts-mailreader sampleBut there is some differences in

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
w jsp files are in a jsp directory.But do we need to write /WEB-INF ?        /WEB-INF/jsp/Login.jsp    Welcome     MainMenu    ChangePassword             Regards, Chris Le Vendredi 30 octobre 2015 15h50, Chris a écrit :

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
ubre de 2015 10:59 > Para: Struts Users Mailing List > 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:00 Chris : >> Hi,- I'll try soon >> - But Git Hub says "Alread

Re: Some problems with Struts-mailreader

2015-10-30 Thread Chris
>>> which means any method should be allowed - I'm going to check that >>> >>> >>> Regards >>> -- >>> Łukasz >>> + 48 606 323 122 http://www.lenart.org.pl/ >>> >>> 2015-10-28 12:21 GMT+01:00 Chris : >>&g

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 one..Her

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

2015-10-21 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 a écrit : Hi,Thank, It

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 a écrit : 2015-10-21 12:22 GMT+02:00 Chris : > Hi, > > I don't know what PRs means.  :-) PR means Pull Request on GitHub - a ch

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

2015-10-21 Thread Chris
adio buttons to give user to make a choice when agree/disagree or 21 or older. Regards, chris Le Mercredi 21 octobre 2015 11h53, Lukasz Lenart a écrit : 2015-10-21 10:41 GMT+02:00 Chris : > Struts 2.5 BETA2 / form-xml-validation  sample /  boolean validator / > > Hello, >

form-xml-validation sample / boolean validator / over21

2015-10-21 Thread Chris
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
:) 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 : > > In a recent BeanPostProcessor implementation, I noticed our logic was

Spring BeanPostProcessor called twice for Struts managed beans

2015-10-14 Thread CRANFORD, CHRIS
ersight? 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

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 a écrit : Hello

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  1

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 201

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

2015-09-10 Thread Chris
%> 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 a écrit : 2015-09-09 9:50 GMT+02:00 Chris : > Hello, > 2 differents

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 <% response.sendRe

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 To: "Dave Newton" , "Struts Users Mailing List" Subject: RE: Spring Injection Strange behaviour Hi Dave,   Thanks for your reply.   I tried setting the scope of the action bean to prototyp

RE: Spring Injection Strange behaviour

2015-09-05 Thread Chris
it is calling 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: Dav

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 m

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

2015-09-03 Thread Chris
uired.   === 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
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 a écrit : I am using the files23/11/2013  17:55    43ÿ578 asm-3.3.jar 23/11/2013  17:55

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 a écrit : Thank you, so I added the right 4.3.1.Final version but I also need app-validation. Then I noticed that even if the application

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

2015-09-02 Thread Chris
rcredi 2 septembre 2015 12h37, Lukasz Lenart a écrit : 2015-09-01 19:50 GMT+02:00 Chris : > Hello, > It seems there are some new examples in apache/struts-examplesFrom A to Z1 ) > bean-validation2 ) blank3 ) jboss-blanc4 ) mailreader5 ) > restful2actionmapper6) themes_override Y

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-26 Thread Chris
Thank you for help and answers Le Mercredi 26 août 2015 16h09, Chris 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 a écrit : I cannot reproduce your pr

Re: Struts 2.5.Beta1 and samples

2015-08-26 Thread Chris
thub.com/apache/struts-examples Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-08-25 19:12 GMT+02:00 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 ,

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 ? )août

Re: Struts 2.5.Beta1 and samples

2015-08-24 Thread Chris
ukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-08-24 15:32 GMT+02:00 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

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

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

2015-06-22 Thread CRANFORD, CHRIS
: Wednesday, June 17, 2015 7:25 AM To: Struts Users Mailing List 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

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

2015-06-15 Thread CRANFORD, CHRIS
form submission. There are other neat way to avoid having a form per row, 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

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" wrote: > Hi Chris, it load app with welcome page with *.action mapping,but seems > like url mapping gets messed up,I get below now. > > ">Test Pa

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" wrote: > Hi Chris, > > Here is Struts 2 filter in web xml, > > >

RE: Problem using TypeConverters with SelectTag

2015-04-30 Thread CRANFORD, CHRIS
:lukaszlen...@apache.org] Sent: Thursday, April 30, 2015 8:30 AM To: Struts Users Mailing List Subject: Re: Problem using TypeConverters with SelectTag 2015-04-30 15:22 GMT+02:00 CRANFORD, CHRIS : > Was this part of the fix in WW-4427? Rather unrelated to your problem as tags don't use context to

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-28 Thread CRANFORD, CHRIS
GMT+02:00 CRANFORD, CHRIS : > I have defined a simple POJO and type converter shown here: > > // Model POJO > public class SiteSelection { > private String type; > private String label; > private List ids = new ArrayList(); >

Problem using TypeConverters with SelectTag

2015-04-24 Thread CRANFORD, CHRIS
107 from: <#if tag.contains(parameters.nameValue, itemKey) == true> To: <#if tag.contains(parameters.nameValue, itemKeyStr) == true> But I'm not sure what side effects such a change would have. ___ Chris Cranford SAP/Ora

Re: Mysterious(?) carriage returns

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

Struts2 Rest/Non-Rest Actions

2015-03-10 Thread CRANFORD, CHRIS
} @Namespace("/rest") public class ComplexAction extends RestfulActionSupport implements ModelDriven { } struts.xml What could I missing to where I could have both RESTful and non-RESTful action code reside in the same action c

Re: regex validator problem

2014-12-28 Thread Chris
" ? 3 - If you 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 a écrit : Did you try defining a complete regex, e.g., with the start/end markers,

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

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 > > cssStyle="width:270px;margin-left:20px;margin-top: 10px;"/>

Re: Tracking down a "StreamResult error"??

2014-11-12 Thread Chris Pratt
null (and probably log the heck out of those situations). (*Chris*) On Wed Nov 12 2014 at 9:56:10 AM Burton Rhodes 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 f

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 a écrit : 2014-09-30 17:15 GMT+02:00 Adam Brin : > Quick question, is anyone running struts 2.3 with servlet 3.1 (Jetty 9)? Our > freemarker rende

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 my

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 wrote: > > I can use jquery to change html input tag's placeholder for no problem, > but no matter

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 http://local

Re: 2.3.16.3 Color in error message ( Authenticate Login )

2014-06-04 Thread Chris
.  Regards, Chris Le Mercredi 4 juin 2014 20h37, Martin Gainty a écrit : stylesheet.css: .errClass {     font-family: Verdana, Helvetica, Garamond, sans-serif;     /* font-size: 0.7em; */     background-color: red;     border: 1px solid #afafaf;     position: absolute;     z-index: 1000

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  Regards, Chris Le Mercredi 4 juin 2014 18h27, Chris a écrit : In the screen, with struts2examples/form_validation the dynamics tag are : First name is required. First

Re: 2.3.16.3 Color in error message ( Authenticate Login )

2014-06-04 Thread Chris
color is not red in the loginForm.jsp... Regards Chris

2.3.16.3 Color in error message ( Authenticate Login )

2014-06-04 Thread Chris
" The Identification has failed");     }     } 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: 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 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

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 Ya

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
git http://struts.1045723.n5.nabble.com/Migrated-Struts2-examples-to-Git-td5715078.html#a5715467 Thanks, Chris Le Mardi 1 avril 2014 18h46, Chris a écrit : Thanks Regards, Chris Le Mardi 11 mars 2014 11h48, Lukasz Lenart a écrit : 2014-03-11 11:30 GMT+01:00 Chris : > We

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 a écrit : 2014-03-11 11:30 GMT+01:00 Chris : > We're migrating them to git :-) > > OK THanks. > And may i ask what tools do you recommend ? > I used to Sliksvn with WIndows XP ( no Netbeans plugin ,  nor E

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

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

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: Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-06 Thread Chris Pratt
To elaborate on Dave's point, try: // both hidden fields (*Chris*) On Thu, Mar 6, 2014 at 12:26 PM, Dave Newton wrote: > On Thu, Mar 6, 2014 at 3:01 PM, Fredrik Andersson >wrote: > > > I have tride to put the hidden attributet att: > > 1 first code lin

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

2014-03-06 Thread Chris Pratt
Did you try moving the elements to the top of the form, or removing the wrap="hard" from your ? (*Chris*) On Thu, Mar 6, 2014 at 5:13 AM, Fredrik Andersson wrote: > Hello guys! > > I trying to produce a app that renders in XHTML. > http://www.w3.org/TR/xhtml1/DTD/x

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

2014-01-27 Thread Chris
Thanks, But I 'm not sure to understand . Do I have to stop to use Struts2 ? I don't want to use java persistence framework I just try to find a CRUD example without Java persistence framework. Regards Le Lundi 27 janvier 2014 17h37, Lukasz Lenart a écrit : 2014-01-27 Chris : >

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

2014-01-27 Thread Chris
-- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014/1/24 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 n

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
/13 Lukasz Lenart : > 2014/1/11 Chris : >> java.lang.reflect.InvocationTargetException - Class: >> com.opensymphony.xwork2.inject.ContainerImpl$MethodInjector >> File: ContainerImpl.java >> Method: inject >> Line: 301 - com/opensymphony/xwork2/inject/Co

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 a écrit : Hi, C

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

2014-01-11 Thread Chris
rt 11 janv. 2014 16:41:54 org.apache.catalina.core.StandardContext startInternal Le Samedi 11 janvier 2014 16h33, Chris 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 is the same.

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

2014-01-11 Thread Chris
classpath! Please add missed dependency! Best Regards Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2014/1/11 Chris > Hello, > Are dependencies missing ? > > Struts 2 CRUD Example works fine but only in Struts

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 :  commons-beanutils-1.7.0.jar

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 a écrit : H

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 a écrit : 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/repo

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 StrutsTest

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 StrutsTest

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 a écrit : Thanks. I'll test this new example. I proceed in order of Web Page "Getting Started"

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

2014-01-02 Thread Chris
r files ) , Struts 2 Annotations next -> Introducing Interceptors...etc ) Le Jeudi 2 janvier 2014 15h49, Lukasz Lenart a écrit : You can use Interceptor#init() 2014/1/2 Chris : > Hello, > How to read  the file "jdbc.properties" only once, > > when the web applic

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

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

2013-12-27 Thread Chris
he red color too)   From 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
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 a écrit : Hello, I tested b

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

2013-12-18 Thread Chris
mples are concerned. I just want 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 a écrit : I think even WARN should be sufficient, can you register an issue for that? Thanks in advance -- Łukasz + 48 606

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 The

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

2013-12-17 Thread Chris
enart.org.pl/ 2013/12/16 Chris : > 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

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

2013-12-16 Thread Chris
-3.0.6.jar 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,  Chr

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 theme.proper

Re: paramsPrepareParamsStack only populates pojo, neither String nor int

2013-12-13 Thread Chris Pratt
s interceptor. You can either 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, jotp

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

2013-12-13 Thread Chris
décembre 2013 14h46, Lukasz Lenart 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 : > Hello, > > > Problem since 20

/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    struts2examp

  1   2   3   4   5   6   7   8   9   10   >