RE: Struts 1.3 errorStyleClass Not Working (Error Field Highlighting)

2015-09-02 Thread Givler, Eric
This is interesting to say the least. I have a similar form where I MANUALLY PERFORM the validation and I stick in the message keys myself for a bunch of detail records. I add them via a helper function: /** * Return the field name that represents the detail row that is in error

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

2015-09-02 Thread Lukasz Lenart
JBoss is using its own logging layer http://stackoverflow.com/questions/12615566/java-noclassdeffound-error 2015-09-02 15:48 GMT+02:00 Chris : > 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 starts, unfortuna

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
I am using the files23/11/2013  17:55    43ÿ578 asm-3.3.jar 23/11/2013  17:55    38ÿ275 asm-commons-3.3.jar 23/11/2013  17:55    21ÿ503 asm-tree-3.3.jar 19/02/2014  16:21    69ÿ002 commons-fileupload-1.3.1.jar 04/04/2014  11:19   185ÿ140 commons-io-2.4.jar 10

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

2015-09-02 Thread Chris
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 starts, unfortunately the tests in the form are not controled. Everything happens as if there were no control !. See ... without parameters..Updated Information Y

RE: Textfield onchange --> handling ajax error response to show action errors

2015-09-02 Thread Martin Gainty
> To: user@struts.apache.org > Subject: RE: Textfield onchange --> handling ajax error response to show > action errors > From: christoph.nenn...@lex-com.net > Date: Wed, 2 Sep 2015 10:08:16 +0200 > > The documentation about ajax-validation might help you: > > http://struts.apache.org/docs/ajax

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

2015-09-02 Thread Lukasz Lenart
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 Yes 1) to show how to use the new Bean Validation Plugin 2-4) moved from

RE: Textfield onchange --> handling ajax error response to show action errors

2015-09-02 Thread Christoph Nenning
The documentation about ajax-validation might help you: http://struts.apache.org/docs/ajax-validation.html Basically you have to create JSON with 'errors' like this: http://struts.apache.org/docs/ajax-validation.html#AJAXValidation-Howitworks And you might use the JavaScript function StrutsU

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

2015-09-02 Thread Christoph Nenning
> It seems there are some new examples in apache/struts-examples Yeah, having more examples is great, isn't it? > bean-validation: It seems we need 2 jar Yes, as it is declared in poms. Regards, Christoph > From: Chris > To: "user@struts.apache.org" , > Date: 01.09.2015 19:53 > Subj