Luca Zoffoli è assente dall'ufficio.

2012-07-30 Thread luca . zoffoli
Sarò assente dall'ufficio a partire dal 31/07/2012 e non tornerò fino al 01/08/2012. Risponderò al messaggio al mio ritorno. Grazie - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

Rif: Re: RE: Clear field error on submit

2012-07-27 Thread luca . zoffoli
Hi Dave, no I'm not using Spring. Dave Newton Per S

Rif: RE: Clear field error on submit

2012-07-27 Thread luca . zoffoli
Yes. I think this is the problem. Struts2 "Stream result type" doesn't refresh page. Some suggestions? Thanks Puneet Babbar 2

Clear field error on submit

2012-07-27 Thread luca . zoffoli
Hello. This is a Struts 2 example to show the use of custom result type to download file. I have in jsp : - 1 password textfield - 1 submit button If I push submit button without insert a password I correctly obtain a field error "Field required!". Then If I set "XYZ" password (correct password

Re: Struts 2

2009-08-28 Thread Luca
Yes, but it was only an example... So, replace String with char :-) Pay attention to the methods name... They are very important... setStatus and getStatus bye musom...@aol.com ha scritto: His status is a char. Chris -Original Message- From: Luca To: Struts Users

Re: Struts 2

2009-08-28 Thread Luca
tatus; } I use the same convention as you, and it works fine for me :-) bye, Luca Sonu S ha scritto: Hi, i am using struts 2. i want to check some condition in my jsp and based on result i want to perform some task. i have written //DO something // Do Something else for this i

Re: Documentation

2009-08-07 Thread Luca
ntinuously updated, and there are lots of examples. Bye, Luca Robert Swindells ha scritto: Is there any documentation simpler than the project tutorials ? I'm looking for something that helps when the steps described in e.g. <http://struts.apache.org/2.1.6/docs/ready-set-go.html>

Re: [S2] add option to s:select

2007-07-22 Thread Filippo De Luca
Thanks a lot! 2007/7/22, Laurie Harper <[EMAIL PROTECTED]>: Filippo De Luca wrote: > Hello Struts users, > I have my business pojo Class have a property "telefoni" instance of > interface java.util.Set. Telefono is my class to store phone > number. It have 3 pro

[S2] add option to s:select

2007-07-20 Thread Filippo De Luca
d element to the select, to add element to model class? Thanks a lot -- Filippo De Luca [EMAIL PROTECTED] http://www.filosganga.it -- Circolo Canottieri Roma Lungotevere Flaminio, 39 - 00196 - Roma - Italia http://www.canottieriroma.com --

[S2] vertical checkboxlist

2007-07-04 Thread Filippo De Luca
Dear Strtuts users It is possible, in checkboxlist, to arrange checkboxes vertically? Thanks -- Filippo De Luca [EMAIL PROTECTED] http://www.filosganga.it -- Circolo Canottieri Roma Lungotevere Flaminio, 39 - 00196 - Roma - Italia http

Re: [struts 2] Problem in param setting

2007-07-04 Thread Filippo De Luca
2007/7/4, Filippo De Luca <[EMAIL PROTECTED]>: Hello Struts users, I am new for the struts 2 and i have some problem with param setting. I develop a simple action to view user detail: UserViewAction this action have only a execute method, loading a user by userId param. So the action wor

[struts 2] Problem in param setting

2007-07-04 Thread Filippo De Luca
org.springmodules.validation.bean.conf.loader.annotation.handler.NotBlank; import org.springmodules.validation.bean.conf.loader.annotation.handler.NotNull; /** * Classe che rappresenta un utente del sistema * * @author Filippo De Luca * @version 0.2.00, 1/05/2006 */ public class User implements Serializable { /** serial */ private static final long