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

2015-09-01 Thread 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
About 
1 ) bean-validationIt seems we need 2 jar  ( validation-api-1.1.0.Final.jar and 
hibernate ? ) 
bean-validation.
1 ) org.apache.struts.edit.action.EditAction.java   needs ->  
javax.validation.*    ( validation-api-1.1.0.Final.jar OK in package stuts2.5 
BETA1 )
2 ) org.apache.struts.edit.model;Person;java    
needs ->  javax.validation.constraints.*    ( validation-api-1.1.0.Final.jar ) 
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: More website doc problems: Type Conversion and Conversion Annotation

2015-09-01 Thread Lukasz Lenart
Thanks, fixed!

2015-09-01 0:18 GMT+02:00 JOSE L MARTINEZ-AVIAL :
> Hello,
>   page https://struts.apache.org/docs/dispatcher-result.html is also
> failing.
>
> thanks
>
> JL
>
> 2015-08-20 2:11 GMT-04:00 Lukasz Lenart :
>
>> 2015-08-19 18:55 GMT+02:00 rgm :
>> > In order to determine the best way to prompt for and store a
>> > javax.mail.internet.InternetAddress, I began researching these pages,
>> which
>> > are broken to various degrees:
>> >
>> > https://cwiki.apache.org/confluence/display/WW/Type+Conversion
>> > https://cwiki.apache.org/confluence/display/WW/Conversion+Annotation
>> >
>> > Both show "Error formatting macro: snippet:
>> > java.lang.IndexOutOfBoundsException: Index: 20, Size: 20."
>>
>> Thanks for reporting, resolved :)
>>
>>
>> Regards
>> --
>> Łukasz
>> + 48 606 323 122 http://www.lenart.org.pl/
>>
>> -
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>>

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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

2015-09-01 Thread fea jabi
Can you point me to a link that has the sample which does this please? I tried 
but couldn't get the result.
 
Thanks, for trying to help me on this.
 

 
> From: lukaszlen...@apache.org
> Date: Sun, 30 Aug 2015 15:22:52 +0200
> Subject: Re: Textfield onchange --> handling ajax error response to show 
> action errors
> To: user@struts.apache.org
> 
>  works on server side but JavaScript works on client
> side - it isn't possible to join them. You can only mimic its
> behaviour by adding the same html structure as  does.
> 
> 2015-08-28 17:14 GMT+02:00 fea jabi :
> >   text-field onchange ---> making ajax call.
> >
> >
> > onsucess ---> everything works fine as needed
> >
> >
> > on failure - > like user entered wrong data ---> How to show the error 
> > messages in jsp. I added fieldError but not sure how to show it in jsp with 
> > the ajax stuff.
> >
> > In jsp
> > 
> > 
> >
> > 

RE: form submit on one tab should move to next tab

2015-09-01 Thread fea jabi
Still need help with this please.
 
> From: zy...@hotmail.com
> To: user@struts.apache.org
> Subject:  form submit on one tab should move to next tab
> Date: Sat, 29 Aug 2015 12:54:38 -0400
> 
> Have a tabbed panel and in one of the tab have a form. 
> On submit of this form should move to next tab. 
> How to implement this. It is just forwarding to a jsp without a tabbed panels.
>  
>